tazusb rev 22

mbr.bin has moved to /usr/share/boot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 08 08:03:15 2008 +0000 (2008-04-08)
parents 07b7d43b5b04
children d4ec240412fc
files tazusb
line diff
     1.1 --- a/tazusb	Thu Mar 13 22:17:04 2008 +0100
     1.2 +++ b/tazusb	Tue Apr 08 08:03:15 2008 +0000
     1.3 @@ -173,9 +173,9 @@
     1.4  {
     1.5  	# MBR
     1.6  	DISK=${DEVICE%[1-99]}
     1.7 -	if [ -f /usr/share/syslinux/mbr.bin ]; then
     1.8 +	if [ -f /usr/share/boot/mbr.bin ]; then
     1.9  		echo -n "Installing a new MBR to: $DISK"
    1.10 -		cat /usr/share/syslinux/mbr.bin > $DISK
    1.11 +		cat /usr/share/boot/mbr.bin > $DISK
    1.12  		status
    1.13  	else
    1.14  		# Skip MBR install (tazpkg get-install syslinux-extra ? and then cat)