Upgrade packages during install
This commit is contained in:
parent
8987f37751
commit
81b9dc103b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def inst_setup_base(config):
|
||||||
# Generate fstab
|
# Generate fstab
|
||||||
exec(['bash', '-c', 'genfstab -U /mnt > /mnt/etc/fstab'])
|
exec(['bash', '-c', 'genfstab -U /mnt > /mnt/etc/fstab'])
|
||||||
# Refresh package lists, pacman-key --init
|
# Refresh package lists, pacman-key --init
|
||||||
exec_chroot(['pacman', '-Sy'])
|
exec_chroot(['pacman', '-Syu', '--noconfirm'])
|
||||||
exec_chroot(['pacman-key', '--init'])
|
exec_chroot(['pacman-key', '--init'])
|
||||||
exec_chroot(['pacman-key', '--populate', 'archlinux'])
|
exec_chroot(['pacman-key', '--populate', 'archlinux'])
|
||||||
exec_chroot(['pacman-key', '--populate', 'blend'])
|
exec_chroot(['pacman-key', '--populate', 'blend'])
|
||||||
|
|
Loading…
Reference in a new issue