Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
42a7a0d3
Verified
Commit
42a7a0d3
authored
Aug 13, 2020
by
Sven-Hendrik Haase
Browse files
Fix mirror order
parent
d36d15bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/install.sh
View file @
42a7a0d3
...
...
@@ -25,7 +25,8 @@ mkswap "${device}1"
mkfs.btrfs
-L
"rootfs"
"
${
device
}
2"
mount
-o
compress-force
=
zstd
"
${
device
}
2"
/mnt
echo
"Server =
${
MIRROR
}
"
>
/etc/pacman.d/mirrorlist
echo
"Server =
${
MIRROR
}
"
>
/etc/pacman.d/mirrorlist
pacstrap
-M
/mnt base linux grub openssh
sudo
polkit haveged netctl python
echo
"Server =
${
MIRROR
}
"
>
/mnt/etc/pacman.d/mirrorlist
arch-chroot /mnt /bin/bash
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment