summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bios.py: fix typo in GRUB_CMDLINE_LINUX_DEFAULT stringAlejandro Sirgo Rica7 days1-1/+1
* src: isolate libfdisk operations to enable mount operationsv1.3.2-20Alejandro Sirgo Rica8 days3-34/+71
* live: improve part not found log in image_createAlejandro Sirgo Rica8 days1-1/+1
* src: fix cache mount in new ogLiveAlejandro Sirgo Rica8 days2-20/+11
* live: remove useless check in compute_md5OpenGnSys Support Team11 days1-2/+0
* src: consolidate compute_md5 functionsAlejandro Sirgo Rica2024-10-023-29/+20
* src: check if the system is hibernated before /image/createAlejandro Sirgo Rica2024-10-023-4/+24
* ogclient: add --server-ip flag to override the server's IPAlejandro Sirgo Rica2024-10-021-0/+5
* live: refactor poweroff and rebootOpenGnSys Support Team2024-10-011-14/+40
* tiptorrent: missing f-string in errorOpenGnSys Support Team2024-10-011-1/+1
* live: fix EBUSY error in newer kernels with mkfsOpenGnSys Support Team2024-10-011-19/+21
* live: report correct partition size unit in setup() logAlejandro Sirgo Rica2024-10-011-1/+1
* src: replace DEVICE env variable with get_ethernet_interface()Alejandro Sirgo Rica2024-10-015-8/+76
* live: remove unused probeOpenGnSys Support Team2024-09-304-37/+1
* 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-272-2/+7
* 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