summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-11-26 06:08:51 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-11-26 06:08:51 -0600
commit983a6f020d8ea8f0e719053b9d1fd53fe549fafc (patch)
tree9c6b3117990796a3a63ee03bc98b04efd0be37ca
parent22c8e75aef9298e5795e8a7ee2dea73104bc474f (diff)
downloadimage-983a6f020d8ea8f0e719053b9d1fd53fe549fafc.tar.gz
image-983a6f020d8ea8f0e719053b9d1fd53fe549fafc.tar.bz2
image-983a6f020d8ea8f0e719053b9d1fd53fe549fafc.tar.xz
image-983a6f020d8ea8f0e719053b9d1fd53fe549fafc.zip
Base configuration: Install documentation
Closes: #385
-rw-r--r--configs/base/base.installfile3
-rw-r--r--configs/base/live-base.installfile3
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/base/base.installfile b/configs/base/base.installfile
index 9d6531a..45e41f3 100644
--- a/configs/base/base.installfile
+++ b/configs/base/base.installfile
@@ -22,6 +22,9 @@ pkginstall hdparm pciutils pcmciautils smartmontools usbutils
# User convenience tools
pkginstall bzip2 chrony gnupg kbd-keymaps less links lzop nano openssh tmux
+# Install all available documentation.
+pkginstall docs
+
# Enable logging by default - can be disabled with `rc-update del sysklogd`
svcenable sysklogd
diff --git a/configs/base/live-base.installfile b/configs/base/live-base.installfile
index c88d69a..b7aad0b 100644
--- a/configs/base/live-base.installfile
+++ b/configs/base/live-base.installfile
@@ -1,9 +1,6 @@
# Install the Live CD support files, Bluetooth support, and NetworkManager.
pkginstall bluez livecd-support-horizon networkmanager
-# Install all available documentation.
-# pkginstall docs
-
# Start X on boot, if possible.
svcenable udev boot
svcenable udev-trigger boot