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 )
- Host: GitHub
- URL: https://github.com/hotnoob/tinycore-remaster-php
- Owner: HotNoob
- Created: 2024-03-13T14:36:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:13:12.000Z (about 1 year ago)
- Last Synced: 2024-12-29T16:22:03.722Z (about 1 year ago)
- Topics: php, remaster, tinycore, tinycore-linux
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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