bdisk/extra/pre-build.d/etc/initcpio/hooks/livecd

8 lines
179 B
Bash

# vim: set ft=sh:
run_cleanuphook () {
msg ":: Adding SSL and SSH support..."
pkill -9 dropbear #kill SSH (in preparation for the live system starting ssh on port 22
}