[Bug 2056450] Re: netinfo_to_netplan: /init: 771: /init: rm: not found
Benjamin Drung
2056450 at bugs.launchpad.net
Wed Sep 4 14:58:50 UTC 2024
** Changed in: initramfs-tools (Ubuntu)
Status: New => Triaged
** Changed in: initramfs-tools (Ubuntu)
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, 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:
Triaged
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
More information about the foundations-bugs
mailing list