diff options
author | Jybz <j.biernacki@free.fr> | 2020-08-30 00:45:59 +0200 |
---|---|---|
committer | Jybz <j.biernacki@free.fr> | 2020-08-30 00:45:59 +0200 |
commit | 1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3 (patch) | |
tree | 32a4a3aefb3195943c8450e201a4a7d3813c4985 | |
parent | 99f560857ff2a294ea47f74ce2337f027d2df312 (diff) | |
download | mageia4arm-1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3.tar mageia4arm-1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3.tar.gz mageia4arm-1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3.tar.bz2 mageia4arm-1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3.tar.xz mageia4arm-1f449b4e6e60e2a3df3a01e02eca7ef36b7111a3.zip |
shift burningBootloader at the end, in order to take the bootloader from an RPM package after installation. Fix typo.
-rwxr-xr-x | create_arm_image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_arm_image.sh b/create_arm_image.sh index b60d8a9..d3ba809 100755 --- a/create_arm_image.sh +++ b/create_arm_image.sh @@ -462,7 +462,6 @@ function createimage() loopingImage - bunrningBootloader if [ ${?} -ne 0 ]; then error "line ${LINENO} error in the process ${CONFIG_PATH}/specialFunctions.sh ." exit ${ERR_1} @@ -786,7 +785,7 @@ function bunrningBootloader() function copyingCustomSystem() { - error "This function is called if no sourced file is containing bunrningBootloader function." + error "This function is called if no sourced file is containing copyingCustomSystem function." return 1 } @@ -1085,6 +1084,7 @@ case ${OPT} in jumpchroot mountPartitions copyingsystem + bunrningBootloader unmountingPartitions unloopingImage ;; |