OSDN Git Service

[fix] : Fixed an issue where the default kernel was still core.
authorhayao <shun819.mail@gmail.com>
Wed, 11 Mar 2020 12:20:29 +0000 (21:20 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 11 Mar 2020 12:20:29 +0000 (21:20 +0900)
build.sh

index 8bb9024..19916ad 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -46,9 +46,6 @@ pacman_conf=${script_path}/system/pacman.conf
 # Load config file
 [[ -f ./config ]] && source config; echo "The settings have been overwritten by the config file."
 
-
-[[ -z ${kernel} ]] && kernel=core
-
 umask 0022
 
 _usage () {