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': {
|
'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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue