Slim i586 live CD: root on CD, no initrd, lean kernel
This commit is contained in:
parent
430ecb4b71
commit
0d300964f3
4 changed files with 148 additions and 18 deletions
24
.config
24
.config
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Buildroot 2025.02.17 Configuration
|
||||
# Buildroot -g430ecb4-dirty Configuration
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||
|
|
@ -472,7 +472,7 @@ BR2_GENERATE_LOCALE=""
|
|||
# BR2_SYSTEM_ENABLE_NLS is not set
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
BR2_ROOTFS_USERS_TABLES=""
|
||||
BR2_ROOTFS_OVERLAY=""
|
||||
BR2_ROOTFS_OVERLAY="board/mentalnet/overlay"
|
||||
BR2_ROOTFS_PRE_BUILD_SCRIPT=""
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT=""
|
||||
BR2_ROOTFS_POST_FAKEROOT_SCRIPT=""
|
||||
|
|
@ -497,7 +497,7 @@ BR2_LINUX_KERNEL_USE_DEFCONFIG=y
|
|||
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
|
||||
# BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG is not set
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="i386"
|
||||
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="localversion.config"
|
||||
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="localversion.config board/mentalnet/linux-slim.config"
|
||||
BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH=""
|
||||
BR2_LINUX_KERNEL_BZIMAGE=y
|
||||
# BR2_LINUX_KERNEL_VMLINUX is not set
|
||||
|
|
@ -509,7 +509,7 @@ BR2_LINUX_KERNEL_GZIP=y
|
|||
# BR2_LINUX_KERNEL_XZ is not set
|
||||
# BR2_LINUX_KERNEL_ZSTD is not set
|
||||
# BR2_LINUX_KERNEL_DTS_SUPPORT is not set
|
||||
# BR2_LINUX_KERNEL_INSTALL_TARGET is not set
|
||||
BR2_LINUX_KERNEL_INSTALL_TARGET=y
|
||||
# BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL is not set
|
||||
# BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF is not set
|
||||
# BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE is not set
|
||||
|
|
@ -4657,18 +4657,7 @@ BR2_PACKAGE_VIM_RUNTIME=y
|
|||
# BR2_TARGET_ROOTFS_AXFS is not set
|
||||
# BR2_TARGET_ROOTFS_BTRFS is not set
|
||||
# BR2_TARGET_ROOTFS_CLOOP is not set
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
BR2_TARGET_ROOTFS_CPIO_FULL=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_DRACUT is not set
|
||||
BR2_TARGET_ROOTFS_CPIO_NONE=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_GZIP is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZ4 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZMA is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZO is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_XZ is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_ZSTD is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_UIMAGE is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO is not set
|
||||
# BR2_TARGET_ROOTFS_CRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_EROFS is not set
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
|
@ -4696,7 +4685,8 @@ BR2_TARGET_ROOTFS_ISO9660=y
|
|||
BR2_TARGET_ROOTFS_ISO9660_GRUB2=y
|
||||
BR2_TARGET_ROOTFS_ISO9660_BIOS_BOOTLOADER=y
|
||||
BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="fs/iso9660/grub.cfg"
|
||||
BR2_TARGET_ROOTFS_ISO9660_INITRD=y
|
||||
# BR2_TARGET_ROOTFS_ISO9660_INITRD is not set
|
||||
# BR2_TARGET_ROOTFS_ISO9660_TRANSPARENT_COMPRESSION is not set
|
||||
# BR2_TARGET_ROOTFS_JFFS2 is not set
|
||||
# BR2_TARGET_ROOTFS_OCI is not set
|
||||
# BR2_TARGET_ROOTFS_SQUASHFS is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue