diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-23 10:47:13 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-23 10:47:48 +0200 |
commit | 955175ac4b9acb06101a9ec7a0b3b41d4f17087f (patch) | |
tree | fd0d1e02033b04dcee7eb6fda7bbbc26e820a6d5 /scripts/build/binary_grub | |
parent | 5e2758b4c0b389fbff5d693bccaaff9f2b3bc642 (diff) | |
download | vyos-live-build-955175ac4b9acb06101a9ec7a0b3b41d4f17087f.tar.gz vyos-live-build-955175ac4b9acb06101a9ec7a0b3b41d4f17087f.zip |
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.
Diffstat (limited to 'scripts/build/binary_grub')
-rwxr-xr-x | scripts/build/binary_grub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/binary_grub b/scripts/build/binary_grub index 1dcae2580..0064c3a36 100755 --- a/scripts/build/binary_grub +++ b/scripts/build/binary_grub @@ -175,11 +175,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 |