mirror of
git://slackware.nl/current.git
synced 2025-02-06 20:46:02 +01:00
![Patrick J Volkerding](/assets/img/avatar_default.png)
patches/packages/pkgtools-15.0-noarch-43_slack15.0.txz: Rebuilt. This update adds new makepkg options and fixes a bug: makepkg: added options --remove-rpaths, --remove-tmp-rpaths. Thanks to Petri Kaukasoina for code examples. makepkg: chown root:root, not root.root.
5 lines
170 B
Text
5 lines
170 B
Text
# Install the bootdisk or CD-ROM's Linux kernel:
|
|
#BLURB="Install a Linux kernel from a bootdisk"
|
|
if [ -x /usr/lib/setup/SeTkernel ]; then
|
|
. /usr/lib/setup/SeTkernel
|
|
fi
|