From: Sascha Wildner Date: Tue, 11 Dec 2018 19:58:57 +0000 (+0100) Subject: kernel: Remove the FFS_ROOT option. It was a no-op since 4.9. X-Git-Tag: v5.7.0~692 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/5c1170ce8f46f6cbd4b6bce671782690e2fba0d8 kernel: Remove the FFS_ROOT option. It was a no-op since 4.9. --- diff --git a/UPDATING b/UPDATING index 893bacfd2a..ef20c5c1dd 100644 --- a/UPDATING +++ b/UPDATING @@ -8,6 +8,18 @@ # If you discover any problem, please contact the bugs@lists.dragonflybsd.org # mailing list with the details. ++-----------------------------------------------------------------------+ ++ UPGRADING DRAGONFLY FROM 5.4 TO LATER VERSIONS + ++-----------------------------------------------------------------------+ + +FFS_ROOT OPTION REMOVED +----------------------- + +The FFS_ROOT kernel configuration option has been finally removed, after +having been a no-op since 4.9. That means users using a custom kernel +configuration file that still contains it need to remove the option from +that file. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 5.2 TO LATER VERSIONS + +-----------------------------------------------------------------------+ diff --git a/sys/conf/options b/sys/conf/options index 8a0b116d14..2a8228d7fd 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -675,7 +675,6 @@ EVDEV_DEBUG opt_evdev.h # Obsolete options (will be removed in the future) # -FFS_ROOT opt_dontuse.h FAST_IPSEC opt_dontuse.h IPSEC opt_dontuse.h IPSEC_DEBUG opt_dontuse.h