summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_silo
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-02-26 19:55:28 +0100
committerDaniel Baumann <daniel@debian.org>2012-02-26 19:55:28 +0100
commit7809c0ef964d22a8622c51d6cdf846b443099d19 (patch)
tree310e9e850561627d07a27cefa09f28d1f3d5a001 /scripts/build/lb_binary_silo
parentea22359fa6b691c15243963619b4f0f5a0355ac0 (diff)
downloadvyos-live-build-7809c0ef964d22a8622c51d6cdf846b443099d19.tar.gz
vyos-live-build-7809c0ef964d22a8622c51d6cdf846b443099d19.zip
Removing --username cruft, live-config bootparameters should be used via --bootappend-live.
Diffstat (limited to 'scripts/build/lb_binary_silo')
-rwxr-xr-xscripts/build/lb_binary_silo16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo
index 7b39a28b6..cf8c181c7 100755
--- a/scripts/build/lb_binary_silo
+++ b/scripts/build/lb_binary_silo
@@ -128,22 +128,6 @@ esac
mkdir -p "${DESTDIR_LIVE}"
# Setting boot parameters
-if [ -n "${LB_USERNAME}" ]
-then
- case "${LB_INITRAMFS}" in
- casper)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
- ;;
-
- live-boot)
- if [ "${LB_USERNAME}" != "user" ]
- then
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
- fi
- ;;
- esac
-fi
-
if [ "${LB_UNION_FILESYSTEM}" != "aufs" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} union=${LB_UNION_FILESYSTEM}"