From 298ad05a0ba432380ab153f283442cd7f6f48818 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Mon, 12 Jul 2021 23:45:20 +0200 Subject: [PATCH] restored defconfig --- grub-defconfig/package | 5 +++++ grub-defconfig/payload/boot/grub/grub.cfg | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100755 grub-defconfig/package create mode 100644 grub-defconfig/payload/boot/grub/grub.cfg 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 +}