mirror of
git://slackware.nl/current.git
synced 2025-01-29 08:36:40 +01:00
10f65d4bf6
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
|