This website requires JavaScript.
Explore
Help
Sign In
r00t2
/
aif-ng
Watch
1
Star
0
Fork
0
You've already forked aif-ng
Code
Issues
Pull Requests
Projects
Releases
Activity
27978786b8
aif-ng
/
aif
/
disk
/
luks.py
4 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
soooo... turns out ALL of the disk operations can be performed with gobject-introspection. BUT it's unlikely that that'll be available everywhere, or that the Arch Linux releng team would include it, etc. So we have fallbacks to mimic it. BUT please try to use gobject-introspection with libblockdev, because it's going to be a lot faster and a lot less error-prone.
2019-11-01 02:54:51 -04:00
from
.
import
_common
D'OH
2019-10-31 23:20:05 -04:00
soooo... turns out ALL of the disk operations can be performed with gobject-introspection. BUT it's unlikely that that'll be available everywhere, or that the Arch Linux releng team would include it, etc. So we have fallbacks to mimic it. BUT please try to use gobject-introspection with libblockdev, because it's going to be a lot faster and a lot less error-prone.
2019-11-01 02:54:51 -04:00
BlockDev
=
_common
.
BlockDev
Reference in New Issue
Copy Permalink