Public bug reported: The qemu-net autopkgtest shows this error message:
``` /init: 778: /init: rm: not found ``` This comes from the `netinfo_to_netplan` function in `scripts/functions`: ``` netinfo_to_netplan() { [...] rm -Rf "$tmpd" } ``` The `rm` command is only available if busybox is used. ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/2056450 Title: netinfo_to_netplan: /init: 771: /init: rm: not found Status in initramfs-tools package in Ubuntu: New Bug description: The qemu-net autopkgtest shows this error message: ``` /init: 778: /init: rm: not found ``` This comes from the `netinfo_to_netplan` function in `scripts/functions`: ``` netinfo_to_netplan() { [...] rm -Rf "$tmpd" } ``` The `rm` command is only available if busybox is used. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2056450/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp