Merge branch 'master' into arm64
This commit is contained in:
commit
1e780d18c2
@ -423,7 +423,7 @@ work from a Raspberry Pi with a 64-bit capable processor (i.e. Raspberry Pi Zero
|
|||||||
|
|
||||||
## `binfmt_misc`
|
## `binfmt_misc`
|
||||||
|
|
||||||
Linux is able execute binaries from other architectures, meaning that it should be
|
Linux is able to execute binaries from other architectures, meaning that it should be
|
||||||
possible to make use of `pi-gen` on an x86_64 system, even though it will be running
|
possible to make use of `pi-gen` on an x86_64 system, even though it will be running
|
||||||
ARM binaries. This requires support from the [`binfmt_misc`](https://en.wikipedia.org/wiki/Binfmt_misc)
|
ARM binaries. This requires support from the [`binfmt_misc`](https://en.wikipedia.org/wiki/Binfmt_misc)
|
||||||
kernel module.
|
kernel module.
|
||||||
|
@ -71,8 +71,8 @@ on_chroot << EOF
|
|||||||
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure keyboard-configuration
|
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure keyboard-configuration
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sed -i 's/^#?Storage=.*/Storage=volatile/' "${ROOTFS_DIR}/etc/systemd/journald.conf"
|
sed -i 's/^#\?Storage=.*/Storage=volatile/' "${ROOTFS_DIR}/etc/systemd/journald.conf"
|
||||||
|
|
||||||
if [ -e "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf" ]; then
|
if [ -e "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf" ]; then
|
||||||
sed -i 's/^#?publish-workstation=.*/publish-workstation=yes/' "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf"
|
sed -i 's/^#\?publish-workstation=.*/publish-workstation=yes/' "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user