From a9a75b141435dd4788b57fb34f3d08192b4db714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 20 Apr 2025 10:32:53 +0000 Subject: [PATCH] netcfg: TESTING release 0.12 --- .../002-customize_hostname_default_name.patch | 13 +++++++++++++ helpers/make-netcfg | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 helpers/DATA/netcfg/patch_changes/002-customize_hostname_default_name.patch diff --git a/helpers/DATA/netcfg/patch_changes/002-customize_hostname_default_name.patch b/helpers/DATA/netcfg/patch_changes/002-customize_hostname_default_name.patch new file mode 100644 index 0000000..e58db25 --- /dev/null +++ b/helpers/DATA/netcfg/patch_changes/002-customize_hostname_default_name.patch @@ -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. diff --git a/helpers/make-netcfg b/helpers/make-netcfg index 4d5342b..14de1da 100644 --- a/helpers/make-netcfg +++ b/helpers/make-netcfg @@ -1,5 +1,6 @@ #!/bin/sh # +# Copyright (C) 2025 Luis Guzmán # Copyright (C) 2009-2021 Rubén Rodríguez # # 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 # -VERSION=0.11 +VERSION=0.12 EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=0E98404D386FA1D9 NETINST=true