Age | Commit message (Expand) | Author | Files | Lines |
2019-11-06 | hscript: Use assertions since this should never ever happen | A. Wilcox | 1 | -4/+3 |
2019-11-04 | hscript: Mark code correctly for LCOV | A. Wilcox | 1 | -4/+4 |
2019-11-04 | hscript: Refactor script.cc and disk.cc for maintainability | A. Wilcox | 1 | -303/+2 |
2019-11-04 | hscript: Implement LVMVolume::execute | A. Wilcox | 1 | -3/+33 |
2019-11-02 | hscript: Implement LVMPhysical::execute and LVMGroup::execute | A. Wilcox | 1 | -6/+96 |
2019-11-02 | hscript: Factor out FS exec stuff to run_command function | A. Wilcox | 1 | -43/+4 |
2019-11-02 | hscript: Filesystem::execute: null-terminate argv, pass environ | A. Wilcox | 1 | -6/+14 |
2019-11-02 | hscript: More error checking in DiskLabel and Partition | A. Wilcox | 1 | -3/+26 |
2019-11-02 | hscript: disk: libparted returns 1 on success, not 0 | A. Wilcox | 1 | -1/+1 |
2019-11-02 | hscript: disk: More logging output | A. Wilcox | 1 | -1/+21 |
2019-11-02 | hscript: Implement Filesystem::execute, add test | A. Wilcox | 1 | -3/+96 |
2019-11-01 | hscript: Use enumeration for Filesystem::fstype | A. Wilcox | 1 | -1/+16 |
2019-11-01 | hscript: Implement Partition::execute, as yet untested | A. Wilcox | 1 | -2/+78 |
2019-11-01 | hscript: DiskLabel::execute: commit to all, not just device | A. Wilcox | 1 | -1/+1 |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 1 | -0/+31 |
2019-10-31 | hscript: Remove unused paramaters and de-const-ify DiskLabel::type | A. Wilcox | 1 | -3/+3 |
2019-10-31 | hscript: Implement *.Block requirements | A. Wilcox | 1 | -0/+1 |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 1 | -0/+52 |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 1 | -0/+56 |
2019-10-31 | hscript: Remove bad test from Mount::validate | A. Wilcox | 1 | -11/+2 |
2019-10-29 | hscript: Only use LVMGroup::test_pv in install env builds | A. Wilcox | 1 | -0/+4 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 1 | -0/+105 |
2019-10-28 | hscript: Make line a long for alignment | A. Wilcox | 1 | -1/+2 |
2019-10-27 | hscript: Fix single boost portability issue | A. Wilcox | 1 | -4/+3 |
2019-10-27 | hscript: Make portable to std::filesystem OR boost::filesystem | A. Wilcox | 1 | -10/+7 |
2019-10-27 | hscript: Use boost::filesystem everywhere convenient | A. Wilcox | 1 | -11/+35 |
2019-10-26 | hscript: Implement DiskLabel::execute | A. Wilcox | 1 | -2/+44 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 1 | -0/+23 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 1 | -0/+192 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 1 | -17/+89 |
2019-10-20 | hscript: DiskId: use devnum instead of syspath (thx @sroracle) | A. Wilcox | 1 | -3/+11 |
2019-10-20 | hscript: diskid: Use syspath, not devpath | A. Wilcox | 1 | -2/+4 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 1 | -2/+38 |
2019-10-20 | hscript: Finish splitting install env code | A. Wilcox | 1 | -0/+2 |
2019-10-20 | Make Installation Environment code conditional | A. Wilcox | 1 | -11/+24 |
2019-10-18 | hscript: Mark install-only sections as untestable | A. Wilcox | 1 | -7/+7 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 1 | -1/+44 |
2019-10-14 | hscript: Implement Mount::execute fully, including fstab manipulation | A. Wilcox | 1 | -6/+72 |
2019-10-14 | hscript: Don't include space when read Mount options | A. Wilcox | 1 | -2/+2 |
2019-10-14 | hscript: Use return value of access(3) properly | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Fix mount option parsing | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Implement Mount::execute simulation | A. Wilcox | 1 | -2/+17 |
2019-10-13 | hscript: Device, not mountpoint, shall be present | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Fix incorrect usage of std::string::substr | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Pass opts to all validate()s, implement 'mount' validation | A. Wilcox | 1 | -3/+11 |
2019-10-12 | hscript: Parse 'mount' key, add tests to ensure | A. Wilcox | 1 | -0/+32 |
2019-10-09 | hscript: Implement stub Mount parser | A. Wilcox | 1 | -0/+27 |
2019-10-08 | hscript: New module 'disk', fix headers of all files | A. Wilcox | 1 | -0/+13 |