Skip to content

Commit

Permalink
Add Network compatibility on debian
Browse files Browse the repository at this point in the history
This changes.

Fix possibility to work on pct with PVE.
ifupdown2 help to set/reload ip configuration also for what ifupdown2 and not ifupdown because ifupdown is deprecied now on new debian release.

This change /etc/network fix possibility to add compatibility for add or not interfaces file in this folder.

Best Regards

Signed-off-by: liberodark <[email protected]>
  • Loading branch information
liberodark authored Jan 3, 2024
1 parent 109711d commit db0c2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ packages:
- packages:
- dbus
- systemd-resolved
- ifupdown2
action: install
early: true
releases:
Expand Down Expand Up @@ -1478,6 +1479,7 @@ actions:
#!/bin/sh
set -eux
mkdir -p /etc/network
umount -l /etc/resolv.conf || true
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
releases:
Expand Down

0 comments on commit db0c2e7

Please sign in to comment.