diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:19 +0100 |
commit | 4b84f354bf0c2bce283bf3162356338a9efa4d99 (patch) | |
tree | 70551ec81b9575b995139832a7e75db0704c0eb0 /scripts/build/bootstrap_copy | |
parent | e70ad72254ea809cd7eedbc9bd839c33d6a6ac3f (diff) | |
download | live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.zip live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.tar.gz |
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'scripts/build/bootstrap_copy')
-rwxr-xr-x | scripts/build/bootstrap_copy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_copy b/scripts/build/bootstrap_copy index fcf7c4a..249b9c4 100755 --- a/scripts/build/bootstrap_copy +++ b/scripts/build/bootstrap_copy @@ -35,7 +35,7 @@ Check_crossarchitecture Echo_message "Begin bootstrapping system..." # Ensure that a system is built as root -lh testroot +lb testroot # Checking stage file Check_stagefile .stage/bootstrap |