mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 05:52:21 +08:00
Wow, some software looks for this stuff...
This commit is contained in:
parent
127287356c
commit
ff2f3b216a
@ -115,4 +115,20 @@ options nouveau modset=0
|
||||
# End /etc/modprobe.d/blacklist.conf
|
||||
EOF
|
||||
|
||||
cat > /etc/os-release << "EOF"
|
||||
NAME="Linux From Scratch"
|
||||
VERSION="12.2-systemd"
|
||||
ID=lfs
|
||||
PRETTY_NAME="Linux From Scratch 12.2-systemd"
|
||||
VERSION_CODENAME="Genesis Insanity"
|
||||
HOME_URL="https://www.linuxfromscratch.org/lfs/"
|
||||
EOF
|
||||
|
||||
cat > /etc/lsb-release << "EOF"
|
||||
DISTRIB_ID="Linux From Scratch"
|
||||
DISTRIB_RELEASE="12.2-systemd"
|
||||
DISTRIB_CODENAME="YJL Genesis"
|
||||
DISTRIB_DESCRIPTION="Linux From Scratch"
|
||||
EOF
|
||||
|
||||
echo 12.2-systemd > /etc/lfs-release
|
||||
|
Loading…
Reference in New Issue
Block a user