diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-02-18 17:12:59 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-02-20 17:57:26 +0100 |
| commit | 728f74d9b419c818fa19855c5d1cb7f8efa4ae04 (patch) | |
| tree | b227ffc3d77fcd3ba49dabbda5e2674c43f8bea3 /helpers/binary_includes | |
| parent | 095ce3a7b4d38f6065ac908494db9ffa8e3756ae (diff) | |
| download | vyos-live-build-728f74d9b419c818fa19855c5d1cb7f8efa4ae04.tar.gz vyos-live-build-728f74d9b419c818fa19855c5d1cb7f8efa4ae04.zip | |
Cleaning up usb helpers for a future usb-zip addition.
Diffstat (limited to 'helpers/binary_includes')
| -rwxr-xr-x | helpers/binary_includes | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/helpers/binary_includes b/helpers/binary_includes index 196f9027b..e37f4df78 100755 --- a/helpers/binary_includes +++ b/helpers/binary_includes @@ -80,14 +80,15 @@ case "${LH_ARCHITECTURE}" in esac # Working arround vfat limitations -if [ "${LH_BINARY_IMAGE}" = "usb-hdd" ] -then - case "${LH_BINARY_FILESYSTEM}" in - fat*) - CP_OPTIONS="-L" - ;; - esac -fi +case "${LH_BINARY_IMAGES}" in + usb*) + case "${LH_BINARY_FILESYSTEM}" in + fat*) + CP_OPTIONS="-L" + ;; + esac + ;; +esac # Copying common templates if [ -d "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/common ] && \ |
