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