diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -586,6 +586,7 @@ desktop_environment() { aur_install downgrade aur_install duf aur_install inxi + aur_install mkinitcpio-firmware # suppresses missing firmware warnings during mkinitcpio # File Associations @@ -959,6 +960,9 @@ boot_ux() { (echo "kernel.printk = 3 3 3 3" >/etc/sysctl.d/20-quiet-printk.conf) || \ error "error" "$action" "$?" + action="configuring console font" && display "task" "$action" + (echo "FONT=lat0-16" >>/etc/vconsole.conf) || error "error" "$action" "$?" + action="delegating fsck messages from udev to systemd" && display "task" "$action" sed -i "s/.*HOOKS=(base udev autodetect keyboard keymap modconf block filesystems fsck).*/HOOKS=(base systemd autodetect keyboard keymap modconf block filesystems fsck)/" /etc/mkinitcpio.conf || error "error" "running sed on mkinitcpio.conf to hide fsck messages" "$?" mkinitcpio -P >> "$logfile" 2>&1 || error "error" "running mkinitcpio -P to silence fsck messages" "$?" |
