060-rootfs_split.patch
来自「Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价」· PATCH 代码 · 共 22 行
PATCH
22 行
Index: linux-2.6.21.7/drivers/mtd/Kconfig===================================================================--- linux-2.6.21.7.orig/drivers/mtd/Kconfig+++ linux-2.6.21.7/drivers/mtd/Kconfig@@ -49,6 +49,16 @@ config MTD_PARTITIONS devices. Partitioning on NFTL 'devices' is a different - that's the 'normal' form of partitioning used on a block device. +config MTD_ROOTFS_ROOT_DEV+ bool "Automatically set 'rootfs' partition to be root filesystem"+ depends on MTD_PARTITIONS+ default y++config MTD_ROOTFS_SPLIT+ bool "Automatically split 'rootfs' partition for squashfs"+ depends on MTD_PARTITIONS+ default y+ config MTD_REDBOOT_PARTS tristate "RedBoot partition table parsing" depends on MTD_PARTITIONS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?