Grub-defconfig removed & added grub-configmake, added pthread and curses-lib (ncurses) #18

Merged
hippoz merged 12 commits from Ohio2/repo:master into master 2021-07-13 00:46:24 +03:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit 298ad05a0b - Show all commits

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
}