From 104f042ddbef56e323b61353fceeb5fd3dae5556 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 15 Apr 2018 15:01:45 -0400 Subject: Added kernel config and many more scripts Altered scripts to allow for rebuilding wihout deleting the `build` folder. Added ncurses and vim to the build. Also added initial version of runit Still need to make sure that get_sources and distfiles are properly gathered from the script soon --- scripts/build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index f98e0a8..9daae79 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -5,3 +5,8 @@ $shell scripts/musl.sh $shell scripts/mksh.sh $shell scripts/sbase.sh $shell scripts/ubase.sh +$shell scripts/linux.sh +$shell scripts/sinit.sh +$shell scripts/ncurses.sh +$shell scripts/vim.sh +# $shell scripts/grub.sh -- cgit v1.2.3