Fix typos
This patch fixes typos. TrivialFix Change-Id: Iddbe2317e7d160ca865e33e9c8cd19c3a51167de
This commit is contained in:
parent
8a7e5d27cb
commit
6d5bcf288a
@ -11,7 +11,7 @@ set -o pipefail
|
|||||||
# Also, ZFS should be installed in 'post-install.d' section because its
|
# Also, ZFS should be installed in 'post-install.d' section because its
|
||||||
# dependency 'dkms' is installed in 'install.d/99-dkms'.
|
# dependency 'dkms' is installed in 'install.d/99-dkms'.
|
||||||
|
|
||||||
# Presense of 'ARCH' env var blocks DKMS from building new dynamic kernel
|
# Presence of 'ARCH' env var blocks DKMS from building new dynamic kernel
|
||||||
# modules. So, unset it temporary.
|
# modules. So, unset it temporary.
|
||||||
ARCH_BACKUP=$ARCH
|
ARCH_BACKUP=$ARCH
|
||||||
unset ARCH
|
unset ARCH
|
||||||
@ -48,7 +48,7 @@ echo """
|
|||||||
#
|
#
|
||||||
# then something went wrong.
|
# then something went wrong.
|
||||||
#
|
#
|
||||||
# List of dymanic kernel modules:
|
# List of dynamic kernel modules:
|
||||||
"""
|
"""
|
||||||
dkms status
|
dkms status
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user