diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-05 11:36:41 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-05 11:36:41 -0500 |
commit | 0d7e6ac3ff336bee96c2a235ae442cb1c8099735 (patch) | |
tree | 04dd9864880d500eb69b1049193883496f68497c /scripts/install | |
parent | f54bad96cef6ed52547151bc3a7ef64377f16c3e (diff) | |
download | vyatta-cfg-system-0d7e6ac3ff336bee96c2a235ae442cb1c8099735.tar.gz vyatta-cfg-system-0d7e6ac3ff336bee96c2a235ae442cb1c8099735.zip |
Renamed vyatta-union to vyos-union.
Diffstat (limited to 'scripts/install')
-rwxr-xr-x | scripts/install/install-postinst-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index 589a04a8..2a3bcde9 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -175,7 +175,7 @@ setup_xen_extras () { echo "" >> $grubfile echo "title vyatta-virt" >> $grubfile echo "root (hd0,0)" >> $grubfile - echo "kernel $xen_grub_boot_path/vmlinuz root=/dev/$rootdev boot=live vyatta-union=$xen_grub_boot_path console=hvc0" >> $grubfile + echo "kernel $xen_grub_boot_path/vmlinuz root=/dev/$rootdev boot=live vyos-union=$xen_grub_boot_path console=hvc0" >> $grubfile echo "initrd $xen_grub_boot_path/initrd.img" >> $grubfile # Add symlink pointing to default image |