chore: explicitly reinstall shadow
This commit is contained in:
parent
375ccc84b3
commit
98f56a7bd7
1 changed files with 2 additions and 0 deletions
2
akshara
2
akshara
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue