forked from alnux/repo
grub-defconfig removed in favour of making a template config by configmake
This commit is contained in:
parent
4111d41ef2
commit
1ca3b85479
2 changed files with 0 additions and 13 deletions
|
@ -1,5 +0,0 @@
|
||||||
pkg_config_deploy=true
|
|
||||||
pkg_config_ver="0.2"
|
|
||||||
pkg_config_name="grub-defconfig"
|
|
||||||
pkg_config_makedepends=""
|
|
||||||
pkg_config_depends=""
|
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in a new issue