wok diff linux/stuff/bootloader.sh @ rev 6176

Up: automake to 1.11.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 10 12:55:09 2010 +0000 (2010-09-10)
parents d1ef2016ba84
children e86c6b88aff0
line diff
     1.1 --- a/linux/stuff/bootloader.sh	Fri May 14 13:34:05 2010 +0200
     1.2 +++ b/linux/stuff/bootloader.sh	Fri Sep 10 12:55:09 2010 +0000
     1.3 @@ -70,7 +70,7 @@
     1.4  	bs=/tmp/bs$$
     1.5  
     1.6  	# Get and patch boot sector
     1.7 -	# See http://hg.slitaz.org/wok/raw-file/tip/linux/stuff/linux-header-2.6.30.6.u
     1.8 +	# See  http://hg.slitaz.org/wok/raw-file/711d076b277c/linux/stuff/linux-header-2.6.34.u
     1.9  	dd if=$KERNEL bs=512 count=1 of=$bs 2> /dev/null
    1.10  	uudecode <<EOT | dd of=$bs conv=notrunc 2> /dev/null
    1.11  begin-base64 644 -