diff options
-rw-r--r-- | scripts/automatic_updater.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 0fd381b..c84a60e 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -120,6 +120,7 @@ case "$TARGETMODE" in update_gcc update_kernel ;; + "kernelonly" ) update_kernel ;; "freebsd_userland" ) update_freebsd_userland post_freebsd_userland |