From 486ee8a1a3d8538c01cb4e705a4304643122f59b Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 18 Jan 2022 08:30:21 -0500 Subject: Initial release of new kickstart script. (#11764) * Replace existing kickstart scripts with kickstart-ng. This change looks more complicated than it actually is due to git not sanely recognizing the rename. * Fix CI for new kickstart script. * Initial revision of install documentation. * Further documentation updates. * Even more documentation updates. * Fix telemetry event handling if neither curl nor wget are installed. * Remove dependence on `pgrep` for claiming. * Fix fatal error message handling. * Formally outline our support policy. * Updates to platform support doc. * Platform support doc updates. * Minor documentation updates. * Remove accidentally commited file from rebase process. * Apply suggestions from code review, part 1. Co-authored-by: Tina Luedtke * Made one-line installer consistent. * Apply suggestions from code review, part 2. * Update architecture list for static builds. * Restructure platform support doc so that things are clearer. Especially for cases of linking directly to the section on a specific support category. * Apply suggestions from code review, part 3. Co-authored-by: Tina Luedtke * Apply suggestions from code review, part 4 Co-authored-by: Tina Luedtke * Further updates to platform support document. * Further documentation updates. * Rework update documentation. Co-authored-by: Tina Luedtke --- tests/installer/checksums.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh index e83e0c23c2..ff0400baa7 100755 --- a/tests/installer/checksums.sh +++ b/tests/installer/checksums.sh @@ -49,6 +49,5 @@ check_file() { } check_file kickstart.sh packaging/installer/methods/kickstart.md -check_file kickstart-static64.sh packaging/installer/methods/kickstart-64.md echo "No problems found, exiting successfully!" -- cgit v1.2.3