diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-09-25 16:14:24 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-09-25 16:14:24 +0200 |
commit | 56765c6bb7b62d846cf9fd6255da57d1a8817b2e (patch) | |
tree | c62ec0bc02921235a3b3a31f7e00ef3e2e81445e /xvoidstrap | |
parent | 9898115e0cecec8235a587352fbbad73fd8e97d9 (diff) | |
download | xtools-56765c6bb7b62d846cf9fd6255da57d1a8817b2e.tar.gz xtools-56765c6bb7b62d846cf9fd6255da57d1a8817b2e.tar.xz xtools-56765c6bb7b62d846cf9fd6255da57d1a8817b2e.zip |
xvoidstrap: tweak checklist
Diffstat (limited to 'xvoidstrap')
-rwxr-xr-x | xvoidstrap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xvoidstrap b/xvoidstrap index 4ef270a..f43ac11 100755 --- a/xvoidstrap +++ b/xvoidstrap @@ -54,9 +54,9 @@ Void post-install checklist - 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 + printk.time=1 loglevel=6 net.ifnames=0 psi=1 - 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 +- Rebuild initrd and grub config: xbps-reconfigure -f linux5.?? +- Enable default services: ln -s /etc/sv/... /etc/runit/runsvdir/default/ EOF |