[Merge] lp:~harish2704/casper/fs_type-fix into lp:casper
harish2704
harish2704 at gmail.com
Thu Feb 4 18:46:07 UTC 2016
Hi,
Sorry, I was really new to bzr and launchpad PPA.
Thats why It became mess
The actuall diff is simple and given below
--------------------
=== modified file 'scripts/casper-helpers'
--- scripts/casper-helpers 2013-05-28 10:19:04 +0000
+++ scripts/casper-helpers 2015-12-13 00:19:12 +0000
@@ -112,7 +112,7 @@
fi
if [ -n "${doumount}" ]; then
- umount "${mountp}"
+ umount -D "${mountp}"
rmdir "${mountp}"
fi
echo "${size}"
--------------------
Diff can also be seen @ http://bazaar.launchpad.net/~harish2704/casper/fs_type-fix/revision/1136
-Thanks
--
https://code.launchpad.net/~harish2704/casper/fs_type-fix/+merge/280400
Your team Ubuntu Core Development Team is subscribed to branch lp:casper.
More information about the Ubuntu-reviews
mailing list