forked from alnux/repo
add grub-defconfig package
This commit is contained in:
parent
878e40ea1c
commit
ded599d846
2 changed files with 17 additions and 0 deletions
5
grub-defconfig/package
Executable file
5
grub-defconfig/package
Executable file
|
@ -0,0 +1,5 @@
|
|||
AL_PKG_CONFIG_DEPLOY=true
|
||||
AL_PKG_CONFIG_VER="0.1"
|
||||
AL_PKG_CONFIG_NAME="grub-defconfig"
|
||||
AL_PKG_CONFIG_MAKEDEPENDS=""
|
||||
AL_PKG_CONFIG_DEPENDS=""
|
12
grub-defconfig/payload/boot/grub/grub.cfg
Normal file
12
grub-defconfig/payload/boot/grub/grub.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
set timeout=15
|
||||
set default=0 # Set the default menu entry
|
||||
|
||||
menuentry "Alnux" {
|
||||
# oh and also if the root is not /dev/sr0 you can change it
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue