working on the boot problem. also, documentation
This commit is contained in:
7
extra/pre-build.d/etc/initcpio/hooks/livecd
Normal file
7
extra/pre-build.d/etc/initcpio/hooks/livecd
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user