From 8bfca00f25544cc01c11b1b949a8bc728ad0fe7c Mon Sep 17 00:00:00 2001 From: Sergei Bobkov Date: Mon, 14 Apr 2025 17:29:55 +0300 Subject: [PATCH] Fix readme grub-mkrescue --- common/create-iso-preseed/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common/create-iso-preseed/README.md b/common/create-iso-preseed/README.md index a6432ab..e442060 100644 --- a/common/create-iso-preseed/README.md +++ b/common/create-iso-preseed/README.md @@ -6,15 +6,15 @@ 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
- insmod part_msdos
- linux /boot/linux vga=788 ipv6.disable=1 auto=true netcfg/dhcp_timeout=30 priority=critical locale=en_US preseed/url=http://aassdd.ru/.my-preseed/debian/preseed.cfg ---
- initrd /boot/initrd.gz
-}
` +`menuentry 'Debian GNU/Linux 12 (bookworm) network install' --class os {`
+` insmod gzio`
+` insmod part_msdos`
+` linux /boot/linux vga=788 ipv6.disable=1 auto=true netcfg/dhcp_timeout=30 priority=critical locale=en_US preseed/url=http://aassdd.ru/.my-preseed/debian/preseed.cfg ---`
+` initrd /boot/initrd.gz`
+`}`

Put linux and initrd.gz to iso-deb12/boot/