Using simplified Require_stagefile(); calls by passing multiple arguments.
This commit is contained in:
parent
d92d4e2201
commit
0cbbde2b96
|
@ -53,8 +53,7 @@ esac
|
|||
Echo_message "Begin encrypting root filesystem image..."
|
||||
|
||||
# Requiring stage file
|
||||
Require_stagefile .stage/bootstrap
|
||||
Require_stagefile .stage/binary_rootfs
|
||||
Require_stagefile .stage/bootstrap .stage/binary_rootfs
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/binary_encryption
|
||||
|
|
|
@ -31,8 +31,7 @@ Set_defaults
|
|||
Echo_message "Begin building root filesystem image..."
|
||||
|
||||
# Requiring stage file
|
||||
Require_stagefile .stage/bootstrap
|
||||
Require_stagefile .stage/binary_chroot
|
||||
Require_stagefile .stage/bootstrap .stage/binary_chroot
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/binary_rootfs
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue