Skip to content
Snippets Groups Projects
Commit aeecabfb authored by Daniel Müller's avatar Daniel Müller :speech_balloon: Committed by Tobias Stein
Browse files

Update from pi-gen

- Manually merged changes from [pi-gen arm64](https://github.com/RPi-Distro/pi-gen/tree/arm64)
- Removed files that didn't belong in arm64 branch to begin with
parent 50292867
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ on_chroot() {
mount --bind /sys "${ROOTFS_DIR}/sys"
fi
setarch linux32 capsh --drop=cap_setfcap "--chroot=${ROOTFS_DIR}/" -- -e "$@"
capsh --drop=cap_setfcap "--chroot=${ROOTFS_DIR}/" -- -e "$@"
}
export -f on_chroot
......
raspi-copies-and-fills
#!/bin/bash -e
if [ -f "${ROOTFS_DIR}/etc/ld.so.preload" ]; then
mv "${ROOTFS_DIR}/etc/ld.so.preload" "${ROOTFS_DIR}/etc/ld.so.preload.disabled"
fi
[Service]
ExecStart=
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
#!/bin/bash -e
on_chroot << EOF
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/chromium-browser 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/chromium-browser 86
EOF
\ No newline at end of file
IMG_SUFFIX="-full"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment