mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
Merge pull request #203 from philips/squashfs-init
Add squashfs kernel stuff
This commit is contained in:
commit
feb0172df8
@ -144,6 +144,7 @@ RDEPEND="${RDEPEND}
|
||||
RDEPEND="${RDEPEND}
|
||||
coreos-base/verity
|
||||
sys-fs/libfat
|
||||
sys-fs/squashfs-tools
|
||||
"
|
||||
|
||||
# Host dependency used by the chromeos-base/root-certificates ebuild
|
||||
|
@ -2740,7 +2740,14 @@ CONFIG_MISC_FILESYSTEMS=y
|
||||
# CONFIG_EFS_FS is not set
|
||||
# CONFIG_LOGFS is not set
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_SQUASHFS is not set
|
||||
CONFIG_SQUASHFS=y
|
||||
# CONFIG_SQUASHFS_XATTR is not set
|
||||
CONFIG_SQUASHFS_ZLIB=y
|
||||
CONFIG_SQUASHFS_LZO=y
|
||||
CONFIG_SQUASHFS_XZ=y
|
||||
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
||||
# CONFIG_SQUASHFS_EMBEDDED is not set
|
||||
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
||||
# CONFIG_VXFS_FS is not set
|
||||
# CONFIG_MINIX_FS is not set
|
||||
# CONFIG_OMFS_FS is not set
|
||||
|
@ -38,7 +38,7 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/lib/dracut/modules.d/
|
||||
doins -r dracut/80gptprio
|
||||
doins -r dracut/.
|
||||
dosbin update-bootengine
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/lib/dracut/modules.d/
|
||||
doins -r dracut/80gptprio
|
||||
doins -r dracut/.
|
||||
dosbin update-bootengine
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user