mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 16:01:34 +00:00
Instead of injecting an empty resolv.conf with an includes.chroot, we'll inject it in late with a hook. The empty resolv.conf breaks DNS early in the build, and causes some binary hooks to fail.
8 lines
195 B
Bash
Executable File
8 lines
195 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.
|
|
chroot chroot apt-get install -y policyrcd-script-zg2
|