summaryrefslogtreecommitdiff
path: root/hscript/disk.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-07 18:23:45 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-07 18:23:45 -0500
commit242a0736d0da65c99967190dd548076cb53e5bff (patch)
tree34d320791f55b66d99f18787a5a348c1dd1ed46f /hscript/disk.hh
parentc6ff2119f800089399c359b3a2dee3bbab67bb33 (diff)
downloadhorizon-242a0736d0da65c99967190dd548076cb53e5bff.tar.gz
horizon-242a0736d0da65c99967190dd548076cb53e5bff.tar.bz2
horizon-242a0736d0da65c99967190dd548076cb53e5bff.tar.xz
horizon-242a0736d0da65c99967190dd548076cb53e5bff.zip
hscript: Make classes for the rest of the keys
Diffstat (limited to 'hscript/disk.hh')
-rw-r--r--hscript/disk.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/hscript/disk.hh b/hscript/disk.hh
index 560e30a..accac35 100644
--- a/hscript/disk.hh
+++ b/hscript/disk.hh
@@ -27,6 +27,18 @@ class DiskLabel : public Key {
class Partition : public Key {
};
+class Encrypt : public Key {
+};
+
+class LVMPhysical : public Key {
+};
+
+class LVMGroup : public Key {
+};
+
+class LVMVolume : public Key {
+};
+
class Filesystem : public Key {
};