]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Create /etc/ipfire-release.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Jan 2009 17:20:10 +0000 (18:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Jan 2009 17:20:10 +0000 (18:20 +0100)
lfs/stage2

index 63431fdb4e946656a3d6a018d334e67599924818..4d4a9fd38039ae9622c91f0551442376e77d4c16 100644 (file)
@@ -102,11 +102,13 @@ ifeq "$(EMB)" "1"
        # Enable serial on console 7
        sed -e "s/^#7/7/" -i /etc/inittab
 endif
-       
+
        echo "$(NAME) v$(VERSION) for $(MACHINE) - $(SLOGAN) (\l)" > /etc/issue
        echo "===============================" >> /etc/issue
        echo "\n running on \s \r \m"          >> /etc/issue
-       
+
+       echo "$(NAME) Release $(VERSION) ($(SLOGAN))" > /etc/$(SNAME)-release
+
        touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
        #chgrp -v utmp /var/run/utmp /var/log/lastlog
        chmod -v 664 /var/run/utmp /var/log/lastlog