Re: New ISOs for a New Year
Reply #14 –
OK, it's a little more complicated. After performing the steps above (except sudo calamares -d), open a terminal and issue as root (copy/paste directly into the terminal):
pacman -Sy artools-iso
Then:
set +C
export INITSYS=s6
source /usr/lib/artools/base/yaml.sh
source /usr/lib/artools/iso/chrootcfg.sh
source /usr/share/makepkg/util/message.sh
configure_calamares
cat << EOF > /etc/calamares/modules/services-${INITSYS}.conf
---
initdDir: /etc/init.d
runlevelsDir: /etc/runlevels
services:
- acpid
- bluetooth
- cronie
- cupsd
- syslog-ng
- connmand
- xdm
EOF
cat << EOF > /etc/calamares/modules/users.conf
---
defaultGroups:
- video
- power
- storage
- optical
- network
- lp
- scanner
- wheel
- users
- log
autologinGroup: autologin
doAutologin: false
sudoersGroup: wheel
setRootPassword: true
availableShells: /bin/bash, /bin/zsh
EOF
Tested to work this one.