forked from alnux/repo
restored defconfig
This commit is contained in:
parent
d274560236
commit
298ad05a0b
2 changed files with 13 additions and 0 deletions
5
grub-defconfig/package
Executable file
5
grub-defconfig/package
Executable 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=""
|
8
grub-defconfig/payload/boot/grub/grub.cfg
Normal file
8
grub-defconfig/payload/boot/grub/grub.cfg
Normal 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
|
||||
}
|
Loading…
Reference in a new issue