diff options
author | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:55:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:55:28 +0100 |
commit | 7809c0ef964d22a8622c51d6cdf846b443099d19 (patch) | |
tree | 310e9e850561627d07a27cefa09f28d1f3d5a001 /scripts/build/lb_binary_yaboot | |
parent | ea22359fa6b691c15243963619b4f0f5a0355ac0 (diff) | |
download | vyos-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_yaboot')
-rwxr-xr-x | scripts/build/lb_binary_yaboot | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot index 5a8907b53..47266baec 100755 --- a/scripts/build/lb_binary_yaboot +++ b/scripts/build/lb_binary_yaboot @@ -170,22 +170,6 @@ Check_multiarchitectures 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}" |