From 9750fcafbe285b70efa56f91f04d2e8151563d2f Mon Sep 17 00:00:00 2001 From: Thomas Jepp Date: Fri, 5 Feb 2016 16:25:45 +0000 Subject: Change vyatta-union to vyos-union. --- etc/init.d/vyatta-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index ce7f891..5d24f5f 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -120,7 +120,7 @@ bind_mount_boot () persist_path=`/opt/vyatta/sbin/vyos-persistpath` if [ $? == 0 ]; then if [ -e $persist_path/boot ]; then - image_name=`cat /proc/cmdline | sed -e s+^.*vyatta-union=/boot/++ | sed -e 's/ .*$//'` + image_name=`cat /proc/cmdline | sed -e s+^.*vyos-union=/boot/++ | sed -e 's/ .*$//'` if [ -n "$image_name" ]; then mount --bind $persist_path/boot/$image_name /boot -- cgit v1.2.3