debian/extra/initramfs-tools/scripts/init-bottom/udev: Use "rm -rf" instead of "nuke"

"nuke" does not exist any more in current initramfs-tools.
This commit is contained in:
Martin Pitt 2015-12-10 13:15:52 +01:00
parent 8d4d3797f8
commit d77cf3ba3f
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -27,6 +27,9 @@ systemd (228-3) UNRELEASED; urgency=medium
LUKS cryptsetup devices.
* Add acl build dependency (for <!nocheck>). Current upstream master now
needs it for some test cases.
* debian/extra/initramfs-tools/scripts/init-bottom/udev: Use "rm -rf"
instead of "nuke". The latter does not exist any more in current
initramfs-tools.
[ Michael Biebl ]
* Bump Build-Depends on libdw-dev to (>= 0.158) as per configure.ac.

View File

@ -18,6 +18,6 @@ udevadm control --exit
mount -n -o move /dev ${rootmnt}/dev
# create a temporary symlink to the final /dev for other initramfs scripts
nuke /dev
rm -rf /dev
ln -s ${rootmnt}/dev /dev