From 955175ac4b9acb06101a9ec7a0b3b41d4f17087f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 23 Oct 2013 10:47:13 +0200 Subject: Dropping incomplete and not really supported exposed root mode. This might come back in future if there's demand for it and the base is sufficiently cleaned up first. --- scripts/build/binary_grub2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/build/binary_grub2') diff --git a/scripts/build/binary_grub2 b/scripts/build/binary_grub2 index be8ef7fbc..555a604e3 100755 --- a/scripts/build/binary_grub2 +++ b/scripts/build/binary_grub2 @@ -149,11 +149,6 @@ then exit 1 fi -if [ "${LB_EXPOSED_ROOT}" != "false" ] -then - LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} exposedroot" -fi - LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Assembling kernel configuration -- cgit v1.2.3