From c4ba9e6be87d445f8148dfa1a3dd606f0e0443cd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 14 Nov 2007 23:04:24 +0100 Subject: Do really not create the filesystem with parted. --- helpers/lh_source_usb-hdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_source_usb-hdd') diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 189be31c3..b9d1526ef 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -86,7 +86,7 @@ fi echo "!!! The following error/warning messages can be ignored !!!" Losetup $FREELO source.img 0 Chroot "parted -s ${FREELO} mklabel msdos" || true -Chroot "parted -s ${FREELO} mkpart primary fat16 0.0 100%" || true +Chroot "parted -s ${FREELO} mkpart primary 0.0 100%" || true Chroot "parted -s ${FREELO} set 1 lba off" || true ${LH_LOSETUP} -d ${FREELO} -- cgit v1.2.3