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
669e6174
Commit
669e6174
authored
Mar 19, 2021
by
Sven-Hendrik Haase
Browse files
Merge branch 'remove-haveged' into 'master'
Remove haveged See merge request
!167
parents
a2f40930
f8c46bc9
Pipeline
#5928
passed with stages
in 33 minutes and 15 seconds
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
669e6174
...
...
@@ -74,7 +74,7 @@ EOF
echo
"Server =
${
MIRROR
}
"
>
mirrorlist
# We use the hosts package cache
pacstrap
-c
-C
pacman.conf
-M
"
${
MOUNT
}
"
base linux grub openssh
sudo
haveged
btrfs-progs reflector
pacstrap
-c
-C
pacman.conf
-M
"
${
MOUNT
}
"
base linux grub openssh
sudo
btrfs-progs reflector
cp
mirrorlist
"
${
MOUNT
}
/etc/pacman.d/"
}
...
...
images/base.sh
View file @
669e6174
...
...
@@ -24,8 +24,6 @@ function pre() {
cat
<<
EOF
>"
${
MOUNT
}
/etc/systemd/system/pacman-init.service"
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
Before=sshd.service cloud-final.service
ConditionFirstBoot=yes
...
...
@@ -61,7 +59,6 @@ EOF
arch-chroot
"
${
MOUNT
}
"
/bin/bash
-e
<<
EOF
source /etc/profile
systemctl enable sshd
systemctl enable haveged
systemctl enable systemd-networkd
systemctl enable systemd-resolved
systemctl enable systemd-timesyncd
...
...
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