Advertisement
kelleynnn

lvm-manager-workaround

Jan 20th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. #!/bin/bash
  2. # script to wrap the workaround for a bug in the graphical lvm manager
  3. # the bug and the workaround are described here:
  4. # https://bugs.launchpad.net/ubuntu/+source/system-config-lvm/+bug/1239912 
  5.  
  6. sudo /usr/share/system-config-lvm/system-config-lvm.py;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement