summaryrefslogtreecommitdiff
path: root/hscript/disk.hh
AgeCommit message (Expand)AuthorFilesLines
2020-05-26hscript: Convert 'int line' to a ScriptLocation objectA. Wilcox1-41/+45
2020-02-26hscript: Refactor Keys to be owned by a Script*A. Wilcox1-46/+59
2020-02-23hscript: Handle Partition type codesA. Wilcox1-1/+5
2020-02-22hscript: Add HFS+ support to Filesystem keyA. Wilcox1-0/+1
2019-11-01hscript: Use enumeration for Filesystem::fstypeA. Wilcox1-3/+12
2019-10-31hscript: Implement Encrypt, add testsA. Wilcox1-0/+15
2019-10-31hscript: Remove unused paramaters and de-const-ify DiskLabel::typeA. Wilcox1-1/+1
2019-10-31hscript: Implement fs, add testsA. Wilcox1-0/+15
2019-10-31hscript: Implement lvm_lv, add testsA. Wilcox1-0/+22
2019-10-29hscript: Implement lvm_vg, add testsA. Wilcox1-0/+17
2019-10-26hscript: Implement lvm_pv, add testsA. Wilcox1-1/+6
2019-10-25hscript: Implement Partition, add testsA. Wilcox1-0/+46
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox1-0/+25
2019-10-17hscript: Implement diskid key (except execution)A. Wilcox1-2/+16
2019-10-13hscript: Pass data by referenceA. Wilcox1-4/+5
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox1-2/+2
2019-10-09hscript: Implement stub Mount parserA. Wilcox1-0/+20
2019-10-08hscript: New module 'disk', fix headers of all filesA. Wilcox1-1/+1
2019-10-07hscript: Make classes for the rest of the keysA. Wilcox1-0/+12
2019-10-06More API stuffA. Wilcox1-0/+5
2019-10-05More API workA. Wilcox1-0/+34