autoupdate kernel version at package install and core update scripts.

This commit is contained in:
Arne Fitzenreiter
2011-05-24 08:22:51 +02:00
parent 02d7d49c91
commit cc03d52ee4
5 changed files with 8 additions and 4 deletions

View File

@@ -196,6 +196,7 @@ define PAK
fi
cp -v /usr/src/config/rootfiles/packages/$(PROG) /install/packages/package/ROOTFILES
sed -e 's/KVER/$(KVER)/g' -i /install/packages/package/ROOTFILES
sed -e 's/xxxKVERxxx/$(KVER)/g' -i /install/packages/package/install.sh
chmod 755 /install/packages/package/{{,un}install,update}.sh
cd / && tar cf /install/packages/package/files.tmp --files-from=/install/packages/package/ROOTFILES --exclude='#*' \
-p --numeric-owner