archboot/usr/lib/initcpio/hooks/arch_archboot_environment

9 lines
No EOL
179 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
run_cleanuphook ()
{
if [ "${root}" = "" -a "${ip}" = "" ]; then
# enter install environment
exec $init
fi
}