mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(steps-guix): enable CONFIG_USER_NS in kernel config
This commit is contained in:
parent
1e5c17b7ba
commit
e44c6db265
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ CONFIG_NAMESPACES=y
|
|||
CONFIG_UTS_NS=y
|
||||
CONFIG_TIME_NS=y
|
||||
CONFIG_IPC_NS=y
|
||||
# CONFIG_USER_NS is not set
|
||||
CONFIG_USER_NS=y
|
||||
CONFIG_PID_NS=y
|
||||
CONFIG_NET_NS=y
|
||||
# CONFIG_CHECKPOINT_RESTORE is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue