kunsi-p14s: use net.ifnames=0

This commit is contained in:
Franzi 2023-12-16 10:41:26 +01:00
parent b11fece803
commit 50bc26deaf
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -69,12 +69,12 @@ nodes['kunsi-p14s'] = {
'forward': { 'forward': {
'50-routing': [ '50-routing': [
'ct state { related, established } accept', 'ct state { related, established } accept',
'oifname wlp2s0 accept', 'oifname wlan0 accept',
], ],
}, },
'postrouting': { 'postrouting': {
'50-routing': [ '50-routing': [
'oifname wlp2s0 masquerade', 'oifname wlan0 masquerade',
], ],
}, },
}, },
@ -135,8 +135,9 @@ nodes['kunsi-p14s'] = {
'/initramfs-linux.img', '/initramfs-linux.img',
], ],
'options': { 'options': {
'zfs=zroot/system/root', 'net.ifnames=0',
'rw', 'rw',
'zfs=zroot/system/root',
}, },
}, },
'arch-fallback': { 'arch-fallback': {
@ -146,8 +147,9 @@ nodes['kunsi-p14s'] = {
'/initramfs-linux-fallback.img', '/initramfs-linux-fallback.img',
], ],
'options': { 'options': {
'zfs=zroot/system/root', 'net.ifnames=0',
'rw', 'rw',
'zfs=zroot/system/root',
}, },
}, },
}, },