diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-03-06 17:45:42 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-03-06 17:45:42 +0100 |
commit | c68b07fb0b3572427e02c1062e4ca179a6d8e4a5 (patch) | |
tree | f084eaf368190219849162dc003d854e5a387b22 /guest | |
parent | 10753b412aa24bc476db7bc0179fdf05d48d1a51 (diff) | |
download | freebsd-wifibox-alpine-c68b07fb0b3572427e02c1062e4ca179a6d8e4a5.zip |
Add missing boot-time service for publishing kernel log messages.
Diffstat (limited to 'guest')
-rw-r--r-- | guest/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guest/setup.sh b/guest/setup.sh index 28ee0a1..b25549d 100644 --- a/guest/setup.sh +++ b/guest/setup.sh @@ -7,6 +7,7 @@ ln -s /dev/null /root/.ash_history rm /etc/motd rc-update add networking boot rc-update add urandom boot +rc-update add bootmisc boot rc-update add acpid default rc-update add modules boot rc-update add chronyd default |