diff --git a/grub-defconfig/package b/grub-defconfig/package index d440627..6bd2ff0 100755 --- a/grub-defconfig/package +++ b/grub-defconfig/package @@ -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="" \ No newline at end of file diff --git a/grub-defconfig/payload/boot/grub/grub.cfg b/grub-defconfig/payload/boot/grub/grub.cfg index b288f94..456aced 100644 --- a/grub-defconfig/payload/boot/grub/grub.cfg +++ b/grub-defconfig/payload/boot/grub/grub.cfg @@ -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 }