mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
8 lines
195 B
Bash
8 lines
195 B
Bash
#!/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.
|
|
chroot chroot apt-get install -y policyrcd-script-zg2
|