Changeset 470 for main/linuxmuster-linbo/trunk/debian/postinst
- Timestamp:
- 03/24/09 19:55:18 (3 years ago)
- File:
-
- 1 edited
-
main/linuxmuster-linbo/trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/debian/postinst
r337 r470 25 25 26 26 LINBODIR=/var/linbo 27 PXELINUX0=/usr/lib/syslinux/pxelinux.028 27 DISTCONF=/usr/share/linuxmuster/config/dist.conf 29 28 … … 31 30 32 31 configure) 33 34 # pxelinux link35 if [ -e "$PXELINUX0" ]; then36 [ -e "$LINBODIR/pxelinux.0" ] || ln -s $PXELINUX0 $LINBODIR/pxelinux.037 else38 echo "Error: $PXELINUX0 not found!"39 fi40 32 41 33 # repair link to examples
Note: See TracChangeset
for help on using the changeset viewer.
