archboot/usr/lib/initcpio/install/archboot_installer_latest
2021-10-05 16:08:23 +02:00

16 lines
472 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_file "/usr/bin/archboot-update-installer.sh" "/usr/bin/update-installer.sh"
add_file "/usr/bin/archboot-create-container.sh"
add_file "/usr/share/archboot/installer_latest/etc/profile.d/latest-installer.sh" "/etc/profile.d/latest-installer.sh"
}
help ()
{
cat<<HELPEOF
This hook reboots the latest archboot installer with package cache on an archboot image.
HELPEOF
}