forked from alnux/repo
bump grubdefconfig and remove initramfs mentions
This commit is contained in:
parent
933a9ee4b3
commit
459e269c92
2 changed files with 4 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PKG_CONFIG_DEPLOY=true
|
PKG_CONFIG_DEPLOY=true
|
||||||
PKG_CONFIG_VER="0.1"
|
PKG_CONFIG_VER="0.2"
|
||||||
PKG_CONFIG_NAME="grub-defconfig"
|
PKG_CONFIG_NAME="grub-defconfig"
|
||||||
PKG_CONFIG_MAKEDEPENDS=""
|
PKG_CONFIG_MAKEDEPENDS=""
|
||||||
PKG_CONFIG_DEPENDS=""
|
PKG_CONFIG_DEPENDS=""
|
|
@ -1,12 +1,8 @@
|
||||||
set timeout=15
|
set timeout=15
|
||||||
set default=0 # Set the default menu entry
|
set default=0
|
||||||
|
|
||||||
menuentry "Alnux" {
|
menuentry "Alnux" {
|
||||||
# oh and also if the root is not /dev/sr0 you can change it
|
# you will probably want to change the root below...
|
||||||
|
linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird
|
||||||
linux /boot/bzImage noapic root=/dev/sr0 init=/usr/bin/hummingbird
|
|
||||||
# Do YOU want an initramfs? YES YOU! In order to do that, uncomment the line below and move the root and init args down here! Have fun!
|
|
||||||
# (the initramfs has to be built beforehand, of course)
|
|
||||||
#initrd /initramfs.cpio.gz
|
|
||||||
boot
|
boot
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue