Add system-release file

use same issue for core updater and iso
This commit is contained in:
Arne Fitzenreiter
2009-05-16 18:11:12 +02:00
parent 4528b1b612
commit 08e9dc015f
5 changed files with 5 additions and 6 deletions

View File

@@ -622,6 +622,7 @@ buildipfire() {
echo >> $BASEDIR/build/var/ipfire/firebuild
cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
echo $CORE > $BASEDIR/build/opt/pakfire/db/core/mine
echo $NAME $VERSION - Core$CORE > $BASEDIR/build/etc/system-release
}
buildinstaller() {