From 1ca3b85479882948c19b93c9a2d1f2b1f4ec10ce Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Mon, 12 Jul 2021 02:34:17 +0200 Subject: [PATCH] grub-defconfig removed in favour of making a template config by configmake --- grub-defconfig/package | 5 ----- grub-defconfig/payload/boot/grub/grub.cfg | 8 -------- 2 files changed, 13 deletions(-) delete mode 100755 grub-defconfig/package delete mode 100644 grub-defconfig/payload/boot/grub/grub.cfg diff --git a/grub-defconfig/package b/grub-defconfig/package deleted file mode 100755 index 6dae383..0000000 --- a/grub-defconfig/package +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 3cc5cf0..0000000 --- a/grub-defconfig/payload/boot/grub/grub.cfg +++ /dev/null @@ -1,8 +0,0 @@ -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 -}