~ubuntu-branches/ubuntu/lucid/migration-assistant/lucid-proposed

« back to all changes in this revision

Viewing changes to ma-ask

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2010-04-23 15:26:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100423152623-p3t2hhsbyeh2n9js
Tags: 0.6.5
* Skip comments in /etc/fstab (LP 536673).
* Catch empty arguments to unmount_os (LP 536673).
* Continue to the next operating system if mount_os fails.
* Clean up mount_os.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        log "got ostype of: '$ostype', mountpoint is: '$mountpoint'"
53
53
 
54
54
        path="${loc#*/*/}" # hda1 or discs/disc0/part1
55
 
        mount_os "$ostype" "$loc"
 
55
        mount_os "$ostype" "$loc" || continue
56
56
        db_register migration-assistant/users migration-assistant/$path/users
57
57
        db_subst migration-assistant/$path/users user-choices \
58
58
            "$($mapath/ma-search-users "$ostype" "$mountpoint" 2>>/var/log/syslog)"