aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/bananaPro/second_stage_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/bananaPro/second_stage_install.sh')
-rw-r--r--platforms/bananaPro/second_stage_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/bananaPro/second_stage_install.sh b/platforms/bananaPro/second_stage_install.sh
index 27339bf..757e9b8 100644
--- a/platforms/bananaPro/second_stage_install.sh
+++ b/platforms/bananaPro/second_stage_install.sh
@@ -95,9 +95,9 @@ mv /tmp/30_os-prober /etc/grub.d/
# 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