[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-27-gacbc165

Daniel Baumann daniel at debian.org
Tue Oct 14 18:55:02 UTC 2008


The following commit has been merged in the master branch:
commit acbc165e1466509db9a61a66072caf854d8f0f7f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 14 16:12:09 2008 +0200

    Using simplified Require_stagefile(); calls by passing multiple arguments.

diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption
index 79c4791..480c382 100755
--- a/helpers/lh_binary_encryption
+++ b/helpers/lh_binary_encryption
@@ -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
diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index 450753a..e48b072 100755
--- a/helpers/lh_binary_rootfs
+++ b/helpers/lh_binary_rootfs
@@ -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
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd
index 1ea80ae..315cf79 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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list