DROPBEAR_IFDOWN=* takes interface down but leaves netplan config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
clevis (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
dropbear (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
initramfs-tools (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On bionic, setting the network interface up (e.g. eno1) with DHCP now causes a /run/netplan/
I have brewed up a workaround script that lives in /etc/initramfs-
#### ---- 8< cut >8 --------
#!/bin/sh
PREREQ=""
prereqs() {
echo "$PREREQ"
}
case "$1" in
prereqs)
;;
esac
. /scripts/functions
log_begin_msg "Deleting all network configuration that systemd could try to import"
rm /run/net-*.conf
rm /run/netplan/*.yaml
log_end_msg
#### ---- 8< cut >8 --------
I think that dropbear-
Status changed to 'Confirmed' because the bug affects multiple users.