Dropping leftover testroot call in bootstrap_cdebootstrap and bootstrap_debootstrap.
This commit is contained in:
parent
754ac018b1
commit
50f2ef8712
|
@ -44,9 +44,6 @@ Echo_message "Begin bootstrapping system..."
|
||||||
|
|
||||||
Check_package /usr/bin/${LB_BOOTSTRAP} cdebootstrap
|
Check_package /usr/bin/${LB_BOOTSTRAP} cdebootstrap
|
||||||
|
|
||||||
# Ensure that a system is built as root
|
|
||||||
lb testroot
|
|
||||||
|
|
||||||
# Checking stage file
|
# Checking stage file
|
||||||
Check_stagefile .build/bootstrap
|
Check_stagefile .build/bootstrap
|
||||||
Check_stagefile .build/bootstrap_cache.restore
|
Check_stagefile .build/bootstrap_cache.restore
|
||||||
|
|
|
@ -44,9 +44,6 @@ Echo_message "Begin bootstrapping system..."
|
||||||
|
|
||||||
Check_package /usr/sbin/debootstrap debootstrap
|
Check_package /usr/sbin/debootstrap debootstrap
|
||||||
|
|
||||||
# Ensure that a system is built as root
|
|
||||||
lb testroot
|
|
||||||
|
|
||||||
# Checking stage file
|
# Checking stage file
|
||||||
Check_stagefile .build/bootstrap
|
Check_stagefile .build/bootstrap
|
||||||
Check_stagefile .build/bootstrap_cache.restore
|
Check_stagefile .build/bootstrap_cache.restore
|
||||||
|
|
Loading…
Reference in New Issue