wok-next diff slitaz-eeepc/stuff/tazeee @ rev 2785

slitaz-eeepc: Tiny clean up
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 21:56:49 2009 +0200 (2009-04-27)
parents 57a0f9506ece
children ba5bb45bb8fa
line diff
     1.1 --- a/slitaz-eeepc/stuff/tazeee	Mon Apr 27 21:51:07 2009 +0200
     1.2 +++ b/slitaz-eeepc/stuff/tazeee	Mon Apr 27 21:56:49 2009 +0200
     1.3 @@ -160,7 +160,7 @@
     1.4  		rmdir /media/cdrom
     1.5  		ln -s /home /media/cdrom
     1.6  		slitaz-installer
     1.7 -		# Installer/GBUB see /dev/hdc1 as (hd2,0) --> we need (hd0,0)
     1.8 +		# Installer/GRUB see /dev/hdc1 as (hd2,0) --> we need (hd0,0)
     1.9  		mount /dev/hdc1 /mnt/target 2>/dev/null
    1.10  		if grep -q 'root=/dev/hdc1' /mnt/target/boot/grub/menu.lst 2>/dev/null; then
    1.11  			sed -i s/'(hd2,0)'/'(hd0,0)'/ /mnt/target/boot/grub/menu.lst