add grub-defconfig package

This commit is contained in:
hippoz 2020-11-30 21:45:15 +02:00
parent 878e40ea1c
commit ded599d846
2 changed files with 17 additions and 0 deletions

5
grub-defconfig/package Executable file
View 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=""

View 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
}