netcfg: TESTING release 0.11
This commit is contained in:
parent
0691ca5a1e
commit
5e104e2644
2 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/netplan-conf.c b/netplan-conf.c
|
||||||
|
index 89968881..58cce9f9 100644
|
||||||
|
--- a/netplan-conf.c
|
||||||
|
+++ b/netplan-conf.c
|
||||||
|
@@ -24,6 +24,7 @@ static void netplan_write_header(FILE *fd)
|
||||||
|
fprintf(fd, "# For more information, see netplan(5).\n");
|
||||||
|
fprintf(fd, "network:\n");
|
||||||
|
fprintf(fd, " version: 2\n");
|
||||||
|
+ fprintf(fd, " renderer: networkd\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
static void netplan_write_wireless(FILE *fd, const struct netcfg_interface *interface)
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=0.10
|
VERSION=0.11
|
||||||
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||||
REPOKEY=0E98404D386FA1D9
|
REPOKEY=0E98404D386FA1D9
|
||||||
NETINST=true
|
NETINST=true
|
||||||
|
|
@ -30,6 +30,7 @@ NETINST=true
|
||||||
#echo "Applying $patch"
|
#echo "Applying $patch"
|
||||||
#patch --no-backup-if-mismatch -Np1 < $patch
|
#patch --no-backup-if-mismatch -Np1 < $patch
|
||||||
#done
|
#done
|
||||||
|
apply_patch_changes
|
||||||
|
|
||||||
changelog "Rebranded and adapted for Trisquel"
|
changelog "Rebranded and adapted for Trisquel"
|
||||||
package
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue