mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 05:37:04 +00:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
|
#!/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
|