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 0 additions and 13 deletions
Showing only changes of commit 1ca3b85479 - Show all commits

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
}