File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ORIGSWAPMB=512
7272ORIGIMAGESECTORS=$(( ${ORIGIMAGEMB} * 1024 * 1024 / 512 ))
7373ORIGSWAPSECTORS=$(( ${ORIGSWAPMB} * 1024 * 1024 / 512 ))
7474
75- # chekc fdisk partition size
75+ # check fdisk partition size
7676PART0END=$(( ${PART0START} + ${PART0SIZE} ))
7777if [ ${PART0END} -ne ${ORIGIMAGESECTORS} ]; then
7878 echo Error: unexpected MBR partition size: ${PART0END}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ORIGSWAPMB=@@SWAPMB@@
7272ORIGIMAGESECTORS=$(( ${ORIGIMAGEMB} * 1024 * 1024 / 512 ))
7373ORIGSWAPSECTORS=$(( ${ORIGSWAPMB} * 1024 * 1024 / 512 ))
7474
75- # chekc fdisk partition size
75+ # check fdisk partition size
7676PART0END=$(( ${PART0START} + ${PART0SIZE} ))
7777if [ ${PART0END} -ne ${ORIGIMAGESECTORS} ]; then
7878 echo Error: unexpected MBR partition size: ${PART0END}
You can’t perform that action at this time.
0 commit comments