diff --git a/grub-defconfig/package b/grub-defconfig/package new file mode 100755 index 0000000..6dae383 --- /dev/null +++ b/grub-defconfig/package @@ -0,0 +1,5 @@ +pkg_config_deploy=true +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 new file mode 100644 index 0000000..3cc5cf0 --- /dev/null +++ b/grub-defconfig/payload/boot/grub/grub.cfg @@ -0,0 +1,8 @@ +set timeout=15 +set default=0 + +menuentry "Alnux" { + # you will probably want to change the root below... + linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird + boot +}