summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* live: use busybox otherwise poweroff/reboot commandsOpenGnSys Support Team2024-09-301-4/+4
* live: disable browser operations if the binary is missingAlejandro Sirgo Rica2024-09-271-1/+4
* src: report used and free partition data in bytesAlejandro Sirgo Rica2024-09-253-18/+23
* sw_inventory: consolidate os_probe logicAlejandro Sirgo Rica2024-09-252-7/+3
* src: verify the fields of the efibootmgr json in /refreshAlejandro Sirgo Rica2024-09-252-7/+30
* utils: Add windows_register_c_drive implementationAlejandro Sirgo Rica2024-09-123-9/+92
* live: add boot entries into /refresh payloadAlejandro Sirgo Rica2024-09-101-0/+31
* bcd: make recovery modifications optionalv1.3.2-19Alejandro Sirgo Rica2024-09-101-1/+5
* live: use correct variable name in restore unicast cachev1.3.2-18OpenGnSys Support Team2024-09-091-1/+1
* live: incorrect indentationv1.3.2-17OpenGnSys Support Team2024-09-031-4/+4
* live: add disk index bounds checkv1.3.2-16Alejandro Sirgo Rica2024-09-021-4/+10
* live: remove file from cache with no checksum fileOpenGnSys Support Team2024-09-021-1/+10
* utils: replace the legacy function ogConfigureFstabAlejandro Sirgo Rica2024-08-303-9/+235
* postinstall: ignore legacy scripts non-zero return codeOpenGnSys Support Team2024-08-301-54/+47
* src: append .img to log that report image fetchingOpenGnSys Support Team2024-08-292-2/+2
* src: use logging.warning()OpenGnSys Support Team2024-08-273-11/+8
* utils: bcd: update logging related to BCD updates with MBR partitionOpenGnSys Support Team2024-08-271-1/+1
* live: report that up-to-date image already exists in cachev1.3.2-15OpenGnSys Support Team2024-08-211-0/+1
* utils: return False instead of rising exceptionOpenGnSys Support Team2024-08-211-2/+4
* src: remove call to restoreImageCustom scriptOpenGnSys Support Team2024-08-212-21/+3
* live: clean files after a failed cache image copyAlejandro Sirgo Rica2024-08-091-0/+7
* src: log without backtrace in not implemented functionsAlejandro Sirgo Rica2024-08-093-18/+20
* postinstall: remove shell=TrueAlejandro Sirgo Rica2024-08-091-4/+5
* src: add POST cache/fetch methodAlejandro Sirgo Rica2024-08-096-16/+69
* postinstall: ignore output when invoking legacy scriptsOpenGnSys Support Team2024-08-081-6/+12
* postinstall: add logging to report this stageOpenGnSys Support Team2024-08-081-0/+2
* live: move filesystem expansion out of OS configurationOpenGnSys Support Team2024-08-062-2/+2
* postinstall: add logging to report postconfiguration script invocationOpenGnSys Support Team2024-08-061-0/+2
* postinstall: typo in maximum win hostname errorOpenGnSys Support Team2024-08-061-1/+1
* postinstall: linux does not allow more than 64 bytes long hostnamesOpenGnSys Support Team2024-08-061-0/+4
* ogclient: remove external referenceOpenGnSys Support Team2024-08-061-1/+0
* live: use correct loglevel when reporting issues with listing cache contentsv1.3.2-14OpenGnSys Support Team2024-07-311-2/+2
* utils: disk: revisit logging to find EFI partitionOpenGnSys Support Team2024-07-301-4/+5
* utils: postinstall: show hostname in logsOpenGnSys Support Team2024-07-301-4/+4
* live: validate checksum only once if image is already in cacheOpenGnSys Support Team2024-07-301-10/+15
* live: remove old image and checksum file on downloadOpenGnSys Support Team2024-07-302-1/+15
* utils: tip_check_csum() uses local checksum fileOpenGnSys Support Team2024-07-301-4/+13
* live: unicast-direct does not validate checksumOpenGnSys Support Team2024-07-301-0/+1
* utils: enhance logging for checksum mismatchOpenGnSys Support Team2024-07-301-0/+1
* live: validate file existence and checksum for unicast cacheOpenGnSys Support Team2024-07-301-0/+5
* utils: add set_linux_hostnameAlejandro Sirgo Rica2024-07-291-0/+22
* utils: add set_windows_hostnameAlejandro Sirgo Rica2024-07-291-0/+47
* utils: add postinstall.pyAlejandro Sirgo Rica2024-07-293-25/+175
* utils: add BCD native supportAlejandro Sirgo Rica2024-07-291-0/+198
* utils: add win edit registry utilitiesAlejandro Sirgo Rica2024-07-291-0/+114
* utils: add restore_windows_efi_bootloaderAlejandro Sirgo Rica2024-07-291-0/+31
* utils: add functions to obtain disk and partition UUIDsAlejandro Sirgo Rica2024-07-291-0/+25
* utils: consolidate code to find efi loaderAlejandro Sirgo Rica2024-07-292-30/+29
* utils: rename ogExtendFs to extend_filesystemAlejandro Sirgo Rica2024-07-292-2/+2
* utils: fs: error out if mkfs failsOpenGnSys Support Team2024-07-292-7/+22