Commit 97826c7c authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: add password to encrypted rootfs

If the root FS is encrypted, you have to enter the password 3 times: in GRUB, initrd, systemd-cryptsetup. To work around the problem, write the password to a file on the encrypted FS and add it to the initrd. https://bugzilla.altlinux.org/42987 https://bugzilla.altlinux.org/43056
parent f314ac54
......@@ -25,6 +25,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_LISTS,centaurus/list-kernel-modules-std-def)
@$(call add,MAIN_LISTS,centaurus/list-kernel-modules-un-def)
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,INSTALL2_PACKAGES,installer-feature-password-systemd-cryptsetup-stage3)
@$(call add,BASE_KMODULES,drm)
@$(call add,MAIN_GROUPS,centaurus/proxmox-backup-server)
@$(call add,MAIN_GROUPS,centaurus/lsb-core)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment