aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/meson_runlevels.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/meson_runlevels.sh b/tools/meson_runlevels.sh
index e24c2e2e..1473d4e2 100755
--- a/tools/meson_runlevels.sh
+++ b/tools/meson_runlevels.sh
@@ -24,11 +24,11 @@ case "${os}" in
;;
esac
-boot="bootmisc fsck hostname localmount loopback root swap sysctl urandom"
+boot="bootmisc fsck hostname localmount loopback root swap sysctl"
if [ "${net}" = yes ]; then
boot="${boot} network staticroute"
fi
-boot_BSD="hostid newsyslog savecore syslogd"
+boot_BSD="hostid newsyslog savecore syslogd urandom"
case "${os}" in
DragonFly)
@@ -39,7 +39,7 @@ case "${os}" in
;;
Linux)
boot="${boot} binfmt hwclock keymaps modules mtab procfs
- save-keymaps save-termencoding termencoding"
+ save-keymaps save-termencoding seedrng termencoding"
;;
NetBSD)
boot="${boot} ${boot_BSD} devdb swap-blk tys wscons"