mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-09 20:31:09 +00:00
Update lfs-final.sh
This commit is contained in:
parent
dd01abd718
commit
b2f59eda55
1 changed files with 18 additions and 0 deletions
18
lfs-final.sh
18
lfs-final.sh
|
|
@ -235,3 +235,21 @@ menuentry "GNU/Linux, Linux 5.8.3-lfs-10.0" {
|
||||||
linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda1 ro
|
linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda1 ro
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# 11.1. The End
|
||||||
|
echo 10.0 > /etc/lfs-release
|
||||||
|
cat > /etc/lsb-release << "EOF"
|
||||||
|
DISTRIB_ID="Linux From Scratch"
|
||||||
|
DISTRIB_RELEASE="10.0"
|
||||||
|
DISTRIB_CODENAME="Linux From Scratch"
|
||||||
|
DISTRIB_DESCRIPTION="Linux From Scratch"
|
||||||
|
EOF
|
||||||
|
cat > /etc/os-release << "EOF"
|
||||||
|
NAME="Linux From Scratch"
|
||||||
|
VERSION="10.0"
|
||||||
|
ID=lfs
|
||||||
|
PRETTY_NAME="Linux From Scratch 10.0"
|
||||||
|
VERSION_CODENAME="Linux From Scratch"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
echo "[lfs-scripts] The end"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue