Skip to content

Commit 016f926

Browse files
wommygmelikov
authored andcommitted
docs: Update GitHub organization references in Trixie guide
Updates references from deprecated zfsonlinux organization to current openzfs organization. FAQ link changed to relative reference within openzfs-docs to avoid redirect loop (wiki redirects to openzfs-docs anyway). Changes: - FAQ: Use relative link to docs (avoids wiki redirect loop) - Commit 82a37189: zfsonlinux → openzfs - Issue #7734: zfsonlinux → openzfs - Issue #330: zfsonlinux → openzfs (2 instances) Signed-off-by: wommy <tom@technomad.media>
1 parent 7be07b6 commit 016f926

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Getting Started/Debian/Debian Trixie Root on ZFS.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ System Requirements
2222
- `64-bit Debian GNU/Linux Trixie Live CD w/ GUI (e.g. gnome iso)
2323
<https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/>`__
2424
- `A 64-bit kernel is strongly encouraged.
25-
<https://github.com/zfsonlinux/zfs/wiki/FAQ#32-bit-vs-64-bit-systems>`__
25+
<../../Project%20and%20Community/FAQ.html#bit-vs-64-bit-systems>`__
2626
- Installing on a drive which presents 4 KiB logical sectors (a “4Kn” drive)
2727
only works with UEFI booting. This is not unique to ZFS. `GRUB does not and
2828
will not work on 4Kn with legacy (BIOS) booting.
@@ -334,7 +334,7 @@ Step 2: Disk Formatting
334334
<https://askubuntu.com/questions/970886/journalctl-says-failed-to-search-journal-acl-operation-not-supported>`__
335335
- Setting ``xattr=sa`` `vastly improves the performance of extended
336336
attributes
337-
<https://github.com/zfsonlinux/zfs/commit/82a37189aac955c81a59a5ecc3400475adb56355>`__.
337+
<https://github.com/openzfs/zfs/commit/82a37189aac955c81a59a5ecc3400475adb56355>`__.
338338
Inside ZFS, extended attributes are used to implement POSIX ACLs.
339339
Extended attributes can also be used by user-space applications.
340340
`They are used by some desktop GUI applications.
@@ -976,7 +976,7 @@ Step 7: Optional: Configure Swap
976976
**Caution**: On systems with extremely high memory pressure, using a
977977
zvol for swap can result in lockup, regardless of how much swap is still
978978
available. There is `a bug report upstream
979-
<https://github.com/zfsonlinux/zfs/issues/7734>`__.
979+
<https://github.com/openzfs/zfs/issues/7734>`__.
980980

981981
#. Create a volume dataset (zvol) for use as a swap device::
982982

@@ -1165,8 +1165,8 @@ cards that have been flashed to the reference LSI firmware.
11651165

11661166
The basic problem is that disks on these controllers are not visible to the
11671167
Linux kernel until after the regular system is started, and ZoL does not
1168-
hotplug pool members. See `https://github.com/zfsonlinux/zfs/issues/330
1169-
<https://github.com/zfsonlinux/zfs/issues/330>`__.
1168+
hotplug pool members. See `https://github.com/openzfs/zfs/issues/330
1169+
<https://github.com/openzfs/zfs/issues/330>`__.
11701170

11711171
Most LSI cards are perfectly compatible with ZoL. If your card has this
11721172
glitch, try setting ``ZFS_INITRD_PRE_MOUNTROOT_SLEEP=X`` in

0 commit comments

Comments
 (0)