sortix-mirror/sysinstall
Jonas 'Sortie' Termansen d189183900 Third generation Tix.
The .tix.tar.xz binary package format now stores the contents in the root
rather than the data/ subdirectory and the tix metadata now has the same
layout as the loose files in /tix, such that a .tix.tar.xz package can
simply be directly extracted into the filesystem. The /tix/manifest/ is now
included in the binary package rather than being generated on installation.

The /tix/collection.conf and /tix/tixinfo metadata files are now in the
tix-vars(1) format in the style of port(5).

The /tix/installed.list file has been removed since it isn't loose file
compatible and one can list the /tix/tixinfo directory instead.

The /tix/repository.list file has been removed since the feature is unused
and doesn't match the future direction of tix.

The kernel support for tix binary packages has been removed since it will
simply install by extracting the tar archive into the root filesystem.

Add the post-install sha256sum to the port version stamp.
2023-07-15 16:43:27 +02:00
..
.gitignore Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
Makefile Add display server. 2023-06-24 00:43:36 +02: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 Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00
conf.h Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00
devices.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
devices.h Add sysinstall(8) tip for selecting devices in disked(8). 2016-10-04 00:34:50 +02:00
execute.c Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
execute.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fileops.c Clean up minor issues in sysinstall(8). 2021-01-19 00:04:59 +01:00
fileops.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
hooks.c Third generation Tix. 2023-07-15 16:43:27 +02:00
hooks.h Fix sysinstall hook markers not being installed and prefix logic. 2021-01-17 23:14:52 +01:00
interactive.c Add display server. 2023-06-24 00:43:36 +02:00
interactive.h Add display server. 2023-06-24 00:43:36 +02:00
manifest.c Third generation Tix. 2023-07-15 16:43:27 +02:00
manifest.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
release.c Clean up minor issues in sysinstall(8). 2021-01-19 00:04:59 +01:00
release.h Refactor sysmerge(8) and sysupgrade(8) ABI and version comparisons. 2017-09-06 23:41:05 +02: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 Add display server. 2023-06-24 00:43:36 +02:00
sysmerge.8 Add sysinstall(8) --system and --ports options. 2023-07-12 21:55:32 +02:00
sysmerge.c Add sysinstall(8) --system and --ports options. 2023-07-12 21:55:32 +02:00
sysupgrade.8 Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
sysupgrade.c Add display server. 2023-06-24 00:43:36 +02:00