We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1563ec1 commit ad8b3c6Copy full SHA for ad8b3c6
README.md
@@ -3,23 +3,23 @@ Simple PHP Script for creating custom tiny core images ( remastering )
3
4
The images made through this script are PXE BOOTABLE.
5
6
-``KERNEL /kernels/memdisk
+```
7
+KERNEL /kernels/memdisk
8
INITRD /images/you-tinycore.iso
-APPEND iso raw``
9
+APPEND iso raw
10
11
12
# usage
13
0. Install Requirements
14
1. Edit config.php
15
2. Run php script
-`
-
16
17
php -f build-tinycore.php
18
19
or to specify arch. currently only x86 works.
20
21
php -f build-tinycore.php x86_64
22
23
24
4. Enjoy
25
0 commit comments