Created
July 18, 2022 08:22
-
-
Save orangecms/09e1f3e8fa5c727e3182dde69f16236d to your computer and use it in GitHub Desktop.
LinuxBoot mini config as a starting point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_BLK_DEV_INITRD=y | |
CONFIG_INITRAMFS_SOURCE="xinitcpud.cpio.xz" | |
# CONFIG_PERF_EVENTS_AMD_UNCORE is not set | |
CONFIG_EFI=y | |
CONFIG_KEXEC=y | |
CONFIG_CMDLINE_BOOL=y | |
CONFIG_CMDLINE="noefi ip=dhcp earlyprintk=ttyS0,115200,keep console=ttyS0,115200" | |
CONFIG_CMDLINE_OVERRIDE=y | |
# CONFIG_ACPI_PRMT is not set | |
CONFIG_NET=y | |
CONFIG_PACKET=y | |
CONFIG_UNIX=y | |
CONFIG_INET=y | |
CONFIG_NET_9P=y | |
CONFIG_NET_9P_VIRTIO=y | |
CONFIG_PCI=y | |
CONFIG_DEVTMPFS=y | |
CONFIG_DEVTMPFS_MOUNT=y | |
CONFIG_BLK_DEV_LOOP=y | |
CONFIG_BLK_DEV_NBD=y | |
CONFIG_VIRTIO_BLK=y | |
CONFIG_BLK_DEV_NVME=y | |
CONFIG_BLK_DEV_SD=y | |
CONFIG_ISCSI_TCP=y | |
CONFIG_ATA=y | |
CONFIG_SATA_AHCI=y | |
CONFIG_ATA_PIIX=y | |
CONFIG_NETDEVICES=y | |
CONFIG_VIRTIO_NET=y | |
# CONFIG_NET_VENDOR_ASIX is not set | |
CONFIG_E1000=y | |
# CONFIG_NET_VENDOR_MICROSOFT is not set | |
# CONFIG_NET_VENDOR_LITEX is not set | |
CONFIG_SERIAL_8250=y | |
CONFIG_SERIAL_8250_CONSOLE=y | |
CONFIG_HW_RANDOM_VIRTIO=y | |
# CONFIG_PTP_1588_CLOCK is not set | |
CONFIG_GPIOLIB=y | |
CONFIG_GPIO_MOCKUP=y | |
CONFIG_FB=y | |
CONFIG_FB_SIMPLE=y | |
CONFIG_VIRTIO_PCI=y | |
# CONFIG_SURFACE_PLATFORMS is not set | |
CONFIG_EXT4_FS=y | |
CONFIG_MSDOS_FS=y | |
CONFIG_VFAT_FS=y | |
CONFIG_SQUASHFS=y | |
CONFIG_9P_FS=y | |
CONFIG_NLS_CODEPAGE_437=y | |
CONFIG_NLS_ISO8859_1=y | |
CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity,bpf" | |
CONFIG_CRYPTO_DEV_VIRTIO=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment