diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-11-26 05:55:26 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-11-26 05:55:26 -0600 |
commit | 00167437fade5d44a152ec2dd60d193ffa086eae (patch) | |
tree | 53d37afba4a8fd7e9c042bb9d340026bbd6c71ba /configs/base/live-base.installfile | |
parent | 0ad93f758ce2b0678e0bd9cdd0b000456c33ebea (diff) | |
download | image-00167437fade5d44a152ec2dd60d193ffa086eae.tar.gz image-00167437fade5d44a152ec2dd60d193ffa086eae.tar.bz2 image-00167437fade5d44a152ec2dd60d193ffa086eae.tar.xz image-00167437fade5d44a152ec2dd60d193ffa086eae.zip |
Base configurations: DRY the desktop env configs
Factor all of the repeated logic into a single 'live-base' script.
Diffstat (limited to 'configs/base/live-base.installfile')
-rw-r--r-- | configs/base/live-base.installfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/base/live-base.installfile b/configs/base/live-base.installfile new file mode 100644 index 0000000..c88d69a --- /dev/null +++ b/configs/base/live-base.installfile @@ -0,0 +1,15 @@ +# 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 +svcenable elogind +svcenable wpa_supplicant +svcenable NetworkManager +svcenable bluetooth graphical +svcenable chronyd graphical +svcenable sddm graphical |