~ubuntu-branches/ubuntu/intrepid/partman-base/intrepid

« back to all changes in this revision

Viewing changes to init.d/dump

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-12-12 10:51:32 UTC
  • Revision ID: james.westby@ubuntu.com-20071212105132-57fdfazqqpshjcr4
Tags: 114ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
    than running commit.d and finish.d scripts; add a partman-commit
    script; dump extra information to /var/lib/partman/snoop if
    PARTMAN_SNOOP is set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
 
. /lib/partman/definitions.sh
 
3
. /lib/partman/lib/base.sh
4
4
 
5
5
for dev in /var/lib/partman/devices/*; do
6
6
    [ -d "$dev" ] || continue