diff options
Diffstat (limited to 'sys-boot/linux/files/configs/gentoo')
-rw-r--r-- | sys-boot/linux/files/configs/gentoo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/gentoo b/sys-boot/linux/files/configs/gentoo new file mode 100644 index 0000000..cd5ba5e --- /dev/null +++ b/sys-boot/linux/files/configs/gentoo @@ -0,0 +1,16 @@ +# Udev +CONFIG_DEVTMPFS=y +CONFIG_TMPFS=y +CONFIG_UNIX=y +CONFIG_MMU=y +CONFIG_SHMEM=y + +# Portage +CONFIG_CGROUPS=y +CONFIG_NAMESPACES=y +CONFIG_IPC_NS=y +CONFIG_NET_NS=y +CONFIG_SYSVIPC=y + +# OpenRC +CONFIG_BINFMT_SCRIPT=y |