diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2016-02-05 16:25:45 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2016-02-05 16:25:45 +0000 |
commit | 9750fcafbe285b70efa56f91f04d2e8151563d2f (patch) | |
tree | f945d8b4261bcdc39c3ce54a2d3d2b73c38ad773 /etc | |
parent | 71b85bc6c3f14bc6a47e295ae9346b05585e8496 (diff) | |
download | vyatta-cfg-9750fcafbe285b70efa56f91f04d2e8151563d2f.tar.gz vyatta-cfg-9750fcafbe285b70efa56f91f04d2e8151563d2f.zip |
Change vyatta-union to vyos-union.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router | 2 |
1 files changed, 1 insertions, 1 deletions
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 |