blob: 093210ed865f95ee8ab8b9a036b5c5d742bfd26c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
SECSTAGE="vfat raid0 raid1 raid5"
makebootdisk --kernelto $TOPDESTPATH/dosutils/autorun \
--initrdto $TOPDESTPATH/dosutils/autorun \
boot.img loader-local "vfat
AM53C974 ips DAC960 megaraid ncr53c8xx cpqarray aic7xxx
BusLogic qlogicisp advansys eata_dma"
makebootdisk --kernelto $TOPDESTPATH/images/pxeboot \
--initrdto $TOPDESTPATH/images/pxeboot \
bootnet.img loader-network "3c59x ac3200 at1700 de4x5
de600 de620 depca dgrs eepro100 eepro hp-plus hp
hp100 ibmtr ni52 old_tulip tulip ne nfs vfat"
makebootdisk --pcmcia pcmcia.img loader-pcmcia "$PCMCIAMODULES"
makedriverdisk "Supplemental Drivers" "drivers" "+scsi +net"
makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd paride aten bpck comm dstr epat fit2 fit3 friq frpw kbic ktti on20 on26 epia ppa imm"
makemainmodules "=scsi =net $SECSTAGE"
makeinstimage --size1 3072 --size2 2304 "netstg" "=scsi $SECSTAGE"
makeinstimage --size1 3072 --size2 2304 "hdstg" "=net $SECSTAGE"
makemainimage "stage2"
|