mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +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
|