~kubuntu-members/debian-cd/kubuntu-raring-artwork

« back to all changes in this revision

Viewing changes to tools/boot/oneiric/post-boot-armel+ac100

  • Committer: Colin Watson
  • Date: 2013-03-29 12:44:54 UTC
  • Revision ID: cjwatson@canonical.com-20130329124454-qmfj3hd61067kvv7
s/PREINSTALLEDIMAGES/LIVEIMAGES/g, as these no longer need to be separate in cdimage

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    exit 0
47
47
fi
48
48
 
49
 
BOOTIMG_IN=$PREINSTALLEDIMAGES/$FULLARCH.bootimg-$SUBARCH
 
49
BOOTIMG_IN=$LIVEIMAGES/$FULLARCH.bootimg-$SUBARCH
50
50
BOOTIMG_OUT=$(echo $IMAGENAME|sed 's/.raw/.bootimg/')
51
51
 
52
52
log "Moving .bootimg file to ${BOOTIMG_OUT}"