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

« back to all changes in this revision

Viewing changes to tools/boot/precise/post-boot-armel+mx5

  • 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:
98
98
FLAVOUR=linaro-lt-mx5
99
99
 
100
100
if [ "$CDIMAGE_PREINSTALLED" = 1 ]; then
101
 
    uboot_input_kernel="$PREINSTALLEDIMAGES/$FULLARCH.kernel-$FLAVOUR"
102
 
    uboot_input_initrd="$PREINSTALLEDIMAGES/$FULLARCH.initrd-$FLAVOUR"
 
101
    uboot_input_kernel="$LIVEIMAGES/$FULLARCH.kernel-$FLAVOUR"
 
102
    uboot_input_initrd="$LIVEIMAGES/$FULLARCH.initrd-$FLAVOUR"
103
103
    #uboot_extra_cmdline=" root=/dev/mmcblk0p3 quiet splash"
104
104
    uboot_extra_cmdline=" root=/dev/mmcblk0p3"
105
105
else