diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-14 23:01:44 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-14 23:01:44 +0100 |
commit | 6edcf23b29c35b7327c3a44da1c97f329189fb24 (patch) | |
tree | 8e0acd7a960c115cf0cf01da9626e7f24b033ccd /helpers/lh_source_usb-hdd | |
parent | 7b8a85422a97689a231fddc968a086c11513e4af (diff) | |
download | vyos-live-build-6edcf23b29c35b7327c3a44da1c97f329189fb24.tar.gz vyos-live-build-6edcf23b29c35b7327c3a44da1c97f329189fb24.zip |
Do not create the filesystem with parted.
Diffstat (limited to 'helpers/lh_source_usb-hdd')
-rwxr-xr-x | helpers/lh_source_usb-hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index a94ac3df4..189be31c3 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} mkpartfs primary fat16 0.0 100%" || true +Chroot "parted -s ${FREELO} mkpart primary fat16 0.0 100%" || true Chroot "parted -s ${FREELO} set 1 lba off" || true ${LH_LOSETUP} -d ${FREELO} |