diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 09:09:43 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 09:09:43 +0900 |
commit | 2f12a22761fa221e2380be13916b5b23939367b8 (patch) | |
tree | aa980c7604c4cc6eb8bd35609a1fec8a87ebd467 | |
parent | sys-freebsd/*10.2_beta1: It was compiled to be able to fix 10.2_BETA1. (diff) | |
download | gentoo-bsd-2f12a22761fa221e2380be13916b5b23939367b8.tar.gz gentoo-bsd-2f12a22761fa221e2380be13916b5b23939367b8.tar.bz2 gentoo-bsd-2f12a22761fa221e2380be13916b5b23939367b8.zip |
automatic_updater.sh : added kernelonly.
-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 |