diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:50:49 +0100 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:50:49 +0100 | 
| commit | ea22359fa6b691c15243963619b4f0f5a0355ac0 (patch) | |
| tree | 9a046e98b708072168bd9ebeee0df451060c1fde /scripts/build/lb_binary_grub | |
| parent | 545abd3b7f68822f1db8e378489648721976e71a (diff) | |
| download | vyos-live-build-ea22359fa6b691c15243963619b4f0f5a0355ac0.tar.gz vyos-live-build-ea22359fa6b691c15243963619b4f0f5a0355ac0.zip | |
Removing --hostname cruft, live-config bootparameters should be used via --bootappend-live.
Diffstat (limited to 'scripts/build/lb_binary_grub')
| -rwxr-xr-x | scripts/build/lb_binary_grub | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub index b1d456f19..2672e8e36 100755 --- a/scripts/build/lb_binary_grub +++ b/scripts/build/lb_binary_grub @@ -180,22 +180,6 @@ then  	esac  fi -if [ -n "${LB_HOSTNAME}" ] -then -	case "${LB_INITRAMFS}" in -		casper) -			LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}" -			;; - -		live-boot) -			if [ "${LB_HOSTNAME}" != "debian" ] -			then -				LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}" -			fi -			;; -	esac -fi -  if [ "${LB_UNION_FILESYSTEM}" != "aufs" ]  then  	LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} union=${LB_UNION_FILESYSTEM}" | 
