Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
c83d836f
Verified
Commit
c83d836f
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Try initializting keyring on archiso side
parent
550d7637
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/install.sh
View file @
c83d836f
...
...
@@ -26,7 +26,8 @@ mkfs.btrfs -L "rootfs" "${device}2"
mount
-o
compress-force
=
zstd
"
${
device
}
2"
/mnt
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
pacman-key
--init
pacman-key
--populate
archlinux
pacstrap /mnt base linux grub openssh
sudo
polkit haveged netctl python
arch-chroot /mnt /bin/bash
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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