Markus Hilger
|
69a6714108
|
Use raw string notation to fix python compile warnings
E.g.: SyntaxError: "\d" is an invalid escape sequence. Did you mean "\\d"? A raw string is also an option.
|
2026-07-14 01:26:19 +02:00 |
|
Jarrod Johnson
|
eed2e74bd0
|
Have image2disk delay exit on error
Debugging cloning is difficult when system immediately reboots on error.
|
2024-03-11 17:10:33 -04:00 |
|
Jarrod Johnson
|
6e092934e7
|
Fix for ubuntu clone to nvme
|
2023-11-09 17:15:17 -05:00 |
|
Jarrod Johnson
|
3cacbf283a
|
Fix cloning to NVME boot
The partition device names
have a different scheme
for nvme v. other devices.
|
2023-09-07 10:09:19 -04:00 |
|
Jarrod Johnson
|
6ab91b50af
|
Add missing bits of Ubuntu diskless
|
2023-09-01 10:55:18 -04:00 |
|