kunsi-p14s: use net.ifnames=0
This commit is contained in:
parent
b11fece803
commit
50bc26deaf
1 changed files with 6 additions and 4 deletions
|
@ -69,12 +69,12 @@ nodes['kunsi-p14s'] = {
|
|||
'forward': {
|
||||
'50-routing': [
|
||||
'ct state { related, established } accept',
|
||||
'oifname wlp2s0 accept',
|
||||
'oifname wlan0 accept',
|
||||
],
|
||||
},
|
||||
'postrouting': {
|
||||
'50-routing': [
|
||||
'oifname wlp2s0 masquerade',
|
||||
'oifname wlan0 masquerade',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -135,8 +135,9 @@ nodes['kunsi-p14s'] = {
|
|||
'/initramfs-linux.img',
|
||||
],
|
||||
'options': {
|
||||
'zfs=zroot/system/root',
|
||||
'net.ifnames=0',
|
||||
'rw',
|
||||
'zfs=zroot/system/root',
|
||||
},
|
||||
},
|
||||
'arch-fallback': {
|
||||
|
@ -146,8 +147,9 @@ nodes['kunsi-p14s'] = {
|
|||
'/initramfs-linux-fallback.img',
|
||||
],
|
||||
'options': {
|
||||
'zfs=zroot/system/root',
|
||||
'net.ifnames=0',
|
||||
'rw',
|
||||
'zfs=zroot/system/root',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue