git: efd7daa34a - main - Status: Add FreeBSD installer report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 16:43:19 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=efd7daa34adbab3c65b0ec6b74804fb0bbf4b176 commit efd7daa34adbab3c65b0ec6b74804fb0bbf4b176 Author: Pierre Pronchery <pierre@freebsdfoundation.org> AuthorDate: 2025-01-07 16:42:36 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2025-01-07 16:42:36 +0000 Status: Add FreeBSD installer report Reviewed by: Pau Amma <pauamma@gundo.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/454 --- .../en/status/report-2024-10-2024-12/installer.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/content/en/status/report-2024-10-2024-12/installer.adoc b/website/content/en/status/report-2024-10-2024-12/installer.adoc new file mode 100644 index 0000000000..54a1750f45 --- /dev/null +++ b/website/content/en/status/report-2024-10-2024-12/installer.adoc @@ -0,0 +1,21 @@ +=== Progress on the FreeBSD installer + +Links: + +link:https://wiki.freebsd.org/SummerOfCode2024Projects/ImprovingRepairAbilityOfTheFreeBSDInstaller[Improving Repair Ability of the FreeBSD Installer] URL: link:https://wiki.freebsd.org/SummerOfCode2024Projects/ImprovingRepairAbilityOfTheFreeBSDInstaller[] + +link:https://github.com/freebsd/freebsd-src/pull/1395[GSoC 2024 - Improving Installer with Repair and Upgrade Ability (#1395)] URL: link:https://github.com/freebsd/freebsd-src/pull/1395[] + +link:https://github.com/freebsd/freebsd-src/pull/1424[bsdinstall: Add pkg install support in live env (#1424)] URL: link:https://github.com/freebsd/freebsd-src/pull/1424[] + +link:https://github.com/freebsd/freebsd-src/pull/1427[bsdinstall: Add repair scripts to installer menu (#1427)] URL: link:https://github.com/freebsd/freebsd-src/pull/1427[] +link:https://wiki.freebsd.org/LaptopDesktopWorkingGroup[Laptop and Desktop Working Group] URL: link:https://wiki.freebsd.org/LaptopDesktopWorkingGroup[] + +As part of 2024's GSoC Project on the FreeBSD installer, I had the pleasure to mentor Chun Cheng Yeh (aka "Leaf") with his implementation of additional capabilities. +The aim was to add support for repairing or updating an existing installation of FreeBSD, as well as allowing packages to be installed in the Live environment. +This work has been consolidated into three distinct pull-requests, available on GitHub. +While some aspects probably still require additional polishing before a possible merge, the possibility to significantly extend the installer images into a potentially life-saving tool is within reach. + +This is particularly relevant given the ongoing efforts to improve support for laptop and desktop use of FreeBSD. +In this context, I am currently resuming work on the graphical version of the installer. +The most immediate challenge includes shaping it suitably for integration into the next major release. + +Combining the two initiatives above should help FreeBSD close some gaps with its competition amongst other modern Operating Systems, for the enterprise as well as for laptop and desktop use. + +Sponsored by: The FreeBSD Foundation