mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
d6743abcc4
inserting init script within generated ramfs. Each init script are board file dependant (think kernel drivers auto insertion)
32 lines
691 B
Plaintext
32 lines
691 B
Plaintext
# Configuration for a Dell R630
|
|
# flashrom doesn't work on this mainboard
|
|
# and it is NERF, not coreboot.
|
|
CONFIG_LINUXBOOT=y
|
|
CONFIG_LINUXBOOT_ROM=blobs/r630-1.3.6.rom
|
|
CONFIG_LINUX_CONFIG=config/linux-linuxboot.config
|
|
|
|
#CONFIG_CRYPTSETUP=y
|
|
CONFIG_FLASHROM=y
|
|
#CONFIG_GPG=y
|
|
CONFIG_KEXEC=y
|
|
CONFIG_UTIL_LINUX=y
|
|
#CONFIG_LVM2=y
|
|
CONFIG_MBEDTLS=y
|
|
CONFIG_PCIUTILS=y
|
|
CONFIG_POPT=y
|
|
CONFIG_QRENCODE=y
|
|
CONFIG_TPMTOTP=y
|
|
CONFIG_DROPBEAR=y
|
|
|
|
CONFIG_LINUX_USB=y
|
|
CONFIG_LINUX_IGB=y
|
|
CONFIG_LINUX_MEGARAID=y
|
|
CONFIG_LINUX_E1000E=y
|
|
|
|
export CONFIG_BOOTSCRIPT=/bin/generic-init
|
|
|
|
export CONFIG_BOOT_REQ_HASH=n
|
|
export CONFIG_BOOT_REQ_ROLLBACK=n
|
|
export CONFIG_BOOT_DEV="/dev/sda1"
|
|
export CONFIG_USB_BOOT_DEV="/dev/sdb1"
|