diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:16 +0100 |
commit | 65f4b6541041e62f562830cfedf8284c0bc86a16 (patch) | |
tree | 0effc3553e119325dd1cd70a33c3712ad4d9cf56 /meta/recipes-core/initrdscripts | |
parent | 91d72e6a992d5ed55c0af427e147c7ae3adc517c (diff) | |
download | poky-65f4b6541041e62f562830cfedf8284c0bc86a16.tar.gz |
Further cleanup of various poky references
(From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh index 271acc93ff..b9d9029d21 100644 --- a/meta/recipes-core/initrdscripts/files/init-install.sh +++ b/meta/recipes-core/initrdscripts/files/init-install.sh | |||
@@ -21,7 +21,7 @@ for device in 'hda' 'hdb' 'sda' 'sdb' | |||
21 | found="yes" | 21 | found="yes" |
22 | 22 | ||
23 | while true; do | 23 | while true; do |
24 | echo "Found drive at /dev/${device}. Do you want to install poky there ? [y/n]" | 24 | echo "Found drive at /dev/${device}. Do you want to install this image there ? [y/n]" |
25 | read answer | 25 | read answer |
26 | if [ "$answer" = "y" ] ; then | 26 | if [ "$answer" = "y" ] ; then |
27 | break | 27 | break |
@@ -153,7 +153,7 @@ echo "(hd0) /dev/${device}" > /ssd/boot/grub/device.map | |||
153 | 153 | ||
154 | echo "default 0" > /ssd/boot/grub/menu.lst | 154 | echo "default 0" > /ssd/boot/grub/menu.lst |
155 | echo "timeout 30" >> /ssd/boot/grub/menu.lst | 155 | echo "timeout 30" >> /ssd/boot/grub/menu.lst |
156 | echo "title Poky-Netbook" >> /ssd/boot/grub/menu.lst | 156 | echo "title Live Boot/Install-Image" >> /ssd/boot/grub/menu.lst |
157 | echo "root (hd0,0)" >> /ssd/boot/grub/menu.lst | 157 | echo "root (hd0,0)" >> /ssd/boot/grub/menu.lst |
158 | echo "kernel /boot/vmlinuz root=$rootfs rw $3 $4 quiet" >> /ssd/boot/grub/menu.lst | 158 | echo "kernel /boot/vmlinuz root=$rootfs rw $3 $4 quiet" >> /ssd/boot/grub/menu.lst |
159 | 159 | ||