diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
commit | aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (patch) | |
tree | c71319a6411ac789246176d6d4056bf6b9013e1a /scripts/build/lb_bootstrap_copy | |
parent | 4c903bab69b24f2a79cafc262273229a1b108044 (diff) | |
download | vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.tar.gz vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.zip |
Renaming internal .stage to .build for consistency within the configuration tree.
Diffstat (limited to 'scripts/build/lb_bootstrap_copy')
-rwxr-xr-x | scripts/build/lb_bootstrap_copy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_copy b/scripts/build/lb_bootstrap_copy index 7d7d4ecae..b0e1f7e52 100755 --- a/scripts/build/lb_bootstrap_copy +++ b/scripts/build/lb_bootstrap_copy @@ -38,7 +38,7 @@ Echo_message "Begin bootstrapping system..." lb testroot # Checking stage file -Check_stagefile .stage/bootstrap +Check_stagefile .build/bootstrap # Checking lock file Check_lockfile .lock @@ -53,4 +53,4 @@ tar c / --exclude /proc --exclude /sys --exclude "$(dirname ${PWD})" | tar xv cd .. # Creating stage file -Create_stagefile .stage/bootstrap +Create_stagefile .build/bootstrap |