diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-14 16:12:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 0cbbde2b9664b9fafb311f1048db25ea69952222 (patch) | |
tree | 97d946f855830634f9468efdb4dffc211e4c9371 /helpers/lh_binary_usb-hdd | |
parent | d92d4e2201d921510fa2e7247ef1184b55680ee3 (diff) | |
download | vyos-live-build-0cbbde2b9664b9fafb311f1048db25ea69952222.tar.gz vyos-live-build-0cbbde2b9664b9fafb311f1048db25ea69952222.zip |
Using simplified Require_stagefile(); calls by passing multiple arguments.
Diffstat (limited to 'helpers/lh_binary_usb-hdd')
-rwxr-xr-x | helpers/lh_binary_usb-hdd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index 1ea80ae87..315cf7956 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -36,8 +36,7 @@ fi Echo_message "Begin building binary usb-hdd image..." # Requiring stage file -Require_stagefile .stage/bootstrap -Require_stagefile .stage/chroot_proc +Require_stagefile .stage/bootstrap .stage/chroot_proc # Checking stage file Check_stagefile .stage/binary_usb-hdd |