livecd-rootfs/live-build/buildd/hooks/48-policy-rc-d.binary
CloudBuilder 7477465912 Imported 2.525.43
No reason for CPC update specified.
2020-04-20 16:36:40 +00:00

19 lines
306 B
Bash
Executable File

#!/bin/sh
set -e
# This is run after 02-disk-image-uefi.binary because
# we don't want policyrcd-script-zg2 installed in
# bootable images.
. config/functions
cleanup() {
teardown_mountpoint chroot
}
trap cleanup EXIT
setup_mountpoint chroot
chroot chroot apt-get install -y policyrcd-script-zg2