Commit 44442554 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

Revert "alt-server: add password to encrypted rootfs"

This reverts commit 97826c7c. In the make-initrd-2.27.1-alt1 version, it was possible to take the name of the encrypted partition from /etc/crypttab. As a result, it is no longer necessary to manually enter a password for systemd-cryptsetup. On the other hand, using the installer-feature-password-systemd-cryptsetup-stage3 package in the installer has the disadvantage that the user is required to re-enter the encrypted partition password during the postinstall step. Dropping installer-feature-password-systemd-cryptsetup-stage3 would fix this at the cost of having to enter the password in the initrd. See also: https://bugzilla.altlinux.org/42987 https://bugzilla.altlinux.org/43056 https://bugzilla.altlinux.org/43080
parent 051d04d6
......@@ -25,7 +25,6 @@ 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,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm)
@$(call add,MAIN_GROUPS,centaurus/proxmox-backup-server)
......
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