mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
6 lines
170 B
Text
6 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
|