slinux: Use custom luks step on live

This commit is contained in:
Mikhail Efremov 2017-06-08 17:33:59 +03:00 committed by Michael Shigorin
parent d7150fc3e1
commit 138680f93b

View File

@ -0,0 +1,7 @@
#!/bin/sh
# Customize live installer
[ -d /etc/livecd-install ] || exit 0
# Use custom luks step
sed -i 's;^luks$;slinux-luks;' /etc/livecd-install/steps