Compare commits

..

No commits in common. "f3d8d16e1a1e3e96caa95b475e9e53a457059ad5" and "05acbe77536052f99a7de9df1643b926e723c460" have entirely different histories.

View file

@ -38,9 +38,9 @@ ln -v -s /lib/systemd/system/firstboot.service /tmp/rpi-img/etc/systemd/system/m
ln -v -s /lib/systemd/system/systemd-time-wait-sync.service /tmp/rpi-img/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service
# disable built-in audio
sed -i 's/^dtparam=audio=on/#&/' /tmp/rpi-img/boot/config.txt
sed -i 's/^dtparam=audio=on/#&/' /tmp/rpi-img/boot/firmware/config.txt
echo "] press enter to write the image"
echo "] press enter to write the image
read
sync
@ -52,4 +52,5 @@ umount /tmp/rpi-img
rmdir -v /tmp/rpi-img
#write image
mv -v src.img vcpi.img
xz -v -T 0 -z src.img
mv -v src.img.xz vcpi.img.xz