File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed
Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change 11# TinyCore-Remaster-PHP
22Simple PHP Script for creating custom tiny core images ( remastering )
3+
34The images made through this script are PXE BOOTABLE.
45
5- `
6+ ```
67KERNEL /kernels/memdisk
78INITRD /images/you-tinycore.iso
89APPEND iso raw
9- `
10+ ```
1011
1112# usage
12- 0 . Install Requirements
13- 1 . Edit config.php
14- 2 . Run php script
15- `
16- php -f build-tinycore.php
17- `
18-
19- or to specify arch. currently only x86 works.
20- `
21- php -f build-tinycore.php x86_64
22- `
23-
24- 3 . Enjoy
13+ 1 . Download TinyCore Iso
14+ 2 . Install Requirements
15+ 3 . Edit config.php
16+ 4 . Edit extensions.txt
17+ 5 . Edit Files
18+ 6 . run php script
19+ ```
20+ php -f build-tinycore.php
21+ ```
22+ or to specify arch. currently only x86 works.
23+ ```
24+ php -f build-tinycore.php x86_64
25+ ```
26+ 7. Enjoy
2527
2628
2729
2830### requirements
2931on the todo to make a list.
30-
32+ ```
3133rsync
3234xorriso
3335advdef
3436unsquashfs
37+ ```
3538
3639### isohdpfx.bin
3740this is from: apt-install isolinux && cp /usr/lib/ISOLINUX/isohdpfx.bin custom_image_files_64/bootfiles/isolinux/isohdpfx.bin
38- put in repo for convenience.
41+ put in repo for convenience.
You can’t perform that action at this time.
0 commit comments