@@ -, +, @@ --- features.in/dev/config.mk | 2 +- features.in/plymouth/config.mk | 4 ++-- features.in/stage2/config.mk | 2 +- pkg.in/lists/tagged/rescue+misc | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) --- a/features.in/dev/config.mk +++ a/features.in/dev/config.mk @@ -10,7 +10,7 @@ use/dev/repo: use/dev use/repo/main @$(call add,THE_PACKAGES,apt-repo) @$(call add,MAIN_PACKAGES,rpm-build basesystem) @$(call add,MAIN_PACKAGES,fakeroot sisyphus_check) - @$(call add,MAIN_PACKAGES,file make-initrd make-initrd-propagator) + @$(call add,MAIN_PACKAGES,file make-initrd2 make-initrd2-propagator) use/dev/builder/base: use/dev/mkimage use/dev @$(call set,KFLAVOURS,$(BIGRAM)) --- a/features.in/plymouth/config.mk +++ a/features.in/plymouth/config.mk @@ -15,14 +15,14 @@ use/plymouth: # while leaving the very basic text bootloader screen use/plymouth/stage2: use/plymouth use/branding \ use/syslinux/ui/gfxboot use/stage2/kms - @$(call add,STAGE1_PACKAGES_REGEXP,make-initrd-plymouth) + @$(call add,STAGE1_PACKAGES_REGEXP,make-initrd2-plymouth) @$(call add,STAGE1_BRANDING,bootsplash) @$(call add,STAGE2_BRANDING,bootsplash) @$(call add,STAGE2_BOOTARGS,quiet splash) use/plymouth/base: use/plymouth/stage2 @$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth) - @$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio) + @$(call add,BASE_PACKAGES_REGEXP,make-initrd2-plymouth cpio) @$(call add,BASE_KMODULES_REGEXP,drm.*) @$(call add,THE_BRANDING,bootsplash) --- a/features.in/stage2/config.mk +++ a/features.in/stage2/config.mk @@ -1,7 +1,7 @@ # "1" is not a typo use/stage2: sub/stage1 @$(call add_feature) - @$(call add,STAGE1_PACKAGES,file make-initrd make-initrd-propagator propagator) + @$(call add,STAGE1_PACKAGES,file make-initrd2 make-initrd2-propagator propagator) @$(call add,STAGE1_MODLISTS,$$(FEATURES)) @$(call xport,STAGE1_KCONFIG) --- a/pkg.in/lists/tagged/rescue+misc +++ a/pkg.in/lists/tagged/rescue+misc @@ -48,6 +48,7 @@ sysfsutils # initrd helpers make-initrd-devmapper make-initrd-mdadm + make-initrd-lvm make-initrd-multipath make-initrd-nfs --