summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-08-28 23:07:31 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2014-08-28 23:07:31 +0200
commit50f2ef8712a3c6346b89dc0a3c8c48115c38b193 (patch)
tree12d42472f4f95491231b04d083acac4402ca5d22
parent754ac018b17b2f5f5e378079fff0dfc5d4724f07 (diff)
downloadvyos-live-build-50f2ef8712a3c6346b89dc0a3c8c48115c38b193.tar.gz
vyos-live-build-50f2ef8712a3c6346b89dc0a3c8c48115c38b193.zip
Dropping leftover testroot call in bootstrap_cdebootstrap and bootstrap_debootstrap.
-rwxr-xr-xscripts/build/bootstrap_cdebootstrap3
-rwxr-xr-xscripts/build/bootstrap_debootstrap3
2 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap
index 5704ee538..7663ed981 100755
--- a/scripts/build/bootstrap_cdebootstrap
+++ b/scripts/build/bootstrap_cdebootstrap
@@ -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
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 9ecceb80f..414678846 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -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