diff options
-rw-r--r-- | configs/base/base.installfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/base/base.installfile b/configs/base/base.installfile index 86ac3f7..c6a3c48 100644 --- a/configs/base/base.installfile +++ b/configs/base/base.installfile @@ -8,7 +8,7 @@ nameserver 9.9.9.9 nameserver 149.112.112.112 # Base packages -pkginstall adelie-base-posix dash-binsh ssmtp s6-linux-init s6-linux-init-early-getty openrc eudev +pkginstall adelie-base-posix dash-binsh ssmtp s6-linux-init s6-linux-init-early-getty openrc eudev sysklogd # Disk setup pkginstall parted cryptsetup diskdev_cmds dosfstools e2fsprogs jfsutils lvm2 mdadm xfsprogs-base # Kernel / boot (we take care of boot cfg ourselves, so no-boot vs easy-boot) @@ -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 +# Enable logging by default - can be disabled with `rc-update del sysklogd` +svcenable sysklogd + repository https://distfiles.adelielinux.org/adelie/current/system repository https://distfiles.adelielinux.org/adelie/current/user |