From 88ae21873e666c5db3716c8bde3bf3f3dfa9b778 Mon Sep 17 00:00:00 2001 From: Sergei Bobkov Date: Sun, 25 May 2025 16:14:48 +0300 Subject: [PATCH] Add some corrects --- common/create-iso-preseed/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/create-iso-preseed/README.md b/common/create-iso-preseed/README.md index d9e0848..4ac83aa 100644 --- a/common/create-iso-preseed/README.md +++ b/common/create-iso-preseed/README.md @@ -6,8 +6,8 @@ Install `apt install xorriso`

Create file iso-deb12/boot/grub/grub.cfg

-`set default=0`
-`set timeout=5`
+`#set default=0`
+`#set timeout=5`

`menuentry 'Debian GNU/Linux 12 (bookworm) network install' --class os {`
` insmod gzio`