mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-09 21:41:35 +00:00
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:
parent
8d4d3797f8
commit
d77cf3ba3f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user