summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh b/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh
index ac2ec4fd7c..bcb9014456 100644
--- a/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh
+++ b/usr/src/lib/brand/lx/zone/lx_boot_zone_ubuntu.ksh
@@ -171,6 +171,9 @@ emits filesystem
emits mounted
script
+ echo "/ / zfs rw 0 0" > /etc/mtab
+ echo "proc /proc proc rw,noexec,nosuid,nodev 0 0" >> /etc/mtab
+
/sbin/initctl emit --no-wait virtual-filesystems
/bin/mount -t tmpfs tmpfs /run || true
/sbin/initctl emit --no-wait mounted MOUNTPOINT=/run TYPE=tmpfs