1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-29 08:36:40 +01:00
slackware-current/patches/source/pkgtools/scripts/setup.70.install-kernel
Patrick J Volkerding 10f65d4bf6 Fri Sep 27 21:10:23 UTC 2024
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.
2024-09-28 13:30:33 +02:00

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