2016-04-11 06:29:41 +00:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
|
|
|
on_chroot sh -e - <<EOF
|
|
|
|
update-alternatives --install /usr/share/images/desktop-base/desktop-background \
|
|
|
|
desktop-background /usr/share/raspberrypi-artwork/raspberry-pi-logo.png 100
|
|
|
|
EOF
|
|
|
|
|
2016-10-14 14:02:32 +00:00
|
|
|
rm -f ${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf
|