This commit is contained in:
Daniel Langbein 2023-03-19 10:10:29 +01:00
parent 9e474ffade
commit 1a31138e09

View File

@ -363,9 +363,8 @@ function run_pacstrap() {
if [ "${PACSTRAP_INTERACTIVE}" = 'true' ]; then
args+=('-i') # Run interactively
fi
args+=('/mnt')
sudo pacstrap "${args[@]}" "${PKGS[@]}"
sudo pacstrap -K "${args[@]}" /mnt "${PKGS[@]}"
}
function run_genfstab() {