source: npl/system/syslinux_conf/root/etc/postinst.d/post.syslinux @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 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
Line 
1#!/bin/bash
2set -e
3
4if ! [ -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
7fi
8
9syn3-install-bootloader || exit 1
10
11
12exit 0
Note: See TracBrowser for help on using the repository browser.