sortix-mirror/sysinstall
2025-02-18 17:43:18 +01:00
..
.gitignore Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
autoconf.c Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
autoconf.h Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
conf.c Fix sysinstall/conf.c assuming <stdint.h> is indirectly included. 2024-12-29 23:36:05 +01:00
conf.h Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00
devices.c Recognize read-only block devices. 2025-01-26 14:04:11 +01:00
devices.h Add sysinstall(8) tip for selecting devices in disked(8). 2016-10-04 00:34:50 +02:00
execute.c Add sysmerge(8) --target option. 2023-08-26 14:15:12 +02:00
execute.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fileops.c Add sysinstall(8) and sysupgrade(8) TMPDIR support. 2025-01-28 20:56:12 +01:00
fileops.h Add sysinstall(8) and sysupgrade(8) TMPDIR support. 2025-01-28 20:56:12 +01:00
grub Use the old 10_sortix when upgrading without a new grub port. 2024-03-25 23:11:36 +01:00
hooks.c Add patch number and hyphen to release numbers. 2025-02-15 23:02:37 +01:00
hooks.h Fix sysinstall hook markers not being installed and prefix logic. 2021-01-17 23:14:52 +01:00
interactive.c Allow autoinstall/autoupgrade without a terminal. 2025-02-15 23:02:37 +01:00
interactive.h Add display server. 2023-06-24 00:43:36 +02:00
Makefile Move /etc/sortix-release to /lib and deprecate /etc/machine. 2025-01-26 14:08:46 +01:00
manifest.c Package the system as a tix binary package. 2023-12-24 12:58:53 +01:00
manifest.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
prepare Support system upgrades and configuration in GRUB. 2023-09-03 14:47:08 +02:00
release.c Add patch number and hyphen to release numbers. 2025-02-15 23:02:37 +01:00
release.h Add patch number and hyphen to release numbers. 2025-02-15 23:02:37 +01:00
string_array.c Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
string_array.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
sysinstall.8 Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
sysinstall.c Allow autoinstall/autoupgrade without a terminal. 2025-02-15 23:02:37 +01:00
sysmerge.8 Move /etc/sortix-release to /lib and deprecate /etc/machine. 2025-01-26 14:08:46 +01:00
sysmerge.c Fix sysmerge(8) waiting if the system is not upgraded. 2025-02-18 17:43:18 +01:00
sysupgrade.8 Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
sysupgrade.c Allow autoinstall/autoupgrade without a terminal. 2025-02-15 23:02:37 +01:00