~cyphermox/debian-cd/server-live

« back to all changes in this revision

Viewing changes to tools/boot/woody/post-boot-mipsel

  • Committer: Colin Watson
  • Date: 2005-11-06 09:29:53 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-204
merge from upstream up to patch-770
Patches applied:

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-763
   xprt-xprintorg was removed from the desktop task

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-764
   * Joey Hess

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-765
   update to use right libdevmapper

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-766
   Make woody's post-boot-mipsel script cope with extra fi...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-767
   Added Suggests: for netpbm and syslinux

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-768
   Count the total number of binary and source discs bette...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-769
   Don't copy the whole d-i cdrom directory onto CD1 for amd64.

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-770
   - Add rescue stanzas to isolinux.cfg. Rescue mode is su...

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
KTYPE[8]=""
52
52
 
53
53
LINE=$(isoinfo -i ${CDIMAGE} -lR |grep tftpimage-${KTYPE[$NN]}.raw)
54
 
CDSTARTEXTEND=$(echo $LINE | cut -d "[" -f 2 | cut -d "]" -f 1)
 
54
CDSTARTEXTEND=$(echo $LINE | cut -d "[" -f 2 | cut -d "]" -f 1 | awk '{print $1}')
55
55
CDNUMBLOCKS=$((($(echo $LINE |tr -s " "| cut -f 5 -d " ") + 2047)/2048))
56
56
KERNEL_ENTRY=$(objdump -f CD1/dists/$CODENAME/main/disks-$ARCH/current/tftpimage-${KTYPE[$NN]} | grep "start address" | cut -f 3 -d " ")
57
57
# echo "LINE=${LINE}"