Commit 99a25867 authored by Michael Shigorin's avatar Michael Shigorin

initial luks feature

Based on timonbl4@'s advice; might need some bleeding edge packages right now, feel free to ask (everything should be in place by p7/branch though).
parent 6ba5e45f
......@@ -24,6 +24,9 @@ rpmquery -a cpp\* gcc\* perl-base file ipv6calc \
make make-initrd x11vnc xorg-xvfb \
| xargs -r rpmi -e --nodeps --
### TODO: unless LUKS luks feature is requested we can also drop
### gnupg libgcrypt libgnutls\* libgpg-error
rpmquery -a bind-utils libbind \
| xargs -r rpmi -e --
......
Эта секретная фича добавляет в инсталяторы поддержку
шифрования файловых систем с помощью LUKS при их создании.
use/luks:
@$(call add,BASE_PACKAGES,make-initrd-luks cryptsetup)
#!/bin/sh
# FIXME: move into luks feature
echo 'FEATURES += luks' >> /etc/initrd.mk
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