From ea22359fa6b691c15243963619b4f0f5a0355ac0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 26 Feb 2012 19:50:49 +0100 Subject: Removing --hostname cruft, live-config bootparameters should be used via --bootappend-live. --- scripts/build/lb_binary_grub2 | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'scripts/build/lb_binary_grub2') diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2 index 35db53517..0ffe6f3a9 100755 --- a/scripts/build/lb_binary_grub2 +++ b/scripts/build/lb_binary_grub2 @@ -154,22 +154,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}" -- cgit v1.2.3