Simple PHP Script for creating custom tiny core images ( remastering )
The images made through this script are PXE BOOTABLE. ( that's what i mainly use tinycore for )
KERNEL /kernels/memdisk
INITRD /images/you-tinycore.iso
APPEND iso raw
- Download TinyCore Iso
- Install Requirements
- Edit config.php
- Edit extensions.txt
- Edit Files - custom_image_files/files
- run php script
or to specify arch. currently only x86 works.
php -f build-tinycore.php
php -f build-tinycore.php x86_64
- Enjoy
php
rsync
xorriso
advdef
unsquashfs
mkisofs
apt install php rsync xorriso advancecomp squashfs-tools mkisofs
this is from: apt-install isolinux && cp /usr/lib/ISOLINUX/isohdpfx.bin custom_image_files_64/bootfiles/isolinux/isohdpfx.bin put in repo for convenience.
can also be found in syslinux.tcz