Configdateien aus dem Script extrahiert
This commit is contained in:
parent
b760b14308
commit
871dc3f2d6
11 changed files with 90 additions and 0 deletions
13
configs/20-ethernet.network
Normal file
13
configs/20-ethernet.network
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Match]
|
||||||
|
Name=en*
|
||||||
|
Name=eth*
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
IPv6PrivacyExtensions=yes
|
||||||
|
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=100
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=100
|
12
configs/20-wwan.network
Normal file
12
configs/20-wwan.network
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Match]
|
||||||
|
Name=ww*
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
IPv6PrivacyExtensions=yes
|
||||||
|
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=700
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=700
|
12
configs/20.wlan.network
Normal file
12
configs/20.wlan.network
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Match]
|
||||||
|
Name=wl*
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
IPv6PrivacyExtensions=yes
|
||||||
|
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=600
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=600
|
8
configs/arch-fallback.conf
Normal file
8
configs/arch-fallback.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux Fallback
|
||||||
|
linux /vmlinuz-linux
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux-fallback.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@
|
8
configs/arch-lts-fallback.conf
Normal file
8
configs/arch-lts-fallback.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux LTS Fallback
|
||||||
|
linux /vmlinuz-linux-lts
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux-lts-fallback.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@
|
8
configs/arch-lts.conf
Normal file
8
configs/arch-lts.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux LTS
|
||||||
|
linux /vmlinuz-linux-lts
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux-lts.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@ rw
|
8
configs/arch-zen-fallback.conf
Normal file
8
configs/arch-zen-fallback.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux Fallback
|
||||||
|
linux /vmlinuz-linux-zen
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux-zen-fallback.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@
|
8
configs/arch-zen.conf
Normal file
8
configs/arch-zen.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux
|
||||||
|
linux /vmlinuz-linux-zen
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux-zen.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@ rw
|
8
configs/arch.conf
Normal file
8
configs/arch.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title Arch Linux
|
||||||
|
linux /vmlinuz-linux
|
||||||
|
# AMD
|
||||||
|
#AMDinitrd /amd-ucode.img
|
||||||
|
# Intel
|
||||||
|
#Intelinitrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux.img
|
||||||
|
options root=LABEL=arch rootflags=subvol=@ rw
|
3
configs/loader.conf
Normal file
3
configs/loader.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
timeout 5
|
||||||
|
console max
|
||||||
|
default arch.conf
|
2
configs/wifi_backend.conf
Normal file
2
configs/wifi_backend.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[device]
|
||||||
|
wifi.backend=iwd
|
Loading…
Reference in a new issue