1
0
forked from sneak/hacks

better now

This commit is contained in:
Jeffrey Paul
2014-01-28 06:00:43 +01:00
parent 3c9e5fe87c
commit 82dbe944cf
4 changed files with 125 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
MR="./mr"
MR="./roottemp"
L="/dev/loop5"
losetup -d /dev/loop6
umount $MR/sys
@@ -10,4 +10,6 @@ umount $MR
vgchange -a n vmvg0
kpartx -dv $L
losetup -d $L
rm -rf mr raw.img
rmdir $MR
rm raw.img