[Bug 2056450] [NEW] netinfo_to_netplan: /init: 771: /init: rm: not found
Benjamin Drung
2056450 at bugs.launchpad.net
Thu Mar 7 13:06:25 UTC 2024
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
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:
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
More information about the foundations-bugs
mailing list