Skip to content

Commit fcb026f

Browse files
committed
2 parents 6459a91 + 5ab3b4d commit fcb026f

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
# TinyCore-Remaster-PHP
22
Simple PHP Script for creating custom tiny core images ( remastering )
3+
34
The images made through this script are PXE BOOTABLE.
45

5-
`
6+
```
67
KERNEL /kernels/memdisk
78
INITRD /images/you-tinycore.iso
89
APPEND 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
2931
on the todo to make a list.
30-
32+
```
3133
rsync
3234
xorriso
3335
advdef
3436
unsquashfs
37+
```
3538
3639
### isohdpfx.bin
3740
this 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.

0 commit comments

Comments
 (0)