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
archiso
Commits
3720627e
Verified
Commit
3720627e
authored
Jun 29, 2020
by
nl6720
Browse files
Enable systemd units with symlinks instead of doing it via systemctl in chroot
parent
d11737ff
Changes
10
Hide whitespace changes
Inline
Side-by-side
configs/releng/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-networkd.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-resolved.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/default.target
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/multi-user.target
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service
0 → 120000
View file @
3720627e
../choose-mirror.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service
0 → 120000
View file @
3720627e
../pacman-init.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-networkd.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-resolved.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-networkd-wait-online.service
\ No newline at end of file
configs/releng/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
0 → 120000
View file @
3720627e
/usr/lib/systemd/system/systemd-networkd.socket
\ No newline at end of file
configs/releng/airootfs/root/customize_airootfs.sh
View file @
3720627e
...
...
@@ -15,6 +15,3 @@ passwd -d root
sed
-i
's/#\(PermitRootLogin \).\+/\1yes/'
/etc/ssh/sshd_config
sed
-i
"s/#Server/Server/g"
/etc/pacman.d/mirrorlist
systemctl
enable
pacman-init.service choose-mirror.service systemd-networkd.service systemd-resolved.service
systemctl set-default multi-user.target
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