An open API service indexing awesome lists of open source software.

https://github.com/hotnoob/tinycore-remaster-php

Simple PHP Script for creating custom tiny core images ( remastering )
https://github.com/hotnoob/tinycore-remaster-php

php remaster tinycore tinycore-linux

Last synced: about 1 year ago
JSON representation

Simple PHP Script for creating custom tiny core images ( remastering )

Awesome Lists containing this project

README

          

# TinyCore-Remaster-PHP
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, UEFI works last i checked )

```
KERNEL /kernels/memdisk
INITRD /images/you-tinycore.iso
APPEND iso raw
```

# usage
1. Download TinyCore Iso
2. Install Requirements
3. Edit config.php
4. Edit extensions.txt
5. Edit Files - custom_image_files/files
6. run php script
```
php -f build-tinycore.php
```
or to specify arch. currently only x86 works.
```
php -f build-tinycore.php x86_64
```
7. Enjoy

### requirements
```
php
rsync
xorriso
advdef
unsquashfs
mkisofs
```
```
apt install php rsync xorriso advancecomp squashfs-tools mkisofs
```

### isohdpfx.bin
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