about summary refs log tree commit diff
path: root/xvoidstrap
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-08 19:50:39 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-08 19:50:39 +0100
commit799ffa0c59000c7cf095bb9b8fc2df99693cb7d6 (patch)
treed3397aa084b69887e2e3c232f273dbffac1af7d3 /xvoidstrap
parent29c7ad0e119b468343c8b096c3fd261769952387 (diff)
downloadxtools-799ffa0c59000c7cf095bb9b8fc2df99693cb7d6.tar.gz
xtools-799ffa0c59000c7cf095bb9b8fc2df99693cb7d6.tar.xz
xtools-799ffa0c59000c7cf095bb9b8fc2df99693cb7d6.zip
xvoidstrap: more items for the checklist
Diffstat (limited to 'xvoidstrap')
-rwxr-xr-xxvoidstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/xvoidstrap b/xvoidstrap
index 1be19df..23455ed 100755
--- a/xvoidstrap
+++ b/xvoidstrap
@@ -45,11 +45,17 @@ xbps-install \
 printf '\n'
 cat <<EOF | tee ${CHROOT}/checklist
 Void post-install checklist
+- Set root password: passwd
+- Set root shell: chsh
 - Set hostname: /etc/hostname
 - Configure fstab: /etc/fstab
 - Set locale: /etc/locale.conf and /etc/default/libc-locales
 - Rebuild locale: xbps-reconfigure -f glibc-locales
 - Install boot-loader: grub-install /dev/sda
+- Adjust kernel command-line in /etc/default/grub:
+  printk.time=1 loglevel=6 net.ifnames=0
 - Make dracut hostonly: echo hostonly=yes >/etc/dracut.conf.d/hostonly.conf
 - Rebuild initrd: xbps-reconfigure -f linux4.??
+- Enable default services: ln -s /etc/sv/... /var/service
+
 EOF