chore: explicitly reinstall shadow

This commit is contained in:
Rudra B.S. 2023-11-24 10:36:33 +05:30
parent 375ccc84b3
commit 98f56a7bd7

View file

@ -316,6 +316,8 @@ Server = {package_repo["repo-url"]}
exec_chroot('bash', '-c', 'echo "FILES=()" >> /etc/mkinitcpio.conf')
exec_chroot('bash', '-c', 'echo "HOOKS=(base udev akshara autodetect keyboard keymap modconf block filesystems fsck)" >> /etc/mkinitcpio.conf')
exec_chroot('pacman', '-S', 'shadow')
exec_chroot('mkinitcpio', '-P')
exec('mv', '.new_rootfs', '.update_rootfs')