X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=flasher%2Frootfs%2Fetc%2Fupdater.sh;h=cc4ad6f1533cb15a33fa4311f7710f57f862e058;hb=39de00ef79cc96a2650b5f301745a10d9dda4011;hp=26dcd36111d042476009c644bef63b46d6fec4ee;hpb=32f066737291a51d84899fe1e0e2f39c38d018bb;p=pandora-misc.git diff --git a/flasher/rootfs/etc/updater.sh b/flasher/rootfs/etc/updater.sh index 26dcd36..cc4ad6f 100755 --- a/flasher/rootfs/etc/updater.sh +++ b/flasher/rootfs/etc/updater.sh @@ -145,8 +145,16 @@ else log "root filesystem is missing, skipped." fi +log "=======================" +log "results:" +log "u-boot: $status_uboot" +log "u-boot-env: $status_uboot_env" +log "kernel: $status_uimage" +log "rootfs: $status_rootfs $rootfs_file" + if [ -n "$finalize_mpoint" ] then + log "" log "running finalize script.." cd $finalize_mpoint if ! ./finalize.sh @@ -164,11 +172,4 @@ then umount $rootfs_mpoint 2> /dev/null || true fi -log "=======================" -log "results:" -log "u-boot: $status_uboot" -log "u-boot-env: $status_uboot_env" -log "kernel: $status_uimage" -log "rootfs: $status_rootfs $rootfs_file" - exit 0