grub-defconfig removed in favour of making a template config by configmake

This commit is contained in:
Ohio2 2021-07-12 02:34:17 +02:00
parent 4111d41ef2
commit 1ca3b85479
2 changed files with 0 additions and 13 deletions

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="0.2"
pkg_config_name="grub-defconfig"
pkg_config_makedepends=""
pkg_config_depends=""

View file

@ -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
}