diff options
-rw-r--r-- | setup-alpine.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 2f4e13a..06f5968 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -180,7 +180,7 @@ if [ -z "$quick" ]; then fi rc-update --quiet add networking boot -rc-update --quiet add urandom boot +rc-update --quiet add seedrng boot || rc-update --quiet add urandom boot svc_list="cron crond" if [ -d /sys/firmware/acpi ]; then # Only enable acpid for systems with ACPI |