adding example files/hierarchy for HTTP ipxe
This commit is contained in:
9
examples/HTTP/boot.php
Normal file
9
examples/HTTP/boot.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
print '#!ipxe
|
||||
|
||||
cpuid --ext 29 && set bit_type 64 || set bit_type 32
|
||||
initrd example.${bit_type}.img
|
||||
kernel example.${bit_type}.kern initrd=example.${bit_type}.img ip=:::::eth0:dhcp archiso_http_srv=http://domain.tld/path/to/squashes/ archisobasedir=EXAMPLE archisolabel=EXAMPLE checksum=y
|
||||
boot
|
||||
'
|
||||
?>
|
||||
1
examples/HTTP/example.32.img
Normal file
1
examples/HTTP/example.32.img
Normal file
@@ -0,0 +1 @@
|
||||
NOT A REAL INITRD IMAGE. REPLACE WITH ACTUAL INITRD.
|
||||
1
examples/HTTP/example.32.kern
Normal file
1
examples/HTTP/example.32.kern
Normal file
@@ -0,0 +1 @@
|
||||
NOT A REAL KERNEL FILE. REPLACE WITH ACTUAL KERNEL
|
||||
1
examples/HTTP/example.64.img
Normal file
1
examples/HTTP/example.64.img
Normal file
@@ -0,0 +1 @@
|
||||
NOT A REAL INITRD IMAGE. REPLACE WITH ACTUAL INITRD.
|
||||
1
examples/HTTP/example.64.kern
Normal file
1
examples/HTTP/example.64.kern
Normal file
@@ -0,0 +1 @@
|
||||
NOT A REAL KERNEL FILE. REPLACE WITH ACTUAL KERNEL
|
||||
1
examples/HTTP/path/to/squashes/EXAMPLE/i686/airootfs.md5
Normal file
1
examples/HTTP/path/to/squashes/EXAMPLE/i686/airootfs.md5
Normal file
@@ -0,0 +1 @@
|
||||
c18bde6e20c195bfb0a018b5c13dc420 airootfs.sfs
|
||||
1
examples/HTTP/path/to/squashes/EXAMPLE/i686/airootfs.sfs
Normal file
1
examples/HTTP/path/to/squashes/EXAMPLE/i686/airootfs.sfs
Normal file
@@ -0,0 +1 @@
|
||||
NOT A REAL SQUASHED FILESYSTEM FILE. REPLACE WITH ACTUAL SQUASHED FILESYSTEM
|
||||
@@ -0,0 +1 @@
|
||||
ada655a13f53702b3fe13cae001ab14f741e10c2bb83869048d4c18e74111c12 airootfs.sfs
|
||||
@@ -0,0 +1 @@
|
||||
c18bde6e20c195bfb0a018b5c13dc420 airootfs.sfs
|
||||
@@ -0,0 +1 @@
|
||||
NOT A REAL SQUASHED FILESYSTEM FILE. REPLACE WITH ACTUAL SQUASHED FILESYSTEM
|
||||
@@ -0,0 +1 @@
|
||||
ada655a13f53702b3fe13cae001ab14f741e10c2bb83869048d4c18e74111c12 airootfs.sfs
|
||||
Reference in New Issue
Block a user