Source: bootcd
Source-Version: 4.05
Tags: patch
Dear Maintainer,
I believe the LiveUsbBootStick section in the FAQ contains an error.
At least I was not able to make it work without a few modifications.
Therefore I have updated the FAQ.bootcd.
Kind regards,
Kai Harries
---
Index: bootcd-4.05/FAQ.bootcd
===================================================================
--- bootcd-4.05/FAQ.bootcd
+++ bootcd-4.05/FAQ.bootcd
@@ -195,9 +195,9 @@
sgdisk -n 2:0:+100M -c 2:"partition for iso" -t 2:8300 /dev/sdx
sgdisk -N 3 -c 3:"unused partition" -t 3:8300 /dev/sdx
# Format partition for iso and mount it
- mkfs.ext3 /dev/sdx2
+ mkfs.ext2 /dev/sdx2
mkdir -p /mnt/stick
mount /dev/sdx2 /mnt/stick
# install Grub
@@ -211,10 +211,12 @@
set default=0
set timeout=5
menuentry 'bootcd 1' {
+ insmod part_gpt
+ insmod ext2
search --file --set root --no-floppy /cdimage_1.iso
- loopback loop /cdimage.iso
+ loopback loop /cdimage_1.iso
linux (loop)/isolinux/vmlinuz root=iso:auto:/cdimage_1.iso
bootcd=standard
initrd (loop)/isolinux/initrd
}
END
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]