Dropping leftover testroot call in bootstrap_cdebootstrap and bootstrap_debootstrap.

This commit is contained in:
Daniel Baumann 2014-08-28 23:07:31 +02:00
parent 754ac018b1
commit 50f2ef8712
2 changed files with 0 additions and 6 deletions

View File

@ -44,9 +44,6 @@ Echo_message "Begin bootstrapping system..."
Check_package /usr/bin/${LB_BOOTSTRAP} cdebootstrap
# Ensure that a system is built as root
lb testroot
# Checking stage file
Check_stagefile .build/bootstrap
Check_stagefile .build/bootstrap_cache.restore

View File

@ -44,9 +44,6 @@ Echo_message "Begin bootstrapping system..."
Check_package /usr/sbin/debootstrap debootstrap
# Ensure that a system is built as root
lb testroot
# Checking stage file
Check_stagefile .build/bootstrap
Check_stagefile .build/bootstrap_cache.restore