From 0fb11190fa5911f6f9c20c38e74a664826157a34 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 30 Mar 2022 11:15:13 -0500 Subject: add seedrng service for Linux This moves urandom to *bsd only and adds seedrng as a separate service for Linux. This fixes #510 --- runlevels/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'runlevels/Makefile') diff --git a/runlevels/Makefile b/runlevels/Makefile index 73843d8b..8d8b8e9e 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -1,7 +1,7 @@ include ../mk/net.mk BOOT= bootmisc fsck hostname localmount loopback \ - root swap sysctl urandom ${BOOT-${OS}} + root swap sysctl ${BOOT-${OS}} DEFAULT= local netmount NONETWORK= local SHUTDOWN= savecache ${SHUTDOWN-${OS}} @@ -29,20 +29,20 @@ BOOT-${OS}= SHUTDOWN-${OS}= SYSINIT-${OS}= -BOOT-BSD= hostid newsyslog savecore syslogd swap-blk +BOOT-BSD= hostid newsyslog savecore syslogd swap-blk urandom # Generic BSD stuff -BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd +BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd urandom # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs save-keymaps \ - save-termencoding termencoding + save-termencoding seedrng termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs cgroups dmesg sysfs # Generic BSD stuff -BOOT-NetBSD+= hostid newsyslog savecore syslogd +BOOT-NetBSD+= hostid newsyslog savecore syslogd urandom # NetBSD specific stuff BOOT-NetBSD+= devdb swap-blk ttys wscons -- cgit v1.2.3