From f35ef9a20fabfd6e57db83136dc4486fe7757bdc Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 13 Aug 2024 10:18:24 +0200 Subject: debvm-create: implement password deletion with correctly quoted sed While using the --prefix option is great, it's only available in trixie. Hence, revert back to sed, this time getting the quoting right (by avoiding backslashes using character sequences) and also apply to all lines of the file as systemd seems to be adding users to the front. Reported-by: Vasyl Vavrychuk Fixes: 984a1155456d ("debvm-create: revert back to passwd for deleting the root password") Closes: #17 --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 341e8a7..87e8141 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Depends: dpkg-dev, e2fsprogs, mmdebstrap (>= 1.3.0), - passwd, qemu-kvm (>> 1:8.0) | qemu-system-any, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, -- cgit v1.2.3