Commit Graph

944 Commits

Author SHA1 Message Date
Érico Nogueira dac047ce1c docs/index: fix repeated word.
(cherry picked from commit 6075572127)
2024-09-19 11:12:01 -05:00
Zach Dykstra 7a9edb5993 docs/man/zfsbootmenu: additional language for bootfs prop
(cherry picked from commit 41739d6d5b)
2024-08-16 11:33:57 -05:00
camckay 01d63adcec docs/guides/alpine/: add zfs-scripts to packages installed
Add zfs-scripts to packages installed. It is listed when setting up live environment but missing here. This leads to zpool errors after installation because /usr/share/zfs/compatibility.d is missing.

(cherry picked from commit b1c12af5d7)
2024-08-06 09:06:58 -05:00
Zach Dykstra 5743a30ebe docs/index: shorten run-on sentence, fix typo
(cherry picked from commit ae6167d2ce)
2024-07-09 21:41:58 -05:00
Andrew J. Hesford 6ff6d17318 docs/guides/ubuntu: note the spartan nature of a basic debootstrap install 2024-07-07 12:55:25 -04:00
Bojan Petrović 4be9e02078 docs/general/container-building: fix InitCPIOHookDirs parent key
Closes: #623 [via git-merge-pr]
2024-07-07 12:55:25 -04:00
classabbyamp f36c5b15f7 docs/CHANGELOG.md: fix uefi booting link 2024-07-07 12:55:25 -04:00
classabbyamp 289b66244b README.md: fix bootenvs and you link 2024-07-07 12:55:25 -04:00
Zach Dykstra 05cd4ae50b docs/man/zfsbootmenu: document bootfs pool property
(cherry picked from commit fe37f2536e)
2024-06-28 15:57:14 -05:00
Zach Dykstra cc6d91f14f docs/guides/ubuntu: add redirect for renamed UEFI guide
(cherry picked from commit f3bd51cdc3)
2024-06-27 09:05:27 -05:00
Zach Dykstra 6b0d77783e docs/guides/ubuntu: fix 22.04 download URL
(cherry picked from commit ea82118122)
2024-06-25 09:40:14 -05:00
Zach Dykstra d97f711ed6 docs/guides/ubuntu: add Noble (24.04) guide
This update also includes language indicating that the guides provide a minimal installation. Additional packages need to be installed as needed.

(cherry picked from commit 1615c0af2b)
2024-06-25 09:32:54 -05:00
Kevin K. 3bf1fc1279 docs/guides/fedora: update to Workstation 40
(cherry picked from commit 9a6e7dcad7)
2024-05-13 18:53:17 -05:00
eli c10550f847
docs/guides/alpine: include nvme initramfs module
add nvme to unencrypted instructions as well.
ref: b238a357f4

(cherry picked from commit dc755a87a2)
2024-04-21 23:17:57 -05:00
classabbyamp 20889fb277
docs/general/mdraid-esp: create guide for redundant ESP with mdraid
(cherry picked from commit 406cf455d5)
2024-03-17 01:48:24 -04:00
classabbyamp 42dcd0c8e5
docs/general/grub-migration: add grub migration guide
based on https://github.com/zbm-dev/zfsbootmenu/discussions/600#discussioncomment-8671690

closes #604

(cherry picked from commit b37fff554a)
2024-03-17 01:36:51 -04:00
Zach Dykstra cbfc5d5088
docs/general/portable: default to recovery build
(cherry picked from commit 79c87015e0)
2024-03-04 14:43:59 -06:00
Zach Dykstra 9ba0fbfa45
docs: update copyright date
(cherry picked from commit 0b08977e7e)
2024-02-18 15:11:57 -06:00
Zach Dykstra 13fea60fbc
README.md: fix logo, use latest screenshot
(cherry picked from commit d4de21329c)
2024-02-18 12:23:19 -06:00
Zach Dykstra 9d3cffdc8d
container-building/example: update to match other usages
(cherry picked from commit 8f4353e6a8)
2024-02-18 12:17:09 -06:00
Zach Dykstra 7f41536dc4
docs/guides/: remove loglevel=4 from default KCL
quiet by default sets the kernel logging level to 4. initramfs
frameworks typically look for quiet on the kcl to turn off some of their
logging, so it is preferred over just using 'loglevel=4'.

(cherry picked from commit 613f16920a)
2024-02-18 12:17:00 -06:00
Zach Dykstra b4a68101fb
docs/guides/chimera/: clean up encrypted install
Chimera ZFS packages now include the zdev initramfs-tools hook, which
copies in /etc/zfs .

31eae4095e
(cherry picked from commit 1fad144514)
2024-02-17 22:03:21 -06:00
Zach Dykstra ab25344017
docs/guides/chimera/: initial Chimera guide
(cherry picked from commit 5747d30277)
2024-02-17 18:36:53 -06:00
Zach Dykstra 2a835b32b4
releng/tag-release.sh: no longer ship zbm-kcl as a release asset
(cherry picked from commit 3b34348e1c)
2024-02-11 12:21:46 -06:00
classabbyamp e55b682d39
docs/manage-redirects.py: add script to manage RTD redirects with the api
this is very simple, it just deletes everything and recreates it based
on what's in conf.py so that conf.py is the source of truth (it's IaC,
hah!).

(cherry picked from commit 2bb1928c57)
2024-02-10 15:39:29 -05:00
classabbyamp ec478eda78
docs/guides/general/: move to docs/general/
add redirects for continuity, fix links

(cherry picked from commit 0d992db4af)
2024-02-10 15:39:28 -05:00
classabbyamp d6717068e1
docs/: reorganise logos/images
instead of having the logos be in the docs, put them with the rest of
the media. symlink the screenshot and header logo so it's easier to update.

(cherry picked from commit 173c441577)
2024-02-10 15:39:28 -05:00
classabbyamp 04e39f9a5f
docs/: always use venv on void
there are now several pip packages not packaged on void, so `make setup-void`
should install the packages not needed in the venv then create the venv.

also rewrite docs/README a little bit

(cherry picked from commit 49a9b343de)
2024-02-10 15:39:26 -05:00
Zach Dykstra 4431c33a21
docs: binary releases helper/documentation
Co-authored-by: Zach Dykstra <dykstra.zachary@gmail.com>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
(cherry picked from commit 4de96a0e38)
2024-01-30 17:00:12 -06:00
Winston Hoy 900d6d9e83
docs: fix curl arguments in container-example
(cherry picked from commit 0f87c5f69b)
2024-01-22 21:40:15 -06:00
Andrew J. Hesford a1c5f04069 releng/make-binary.sh: specify release tag in builder images by default
Backport: 3545b2662e
2024-01-22 10:39:46 -05:00
Zach Dykstra a7e14919fb
docs/guides/: re-word pool compatibility note 2023-12-21 13:38:57 -06:00
Zach Dykstra 7e3a168a0f
docs/guides/fedora/: add missing dracut step
Closes #564
2023-12-18 18:15:01 -06:00
Andrew J. Hesford f6812600f0 Bump to version 2.3.0+dev 2023-12-12 21:43:04 -05:00
Andrew J. Hesford 864cac1991 Bump to version 2.3.0 2023-12-12 21:08:03 -05:00
Andrew J. Hesford 928677cdbc releng/tag-release.sh: fix docs build and version updates 2023-12-12 21:06:55 -05:00
Andrew J. Hesford 254fa017d9 docs/CHANGELOG.md: add release notes for v2.3.0 2023-12-12 13:59:11 -05:00
Zach Dykstra 3859fd5974
bin/zbm-kcl: fix a comment typo 2023-12-11 17:31:07 -06:00
Zach Dykstra 21594df2cb
testing: sanitize perfdata output and validate input 2023-12-11 11:09:43 -06:00
Zach Dykstra bd84f2e850
TPSReport.md: add recovery image networking checks 2023-12-08 21:34:52 -06:00
Zach Dykstra 978e35aa51
zfsbootmenu-help: set trap earlier to fix cleanup on efifb 2023-12-08 21:26:33 -06:00
Zach Dykstra 3b355a5ca7
zfsbootmenu-help: clean up screen on exit, fix trapped error 2023-12-08 21:18:36 -06:00
Zach Dykstra b231456b7b
ztrace: clean up screen on exit 2023-12-08 21:18:07 -06:00
Zach Dykstra 6d9684c838
docs/online/recovery-shell: fix rst formatting 2023-12-08 21:02:30 -06:00
Zach Dykstra 7cb33fe2a8
guides/alpine/: configure a network interface 2023-12-08 13:10:38 -06:00
Zach Dykstra 7078dd454e
guides/opensuse/: fix ISO URL after bad vim regexp 2023-12-08 12:22:08 -06:00
Zach Dykstra abec71fe8f
guides/: clear the zpool label earlier 2023-12-08 12:18:30 -06:00
Zach Dykstra 77e60da724
guides/opensuse/: update to Leap 15.5 2023-12-08 12:13:40 -06:00
Zach Dykstra f800623542
guides/fedora/: fix initial kernel-headers install 2023-12-08 10:35:18 -06:00
Zach Dykstra cb8dfaa20d zfsbootmenu-core: show enabled/disabled hooks in zreport 2023-12-07 09:19:20 -06:00