bump grubdefconfig and remove initramfs mentions

This commit is contained in:
hippoz 2021-07-03 18:14:49 +03:00
parent 933a9ee4b3
commit 459e269c92
2 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PKG_CONFIG_DEPLOY=true
PKG_CONFIG_VER="0.1"
PKG_CONFIG_VER="0.2"
PKG_CONFIG_NAME="grub-defconfig"
PKG_CONFIG_MAKEDEPENDS=""
PKG_CONFIG_DEPENDS=""

View file

@ -1,12 +1,8 @@
set timeout=15
set default=0 # Set the default menu entry
set default=0
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
# you will probably want to change the root below...
linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird
boot
}