mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
initramfs: Fix a spelling error
This fixes a typo in a comment. Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
parent
4767c7a14e
commit
11b9dcfb2d
@ -925,7 +925,7 @@ mountroot()
|
|||||||
# NOTE: Mounted in the order specified in the
|
# NOTE: Mounted in the order specified in the
|
||||||
# ZFS_INITRD_ADDITIONAL_DATASETS variable so take care!
|
# ZFS_INITRD_ADDITIONAL_DATASETS variable so take care!
|
||||||
|
|
||||||
# Go through the complete list (recursivly) of all filesystems below
|
# Go through the complete list (recursively) of all filesystems below
|
||||||
# the real root dataset
|
# the real root dataset
|
||||||
filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}")
|
filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}")
|
||||||
for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS
|
for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS
|
||||||
|
Loading…
Reference in New Issue
Block a user