restored defconfig

This commit is contained in:
Ohio2 2021-07-12 23:45:20 +02:00
parent d274560236
commit 298ad05a0b
2 changed files with 13 additions and 0 deletions

5
grub-defconfig/package Executable file
View file

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

View file

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