#----------------------------------------------------------------------------
#  hd.txt - optional modules/programs/applications                      2.0.1
#
#  Creation:       24.07.2001  fm
#  Last Update:    20.02.2002  ap
#
#  Copyright (c) 2001 Frank Meyer
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
# optional harddisk installation
#----------------------------------------------------------------------------
opt     hdinstall       files/sbin/sfdisk
opt     hdinstall       files/sbin/mkdosfs
opt     hdinstall       files/sbin/mkswap
#
# modified this a bit to make it accept also installation from a CD
# rather than from floppy disk only. ap
opt     hdinstall       files/usr/sbin/setup
opt     hdinstall       files/usr/sbin/bootsect.bin
opt     hdinstall       files/usr/sbin/txt
opt     hdinstall       files/usr/sbin/syslinux
#
# changed this not to be a must-have file any more, since it's quite large,
# not neccessary e.g. if you only boot from hd and never write to it.
# if you chosse OPT_RESCUE='yes', it's installed anyway however. ap
#opt     hdinstall       files/sbin/e2fsck
#
opt     hdinstall       files/lib/modules/2.2.19/fs/msdos.o
opt     hdinstall       etc/prep/prep.hdinstall
opt     hdinstall       etc/rc.d/rc700.hdinstall

#----------------------------------------------------------------------------
# optional package to mount data volumes
#----------------------------------------------------------------------------
opt     mount           etc/rc.d/mounts
opt     mount           etc/rc0.d/swapoff
opt     mount           files/sbin/e2fsck
opt     mount           files/sbin/swapon
opt     mount           files/sbin/swapoff

#----------------------------------------------------------------------------
# optional manual fdisk utility
#----------------------------------------------------------------------------
opt     fdisk           files/sbin/fdisk

#----------------------------------------------------------------------------
# optional package for ide-hd modes
#----------------------------------------------------------------------------
opt     hdtune          etc/rc.d/rc300.hdtune
opt     hdtune          files/sbin/hdparm

#----------------------------------------------------------------------------
# optional rescue, used if OPT_RESCUE='yes'
#----------------------------------------------------------------------------
opt     rescue          files/sbin/e2fsck

#----------------------------------------------------------------------------
# optional cdrom, used if OPT_CDROM='yes'
#----------------------------------------------------------------------------
opt     cdrom            etc/rc.d/cdrom
# don't need these with CD boot version, because it's required that
# modules already reside on rootfs
#opt     cdrom           files/lib/modules/2.2.19/cdrom/cdrom.o
#opt     cdrom           files/lib/modules/2.2.19/block/ide-cd.o
#opt     cdrom           files/lib/modules/2.2.19/fs/isofs.o

