From: Kern Sibbald Date: Sat, 3 Jan 2009 17:27:26 +0000 (+0000) Subject: Final USB update for now ... X-Git-Tag: Release-5.0.3~823 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=012901ebde3dcfaf64646a9ba4e6b935394f95e1;p=bacula%2Frescue Final USB update for now ... --- diff --git a/rescue/linux/usb/partition_usb_key b/rescue/linux/usb/partition_usb_key index 825400a..98c944e 100755 --- a/rescue/linux/usb/partition_usb_key +++ b/rescue/linux/usb/partition_usb_key @@ -68,6 +68,4 @@ umount ${USB_DEV}2 mkfs.ext2 -j -b 4096 -L casper-rw ${USB_DEV}2 umount ${USB_DEV}3 mkfs.ext2 -j -b 4096 -L home-rw ${USB_DEV}3 -syslinux -sf ${USB_DEV}1 -install-mbr -p1 ${USB_DEV} sync diff --git a/rescue/linux/usb/write_usb_boot_partition b/rescue/linux/usb/write_usb_boot_partition index 927b970..be4c45f 100755 --- a/rescue/linux/usb/write_usb_boot_partition +++ b/rescue/linux/usb/write_usb_boot_partition @@ -34,6 +34,8 @@ echo "Detaring boot image ..." tar xfz ${BOOT_IMAGE} cd ${CWD} +syslinux -sf ${USB_DEV}1 +install-mbr -p1 ${USB_DEV} echo "syncing ..." sync sync