#!/bin/bash post_install() { mkdir -p /etc/dropbear touch /etc/dropbear/root_key chmod 600 /etc/dropbear/root_key cat< /etc/dropbear/root_key". Afterwards add the "dropbear" hook after any networking hook (netconf/ppp) and before any hook provided with the mkinitcpio-utils package in the "HOOKS" array in "/etc/mkinitcpio.conf". Finally rebuild the initramsfs ("mkinitcpio -p linux"). INSTALLEOF } post_remove() { cat<