From b2f59eda5531813fd9fb4ceed9d22fa58105ce55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Thu, 17 Sep 2020 22:27:05 -0300 Subject: [PATCH] Update lfs-final.sh --- lfs-final.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lfs-final.sh b/lfs-final.sh index a17f261..0d8f93c 100644 --- a/lfs-final.sh +++ b/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 } 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"