mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 04:01:33 -05:00
Workaround for systemd-networkd
The archlinux ISO provides working networking, use it to provide working networking for server installs on first-boot. Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com>
This commit is contained in:
parent
a68405a23a
commit
3746046d50
@ -511,6 +511,11 @@ if [ "${network_daemon}" = 'networkmanager' ]; then
|
|||||||
unpriv curl -s https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf | tee /mnt/etc/systemd/system/NetworkManager.service.d/99-brace.conf > /dev/null
|
unpriv curl -s https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf | tee /mnt/etc/systemd/system/NetworkManager.service.d/99-brace.conf > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${network_daemon}" = 'systemd-networkd' ]; then
|
||||||
|
# arch-iso has working networking, booted does not.
|
||||||
|
cp -ap /etc/systemd/network/20* /mnt/etc/systemd/network/ > /dev/null
|
||||||
|
fi
|
||||||
|
|
||||||
## Configuring the system.
|
## Configuring the system.
|
||||||
arch-chroot /mnt /bin/bash -e <<EOF
|
arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user