Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
247 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/bash |
---|
| 2 | set -e |
---|
| 3 | |
---|
| 4 | if ! [ -L /sbin/syn3-install-bootloader ]; then |
---|
| 5 | #existing installations should keep using grub. dont "fix" what isnt broken. |
---|
| 6 | ln -s syn3-install-grub /sbin/syn3-install-bootloader |
---|
| 7 | fi |
---|
| 8 | |
---|
| 9 | syn3-install-bootloader || exit 1 |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.