Debian/Ubuntu: Add a note about ZFS_INITRD_ADDITIONAL_DATASETS
Putting /etc on a separate dataset leads to a bad time. Closes #356
This commit is contained in:
@@ -528,6 +528,11 @@ Step 3: System Installation
|
|||||||
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
||||||
filesystem) later.
|
filesystem) later.
|
||||||
|
|
||||||
|
**Note:** If you separate a directory required for booting (e.g. ``/etc``)
|
||||||
|
into its own dataset, you must add it to
|
||||||
|
``ZFS_INITRD_ADDITIONAL_DATASETS`` in ``/etc/default/zfs``. Datasets
|
||||||
|
with ``canmount=off`` (like ``rpool/usr`` above) do not matter for this.
|
||||||
|
|
||||||
#. Mount a tmpfs at /run::
|
#. Mount a tmpfs at /run::
|
||||||
|
|
||||||
mkdir /mnt/run
|
mkdir /mnt/run
|
||||||
|
|||||||
@@ -573,6 +573,11 @@ Step 3: System Installation
|
|||||||
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
||||||
filesystem) later.
|
filesystem) later.
|
||||||
|
|
||||||
|
**Note:** If you separate a directory required for booting (e.g. ``/etc``)
|
||||||
|
into its own dataset, you must add it to
|
||||||
|
``ZFS_INITRD_ADDITIONAL_DATASETS`` in ``/etc/default/zfs``. Datasets
|
||||||
|
with ``canmount=off`` (like ``rpool/usr`` above) do not matter for this.
|
||||||
|
|
||||||
#. Optional: Ignore synchronous requests:
|
#. Optional: Ignore synchronous requests:
|
||||||
|
|
||||||
microSD cards are relatively slow. If you want to increase performance
|
microSD cards are relatively slow. If you want to increase performance
|
||||||
|
|||||||
@@ -580,6 +580,11 @@ Step 3: System Installation
|
|||||||
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
to limit the maximum space used. Otherwise, you can use a tmpfs (RAM
|
||||||
filesystem) later.
|
filesystem) later.
|
||||||
|
|
||||||
|
**Note:** If you separate a directory required for booting (e.g. ``/etc``)
|
||||||
|
into its own dataset, you must add it to
|
||||||
|
``ZFS_INITRD_ADDITIONAL_DATASETS`` in ``/etc/default/zfs``. Datasets
|
||||||
|
with ``canmount=off`` (like ``rpool/usr`` above) do not matter for this.
|
||||||
|
|
||||||
#. Mount a tmpfs at /run::
|
#. Mount a tmpfs at /run::
|
||||||
|
|
||||||
mkdir /mnt/run
|
mkdir /mnt/run
|
||||||
|
|||||||
Reference in New Issue
Block a user