change vmlinuz26 to vmlinuz-linux and kernel26.img to initramfs-linux.img in menu.lst
This commit is contained in:
parent
994b048c67
commit
5d98dd0d5a
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=grub
|
pkgname=grub
|
||||||
pkgver=0.97
|
pkgver=0.97
|
||||||
pkgrel=18
|
pkgrel=19
|
||||||
pkgdesc="A GNU multiboot boot loader"
|
pkgdesc="A GNU multiboot boot loader"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -24,7 +24,7 @@ source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz
|
|||||||
backup=('boot/grub/menu.lst')
|
backup=('boot/grub/menu.lst')
|
||||||
install=grub.install
|
install=grub.install
|
||||||
sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb'
|
sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb'
|
||||||
'734fa37ebe1657bf1f8f74ee4866953ff96f2604'
|
'33d43d48000b2027f9baec8fc99d33e0c4500c96'
|
||||||
'e88a68204c9c9d4bd0b50fa11cab789df4ac55f8'
|
'e88a68204c9c9d4bd0b50fa11cab789df4ac55f8'
|
||||||
'157b81dbad3576536b08642242accfa1aeb093a9'
|
'157b81dbad3576536b08642242accfa1aeb093a9'
|
||||||
'adbb4685c98797ffb4dc83561ec75698991dddbd'
|
'adbb4685c98797ffb4dc83561ec75698991dddbd'
|
||||||
|
6
menu.lst
6
menu.lst
@ -36,10 +36,10 @@ color light-blue/black light-cyan/blue
|
|||||||
#-*
|
#-*
|
||||||
|
|
||||||
# (0) Arch Linux
|
# (0) Arch Linux
|
||||||
title Arch Linux [/boot/vmlinuz26]
|
title Arch Linux [/boot/vmlinuz-linux]
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz26 root=/dev/sda3 ro
|
kernel /vmlinuz-linux root=/dev/sda3 ro
|
||||||
initrd /kernel26.img
|
initrd /initramfs-linux.img
|
||||||
|
|
||||||
# (1) Windows
|
# (1) Windows
|
||||||
#title Windows
|
#title Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user