summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 10:47:13 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 10:47:48 +0200
commit955175ac4b9acb06101a9ec7a0b3b41d4f17087f (patch)
treefd0d1e02033b04dcee7eb6fda7bbbc26e820a6d5 /functions
parent5e2758b4c0b389fbff5d693bccaaff9f2b3bc642 (diff)
downloadvyos-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 'functions')
-rwxr-xr-xfunctions/defaults.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5762668d5..65e3a29ae 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -498,9 +498,6 @@ Set_defaults ()
# Setting chroot filesystem
LB_CHROOT_FILESYSTEM="${LB_CHROOT_FILESYSTEM:-squashfs}"
- # Setting whether to expose root filesystem as read only
- LB_EXPOSED_ROOT="${LB_EXPOSED_ROOT:-false}"
-
# Setting union filesystem
LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-aufs}"