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).
This commit is contained in:
parent
6ba5e45fbe
commit
99a25867b2
@ -24,6 +24,9 @@ rpmquery -a cpp\* gcc\* perl-base file ipv6calc \
|
|||||||
make make-initrd x11vnc xorg-xvfb \
|
make make-initrd x11vnc xorg-xvfb \
|
||||||
| xargs -r rpmi -e --nodeps --
|
| 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 \
|
rpmquery -a bind-utils libbind \
|
||||||
| xargs -r rpmi -e --
|
| xargs -r rpmi -e --
|
||||||
|
|
||||||
|
2
features.in/luks/README
Normal file
2
features.in/luks/README
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Эта секретная фича добавляет в инсталяторы поддержку
|
||||||
|
шифрования файловых систем с помощью LUKS при их создании.
|
2
features.in/luks/config.mk
Normal file
2
features.in/luks/config.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
use/luks:
|
||||||
|
@$(call add,BASE_PACKAGES,make-initrd-luks cryptsetup)
|
4
features.in/luks/stage1/scripts.d/11-initrd-luks
Executable file
4
features.in/luks/stage1/scripts.d/11-initrd-luks
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# FIXME: move into luks feature
|
||||||
|
echo 'FEATURES += luks' >> /etc/initrd.mk
|
Loading…
Reference in New Issue
Block a user