summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/default/vyatta.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/default/vyatta.in b/etc/default/vyatta.in
index 1c7759e..f496dba 100644
--- a/etc/default/vyatta.in
+++ b/etc/default/vyatta.in
@@ -177,8 +177,8 @@ unset _vyatta_extglob
fi
if test -z "$vyos_rootfs_dir" ; then
- ROOTFS=$(mount -t squashfs | cut -d' ' -f3)
- declare -x -r vyos_rootfs_dir="${ROOTFS}"
+ IMAGE_NAME=$(cat /proc/cmdline | sed -e s+^.*vyos-union=/boot/++ | sed -e 's/ .*$//')
+ declare -x -r vyos_rootfs_dir="/usr/lib/live/mount/rootfs/${IMAGE_NAME}.squashfs"
fi
if test -z "$VRF" ; then