~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to tools/boot/potato/boot-alpha

  • Committer: Arch Librarian
  • Date: 2005-03-22 00:51:26 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-111
Edited boot-alpha
Author: bcollins
Date: 2000-06-11 13:12:55 GMT
Edited boot-alpha
Added extra file to help fine tune each arch's CD size

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
echo -n "-J boot1" > 1.mkisofs_opts
30
30
 
31
 
echo "extract aboot(bootlx) from sable set"
32
 
echo dump srmbootcode boot1/boot/bootlx |\
33
 
     debugfs $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/sable/resc1440.bin
34
 
for subarch in avanti avanti-s xl xlt cabriolet eb66 eb66p eb64p eb164 pc164 \
35
 
      lx164 sx164 jensen noname takara mikasa mikasa-p noritake noritake-p alcor miata \
36
 
           sable sable-g  book1    ruffian; do      
37
 
 mkdir boot1/boot/$subarch
38
 
 echo "drive m: file=\"$CDDIR/dists/stable/main/disks-$ARCH/current/$subarch/resc1440.bin\"" > mtoolsrc.tmp
39
 
 echo "extracting stuff for $subarch"
40
 
 case $subarch in
41
 
          jensen|noritake*|mikasa-p|sable*|book1|miata-s|avanti-s|generic)
42
 
       echo dump linux boot1/boot/$subarch/linux |\
43
 
          debugfs $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/$subarch/resc1440.bin
44
 
       ;;
45
 
       ruffian)
46
 
         MTOOLSRC=$CDDIR/../mtoolsrc.tmp mcopy m:linux m:milo m:ldmilo.exe boot1/boot/$subarch/.
47
 
   ;;         
48
 
       *)
49
 
         MTOOLSRC=$CDDIR/../mtoolsrc.tmp mcopy m:linux m:milo m:linload.exe boot1/boot/$subarch/.
50
 
   ;;
51
 
  esac
52
 
done
 
31
# Use the generic linux image
 
32
cp $CDDIR/dists/stable/main/disks-$ARCH/current/linux \
 
33
        boot1/boot/linux
 
34
 
 
35
# Copy over the subarch boot-loaders
 
36
mkdir boot1/milo
 
37
cp $CDDIR/dists/stable/main/disks-$ARCH/current/MILO/* \
 
38
        boot1/milo/
 
39
 
 
40
# Now the APB stuff
 
41
mkdir boot1/apb
 
42
cp $CDDIR/dists/stable/main/disks-$ARCH/current/APB/* \
 
43
        boot1/apb/
53
44
 
54
45
mkdir $CDDIR/tools/rawrite1
55
46
(cd $CDDIR/tools/rawrite1; \