Fix email addresses for bug report in bootscripts

This commit is contained in:
Pierre Labastie 2022-03-17 08:12:51 +01:00
parent 43149b904b
commit fb651b9116
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ run()
[ -r /etc/sysconfig/rc.site ] && source /etc/sysconfig/rc.site [ -r /etc/sysconfig/rc.site ] && source /etc/sysconfig/rc.site
DISTRO=${DISTRO:-"Linux From Scratch"} DISTRO=${DISTRO:-"Linux From Scratch"}
DISTRO_CONTACT=${DISTRO_CONTACT:-"lfs-dev@linuxfromscratch.org (Registration required)"} DISTRO_CONTACT=${DISTRO_CONTACT:-"lfs-dev@lists.linuxfromscratch.org (Registration required)"}
DISTRO_MINI=${DISTRO_MINI:-"LFS"} DISTRO_MINI=${DISTRO_MINI:-"LFS"}
IPROMPT=${IPROMPT:-"no"} IPROMPT=${IPROMPT:-"no"}

View File

@ -4,7 +4,7 @@
# Distro Information # Distro Information
# These values, if specified here, override the defaults # These values, if specified here, override the defaults
#DISTRO="Linux From Scratch" # The distro name #DISTRO="Linux From Scratch" # The distro name
#DISTRO_CONTACT="lfs-dev@linuxfromscratch.org" # Bug report address #DISTRO_CONTACT="lfs-dev@lists.linuxfromscratch.org" # Bug report address
#DISTRO_MINI="LFS" # Short name used in filenames for distro config #DISTRO_MINI="LFS" # Short name used in filenames for distro config
# Define custom colors used in messages printed to the screen # Define custom colors used in messages printed to the screen