Skip to content

Commit

Permalink
install2: add lvm2, cryptsetup to use/install2/full
Browse files Browse the repository at this point in the history
Now lvm and cryptsetup are required not only in the
installed system, but also in altinst. This is because the remount
happens before the base system is installed.
  • Loading branch information
antohami committed Apr 28, 2023
1 parent 7889f6a commit 2b2075f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features.in/install2/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,20 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: \
use/install2/packages use/install2/vmguest use/install2/tools \
use/install2/lvm use/install2/cryptsetup \
use/syslinux/localboot.cfg use/grub/localboot_bios.cfg \
use/syslinux/ui/menu use/bootloader
@$(call add,INSTALL2_PACKAGES,xorg-drv-synaptics)
@$(call add,INSTALL2_PACKAGES,xorg-drv-libinput)

use/install2/lvm: use/install2
@$(call add,INSTALL2_PACKAGES,lvm2)
@$(call add,BASE_PACKAGES,lvm2)

use/install2/cryptsetup: use/install2
@$(call add,INSTALL2_PACKAGES,cryptsetup)
@$(call add,BASE_PACKAGES,cryptsetup)

# for distributions with their own -stage3 installer part
use/install2/stage3: use/install2
@$(call add,BASE_PACKAGES,installer-$$(INSTALLER)-stage3)
Expand Down

0 comments on commit 2b2075f

Please sign in to comment.