summaryrefslogtreecommitdiff
path: root/helpers/lh_source_usb-hdd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-14 23:04:24 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commitc4ba9e6be87d445f8148dfa1a3dd606f0e0443cd (patch)
tree7f0864abfa6f18c2128e0171fd40ee221da46c68 /helpers/lh_source_usb-hdd
parent44a36ecc49cae31e24f869f5e3797f9cb293f8ec (diff)
downloadlive-build-c4ba9e6be87d445f8148dfa1a3dd606f0e0443cd.zip
live-build-c4ba9e6be87d445f8148dfa1a3dd606f0e0443cd.tar.gz
Do really not create the filesystem with parted.
Diffstat (limited to 'helpers/lh_source_usb-hdd')
-rwxr-xr-xhelpers/lh_source_usb-hdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd
index 189be31..b9d1526 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}