mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
691a0ca08f
at the end. This is a general-purpose change that should be applied to all flavors and archs, but at the moment it's only needed on armhf+raspi2 to work around the raspberrypi2-firmware postinst calling sync, which is actually warranted in the normal case.
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
rm -f /bin/sync
|
|
dpkg-divert --quiet --remove --rename /bin/sync
|