change codename

This commit is contained in:
Chris Cromer 2020-06-01 17:10:08 -04:00
parent 2c47402be7
commit 5a6488157f
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ echo %{version} > %{buildroot}/etc/lfs-release
cat > %{buildroot}/etc/lsb-release <<- "EOF" cat > %{buildroot}/etc/lsb-release <<- "EOF"
DISTRIB_ID="Linux From Scratch" DISTRIB_ID="Linux From Scratch"
DISTRIB_RELEASE=%{version} DISTRIB_RELEASE=%{version}
DISTRIB_CODENAME="Elizabeth" DISTRIB_CODENAME="Isabella"
DISTRIB_DESCRIPTION="Linux From Scratch" DISTRIB_DESCRIPTION="Linux From Scratch"
EOF EOF
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------