summaryrefslogtreecommitdiff
path: root/functions
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 /functions
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 'functions')
-rwxr-xr-xfunctions/defaults.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 97211570e..15e1d6c06 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1181,21 +1181,6 @@ Set_defaults ()
;;
esac
- # Setting username
- case "${LB_MODE}" in
- ubuntu)
- LB_USERNAME="${LB_USERNAME:-ubuntu}"
- ;;
-
- kubuntu)
- LB_USERNAME="${LB_USERNAME:-ubuntu}"
- ;;
-
- *)
- LB_USERNAME="${LB_USERNAME:-user}"
- ;;
- esac
-
# Setting swap file
LB_SWAP_FILE_SIZE="${LB_SWAP_FILE_SIZE:-512}"