Commit 138680f9 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Michael Shigorin

slinux: Use custom luks step on live

parent d7150fc3
#!/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
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