Line 178... |
Line 178... |
178 |
newName=Mageia-$MAGEIA_VERSION-${ARCH}-Alcasar-$ALCASAR_VERSION
|
178 |
newName=Mageia-$MAGEIA_VERSION-${ARCH}-Alcasar-$ALCASAR_VERSION
|
179 |
newIsoName=$newName.iso
|
179 |
newIsoName=$newName.iso
|
180 |
|
180 |
|
181 |
# Generating the iso file
|
181 |
# Generating the iso file
|
182 |
# Parameters for xorriso found using the following command on the Magiea iso file used in ressource folder
|
182 |
# Parameters for xorriso found using the following command on the Magiea iso file used in ressource folder
|
183 |
# ex: xorriso -indev Mageia-7.1-x86_64.iso -report_el_torito as_mkisofs
|
183 |
# ex: xorriso -indev Mageia-X.Y-x86_64.iso -report_el_torito as_mkisofs
|
184 |
cd ${MAGEIA_NEW_DIR} && xorriso -as mkisofs \
|
184 |
cd ${MAGEIA_NEW_DIR} && xorriso -as mkisofs \
|
185 |
-V $newName \
|
185 |
-V $newName \
|
186 |
--grub2-mbr --interval:local_fs:0s-15s:zero_mbrpt:$FULL_PATH_ISO_IN \
|
186 |
--grub2-mbr --interval:local_fs:0s-15s:zero_mbrpt:$FULL_PATH_ISO_IN \
|
187 |
-partition_cyl_align off \
|
187 |
-partition_cyl_align off \
|
188 |
-partition_offset 0 \
|
188 |
-partition_offset 0 \
|