aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/generic_aarch64/second_stage_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/generic_aarch64/second_stage_install.sh')
-rw-r--r--platforms/generic_aarch64/second_stage_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/generic_aarch64/second_stage_install.sh b/platforms/generic_aarch64/second_stage_install.sh
index cba82e9..3468f22 100644
--- a/platforms/generic_aarch64/second_stage_install.sh
+++ b/platforms/generic_aarch64/second_stage_install.sh
@@ -70,9 +70,9 @@ export ARCH=arm64
# fi
# #Recover the kernel module path :
# K_MOD_PATH=$(urpmf "modules/${K_INST_VERSION}$" | cut -d ':' -f 2)
-# #Recover the source version :
+# #Recover the source version :
# K_SRC_VERSION=$(rpm -q kernel-source-latest | sed -e 's/kernel-source-latest-\([\.[:digit:]]*\)-\([\.[:alnum:]]*\).*$/\1-\2/' )
-# #Recover the source path :
+# #Recover the source path :
# K_SRC_PATH=$(urpmf "src/kernel-${K_SRC_VERSION}$" | cut -d ':' -f 2)
# #Set the default Mageia's configuration file into the source path :
# cp /boot/config-${K_INST_VERSION} ${K_SRC_PATH}/.config