Commit Graph

280 Commits

Author SHA1 Message Date
Richard Laager
a4f8837031 Debian: Use UUID instead of PARTUUID for esp
I don't know why this was different from Ubuntu.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-12-05 17:11:47 -06:00
Richard Laager
c94ee2cae4 Debian/Ubuntu: Configure keyboard & charset
On Ubuntu, console-setup, keyboard-configuration (a dependency of
console-setup), and locales are installed by default.  On Debian, we
need to install them manually.  (We were already doing so for locales.)

I merged the various dpkg-reconfigure lines into one to simplify.  The
order isn't important.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
Reported-by: Robert <technic-take3>
Fixes #59
2020-12-05 16:57:34 -06:00
Richard Laager
605463d8dd Ubuntu: Update URL for 20.04.1
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-12-05 16:35:49 -06:00
Richard Laager
84417c52db Ubuntu: bpool must be named bpool
Fixes #85
Reported-by: Bob Ziuchkovski <bob.ziuchkovski@gmail.com>
2020-11-30 00:42:06 -06:00
Brian Behlendorf
1a774f7dd9 Update RHEL/CentOS install documentation
Refresh the documentation to more clear and to account for changes
for made in the recent RHEL/CentOS releases.

- Replaced most ZFS on Linux references with OpenZFS.

- Condensed the list of repositories and made it clear which repos
  are updated with new packages and which had been archived.

- Added separate instructions for RHEL/CentOS 6,7 and for RHEL/CentOS
  8 and newer since the package manager was changes from yum to dnf.

- Recommend using `yum-config-manager` or `dnf config-manager` rather
  than manually modifing the zfs.repo file.

- Converted the important notices to "notes" and reworded them.  The
  exact commands in the documention were also for much older versions
  of ZFS and were removed entirely.  This should be less of an issue
  with more modern releases.

- Add a comment explaining the modules are automatically loaded
  when a pool is detected, but they can always be loaded at boot
  time by creating a /etc/modules-load.d/zfs.conf file.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2020-11-26 22:24:15 +03:00
Brian Behlendorf
2aa6fd156d Update Fedora install documentation
Refresh the documentation to more clear and to account for changes
for made in the recent Fedora releases.

- Replaced most ZFS on Linux references with OpenZFS.

- Reworded kernel compatibility note and link directly to the
  latest supported OpenZFS release to make it easy to check the
  maximum supported kernel version.

- Removed the kernel-devel package from the dnf install command.
  The pacakge is now correctly brought in as a dkms dependency.

- Add a comment explaining the modules are automatically loaded
  when a pool is detected, but they can always be loaded at boot
  time by creating a /etc/modules-load.d/zfs.conf file.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2020-11-26 11:46:08 +03:00
Mathias Gibbens
7f3d021349 Include the debian security and -updates repos as well in sources.list
Users following the ZFS guide may not realize their system won't
receive important security updates between minor point releases
unless additional configuration is added to sources.list.

Signed-off-by: Mathias Gibbens <mathias@calenhad.com>
2020-11-25 17:17:29 -06:00
Mathias Gibbens
9ed82cda6e Fix pip3 install command for Debian-based distros
Signed-off-by: Mathias Gibbens <mathias@calenhad.com>
2020-11-25 17:17:29 -06:00
Brian Behlendorf
eca3482e2a Update RHEL and CentOS.rst - add CentOS 7.9 repository
Add CentOS 7.9 zfs-release link.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2020-11-12 19:18:58 -08:00
Richard Laager
04db2386fd Ubuntu: Fix a typo
Reported-by: donniep
Fixes #71
2020-11-09 19:35:24 -06:00
Soputtra San
7129f378c5 Update Fedora.rst (#69)
Minor update about Fedora Releases, remove eol **30**, add **33**.
2020-11-03 22:21:25 +03:00
Tony Hutter
f29b59da69 Fix Fedora 33 zfs-release link typo 2020-10-28 17:27:46 -07:00
Tony Hutter
ee95e7c761 Update Fedora.rst - add F33, remove F30
Add Fedora 33 zfs-release link, remove EOL'd F30
2020-10-28 17:27:10 -07:00
James Bennett
966ebaa629 Rework FreeBSD start page for newcomer
- Additional instructions to build
- Remove duplicate info about OpenZFS

Co-authored-by: Ryan Moeller <ryan@freqlabs.com>
Co-authored-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: George Melikov <mail@gmelikov.ru>

Apply suggestions from @freqlabs

Co-authored-by: Ryan Moeller <ryan@freqlabs.com>
2020-10-08 19:25:36 +03:00
George Melikov
519ac78dc3 Convert FreeBSD page as is from ZoF repo
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-10-08 19:25:36 +03:00
Richard Laager
0e030ab146 Ubuntu: Remove zpool_checkpoint from bpool
The docs note that I tested this, but I'm going to remove this, out of
an abundance of caution given the report of failure in #57.  I may re-test
later, but this isn't a huge priority for me.

Fixes #57
2020-09-27 14:17:18 -05:00
George Melikov
a12e60f437 Use mailing lists anchor everywhere 2020-09-21 19:28:09 +03:00
XnTry
49c255e480 Fix typo for mirrored rpool creation
This was a copy-and-paste from the mirror bpool commands that was not
updated.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
Fixes #53
2020-09-09 17:59:37 -05:00
Richard Laager
c7534660ee Ubuntu: Flatten bootloader partitioning steps
This makes it easier to follow (and specifically, harder to miss the
second step).

Reported-by: Niall Douglas <ned14>
Issue #54
2020-09-09 15:26:36 -05:00
Richard Laager
f54ea18312 Debian: Skip manual mount of bpool/BOOT/debian
This was missed in 784b3b7a27 which
eliminated the canmount=noauto.  With that gone, it is not necessary to
manually mount bpool/BOOT/debian.

Reported-by: Danny <suavedandy>
2020-09-08 17:04:06 -05:00
Richard Laager
28ccb936b3 Ubuntu: Add a password length warning
If the user gives too short of a password when encryption via a hacked
installer, the installer will crash.  (I haven't personally verified
this, but it sounds plausible.)

Reported-by: Sithuk
Closes: 52
2020-09-08 00:41:04 -05:00
Richard Laager
5523d6cb6b Ubuntu: Fix patch commands
These were missing "sudo".

Reported-by: Sithuk
Issue #52
2020-09-07 00:44:54 -05:00
Richard Laager
08832a3454 Ubuntu 20.04 Pi: Fix Pi 4 B name
There is no 4 B+.
2020-08-31 01:47:45 -05:00
Richard Laager
5b4f4779ea Ubuntu 20.04 Pi: Simplify SD card clearing
Zeroing the entire disk takes a long time.  These steps _should_ be
sufficient.
2020-08-31 01:20:49 -05:00
Richard Laager
51a4f5055e Ubuntu: Add instructions for the Raspberry Pi
I have not tested encryption, but otherwise this works.
2020-08-31 01:12:02 -05:00
Richard Laager
e2d9dcd2ad Debian/Ubuntu: Fix locales formatting 2020-08-31 00:21:38 -05:00
Christian Nassif-Haynes
ceb02668a3 Fix typo
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-08-24 23:09:10 -05:00
Richard Laager
371d3cf08b Debian/Ubuntu: Update pip3 command
This now matches the example in the top-level README.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-08-12 17:34:27 -05:00
Karsten Weiss
5c67d3d1fc Spelling fixes 2020-08-02 03:39:10 -05:00
George Melikov
bc36143d46 Fix typo in Debian-on-root man 2020-07-24 23:51:49 -05:00
Richard Laager
ba04f2100c Ubuntu: Fix bug URL
I was linking to the wrong bug (bad copy-and-paste).
2020-07-17 03:54:19 -05:00
Richard Laager
ce83696a66 Ubuntu: Line wrap 2020-07-17 03:54:09 -05:00
Spotlight
ba1752bad9 Specify buster-backports usage
Without buster-backports, everything ZFS is from the buster repository.
Adding this to the Live CD installation instructions allows our initial
pool to be created with newer versions.

Signed-off-by: Spotlight <spotlight@joscomputing.space>
2020-06-26 01:56:15 -05:00
Luca Citi
338b567574 Ubuntu 20.04: Fix rescue instructions
/boot is no longer in /etc/fstab.

Closes: #32
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-06-26 01:52:24 -05:00
Tony Hutter
f48c187dfa Add Centos 8.2 RPM 2020-06-18 19:50:25 +03:00
Jonathan Watt
ddc56b0106 Switch open-zfs.org links to openzfs.org, and use HTTPS URLs
The open-zfs.org host, Dreamhost, returns a page for https://open-zfs.org
(note, httpS://) which causes HTTPS Everywhere with the 'Encrypt All
Eligible Sites' option enabled to redirect http://open-zfs.org to
https://open-zfs.org, and therefore fail to redirect to openzfs.org.
Ideally a redirect would be implemented at Dreamhost for
httpS://open-zfs.org too, but presumably the links in the docs should
really be updated anyway.
2020-06-17 20:19:49 +03:00
Richard Laager
58104f6781 Ubuntu 20.04: Add unmount step to GRUB errata
It is possible that /boot/grub is mounted.

Reported-by: Larry Wagner <larrywagner0@gmail.com>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-06-10 23:34:13 -05:00
Richard Laager
933a4c6d37 Ubuntu: Use https for ISOs
Suggested-by: Cory Stephenson <aevin@me.com>
2020-06-10 23:09:26 -05:00
Cory Stephenson
72bbf8d68e Fix Ubuntu 20.04 download link
Signed-off-by: Cory Stephenson <aevin@me.com>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-06-10 23:07:01 -05:00
Arooo
ebdfbfbf96 Source list in live context
Line 104 : "/mnt/etc/apt/sources.list" should be  "/etc/apt/sources.list", we are preparing the live context, not the chroot, yet.
2020-06-05 16:11:53 -05:00
Atemu
50cfe62735 Getting Started: Add NixOS wiki to index 2020-05-31 17:09:02 +03:00
Richard Laager
04d3c1cee4 Ubuntu 20.04: Add errata notes for /boot/grub
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 17:45:52 -05:00
Richard Laager
b6fd009edd Ubuntu 20.04: Fix /boot/grub issues
zsys was setting canmount=off on bpool/grub.  It is now
bpool/BOOT/ubuntu_UUID/grub.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
Reported-by: Larry Wagner <larrywagner0@gmail.com>
2020-05-30 17:44:30 -05:00
Richard Laager
12aa83791c Ubuntu 20.04: Disable grub-initrd-fallback.service
This is the service for /boot/grub/grubenv which does not work on
mirrored or raidz topologies.  Disabling this keeps it from blocking
subsequent mounts of /boot/grub if that mount ever fails.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 17:43:00 -05:00
Richard Laager
9c2f4a04c1 Ubuntu 20.04: Patch a dependency loop
This is from Launchpad bug #1875577.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 17:41:18 -05:00
Richard Laager
3d8bac3772 Ubuntu 20.04: Fixup formatting and wording
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 17:04:44 -05:00
Richard Laager
e1705d5660 Ubuntu 20.04: Install vim earlier
This ensures that vim is installed before the first use.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 16:58:46 -05:00
Richard Laager
0ccf839233 Drop the Debian package option for building docs
We are now using an extension which is not packaged.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 16:58:43 -05:00
Richard Laager
58f5b16286 Ubuntu 20.04: Add Errata section
Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-05-30 16:58:34 -05:00
Richard Laager
3afab9343f Ubuntu 20.04: Fix a file path
Signed-off-by: Richard Laager <rlaager@wiktel.com>
Reported-by: Larry Wagner <larrywagner0@gmail.com>
2020-05-30 15:00:51 -05:00