diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-07-27 16:46:08 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-07-27 16:46:08 -0700 |
commit | 5cfca8801a52bf8e9421417f82a4cee6cfe8653e (patch) | |
tree | f1cacc6ae822bed137b0002749b58e01938897ce | |
parent | 8410374f55dbe55cb46bce8378084b912e5dbd23 (diff) | |
parent | e95fb343a63b8cb6c1dc10fe30b5b1c3cafecc2a (diff) | |
download | vyatta-cfg-5cfca8801a52bf8e9421417f82a4cee6cfe8653e.tar.gz vyatta-cfg-5cfca8801a52bf8e9421417f82a4cee6cfe8653e.zip |
Merge branch 'hollywood'
-rwxr-xr-x | etc/init.d/vyatta-ofr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 92acf45..8ff02ab 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -119,11 +119,6 @@ start () load_bootfile chmod g-w,o-w / - ( [ -s /boot/grub/menu.lst ] && - upgrade-from-grub-legacy && - rm -f /boot/grub/menu.lst* - ) || true - log_end_msg $? } |