[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-cd: workaround for sparc



this allows to build sparc cd images. it´s a hack, but as i don´t
know the sparc boot process, it´s the only thing i can do. cd´s will
not boot, but that´s better than no cd´s at all.

sparc cd´s are generated every morning.
the build started today at 6:00 and finished 8:38 (CEST / +0200).

any other architecture ready for cd images ?

regards, adreas

Index: tools/boot/potato/boot-sparc
===================================================================
RCS file: /cvs/debian-boot/debian-cd/tools/boot/potato/boot-sparc,v
retrieving revision 1.12
diff -c -r1.12 boot-sparc
*** tools/boot/potato/boot-sparc	2000/03/22 17:42:48	1.12
--- tools/boot/potato/boot-sparc	2000/03/30 10:47:47
***************
*** 23,29 ****
  # Disk 1 only
  [ "$N" = 1 ] || exit 0
  
! echo "-B boot/second.b boot1" > $N.mkisofs_opts
  rm -rf boot1
  
  inst=boot1
--- 23,29 ----
  # Disk 1 only
  [ "$N" = 1 ] || exit 0
  
! # echo "-B boot/second.b boot1" > $N.mkisofs_opts
  rm -rf boot1
  
  inst=boot1
***************
*** 32,38 ****
  mkdir -p $inst/{boot/sun4{u,cdm},etc}
  
  # put the relevant parts of SILO boot loader
! cp -p $BOOTDIR/{cd,second}.b $inst/boot/
  
  # Some custom etc files
  cp -p $BASEDIR/tools/boot/potato/sparc-etc/{boot-msg.txt,debian.txt,silo.conf} \
--- 32,38 ----
  mkdir -p $inst/{boot/sun4{u,cdm},etc}
  
  # put the relevant parts of SILO boot loader
! # cp -p $BOOTDIR/{cd,second}.b $inst/boot/
  
  # Some custom etc files
  cp -p $BASEDIR/tools/boot/potato/sparc-etc/{boot-msg.txt,debian.txt,silo.conf} \


Reply to: