home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
initramfs-tools
/
scripts
/
casper-bottom
/
23etc_modules
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-11
|
373 b
|
31 lines
#! /bin/sh
PREREQ=""
DESCRIPTION="Preconfiguring /etc/modules..."
. /scripts/functions
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
log_begin_msg "$DESCRIPTION"
case "$DPKG_ARCH" in
# load the right modules
powerpc|ppc64)
echo snd_powermac >> /root/etc/modules
;;
esac
log_end_msg