#!/bin/sh # This script configures support for PCMCIA and/or Cardbus cards needed during # installation, such as a CD-ROM drive or an ethernet card used for an NFS # install. export TEXTDOMAIN=slint echo gettext "PCMCIA/Cardbus support script, 2003-02-18 volkerdi@slackware.com 2007-05-09 alien@slackware.com" echo echo # OK, here goes nothing: /etc/rc.d/rc.pcmcia start echo echo gettext "The PCMCIA/Cardbus subsystem is now installed. Please make sure that all of the cards you'll need for the installation are in the machine. If you still need to insert any PCMCIA/Cardbus cards, do that now. Once the drive stops (indicating that all needed modules have been loaded), then press [enter] to continue." read inputjunk echo echo gettext "The next step in your installation may be partitioning your hard drive (if you're installing to a Linux partition) with 'fdisk' or 'cfdisk' (the menu-driven version of fdisk). If you already have a partition prepared for Linux, run 'setup' to start the installer program." echo echo