netcfg: TESTING release 0.12

This commit is contained in:
Luis Guzmán 2025-04-20 10:32:53 +00:00
parent 5e104e2644
commit a9a75b1414
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,13 @@
diff --git a/debian/netcfg-common.templates b/debian/netcfg-common.templates
index 9e3fae52..9d8c27b3 100644
--- a/debian/netcfg-common.templates
+++ b/debian/netcfg-common.templates
@@ -144,7 +144,7 @@ _Description: Failure of key exchange and association
Template: netcfg/get_hostname
Type: string
-Default: debian
+Default: trisquel
# :sl1:
_Description: Hostname:
Please enter the hostname for this system.

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2009-2021 Rubén Rodríguez <ruben@gnu.org> # Copyright (C) 2009-2021 Rubén Rodríguez <ruben@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -17,7 +18,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.11 VERSION=0.12
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