Skip to content

Commit

Permalink
manjaro: reorder bootstrap steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 9, 2025
1 parent 301d4a5 commit fd90343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-build/manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ bootstrap_distribution() {
mount --bind /dev "${WORKDIR}/manjaro-aarch64/dev"
mount --bind /proc "${WORKDIR}/manjaro-aarch64/proc"
mount --bind /sys "${WORKDIR}/manjaro-aarch64/sys"
chroot "${WORKDIR}/manjaro-aarch64" pacman-mirrors -a -P http -c poland
chroot "${WORKDIR}/manjaro-aarch64" pacman-key --init
chroot "${WORKDIR}/manjaro-aarch64" pacman-key --populate manjaro
chroot "${WORKDIR}/manjaro-aarch64" pacman-key --populate archlinuxarm
chroot "${WORKDIR}/manjaro-aarch64" pacman-mirrors -c poland
chroot "${WORKDIR}/manjaro-aarch64" pacman -Syu --noconfirm
chroot "${WORKDIR}/manjaro-aarch64" pacman -S --noconfirm util-linux
EOF
Expand Down

0 comments on commit fd90343

Please sign in to comment.