home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / lib / partman / commit.d / 30parted < prev    next >
Encoding:
Text File  |  2007-04-12  |  168 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. . /lib/partman/definitions.sh
  4.  
  5. disable_swap
  6. for dev in $DEVICES/*; do
  7.     [ -d "$dev" ] || continue
  8.     cd $dev
  9.     open_dialog COMMIT
  10.     close_dialog
  11. done
  12.