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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056450

Title:
  netinfo_to_netplan: /init: 771: /init: rm: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2056450/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to