summaryrefslogtreecommitdiff
path: root/unsorted/archauto/tftproot
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:07:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:07:54 +0100
commit1d89ad1c02fd26642106783e2ebf9fa6858d5157 (patch)
treefcb8b8233cdbbc36d6315131853cc108797d96d8 /unsorted/archauto/tftproot
parentbd716eb2737a7bb9de4a595319fa37efddd1b58d (diff)
downloadbiruda-1d89ad1c02fd26642106783e2ebf9fa6858d5157.tar.gz
biruda-1d89ad1c02fd26642106783e2ebf9fa6858d5157.tar.bz2
added automatic archlinux installation (unsorted)
Diffstat (limited to 'unsorted/archauto/tftproot')
-rw-r--r--unsorted/archauto/tftproot/README1
-rw-r--r--unsorted/archauto/tftproot/boot/x86_64/.placeholder0
-rw-r--r--unsorted/archauto/tftproot/pxelinux.cfg/01-52-54-00-12-34-5617
3 files changed, 18 insertions, 0 deletions
diff --git a/unsorted/archauto/tftproot/README b/unsorted/archauto/tftproot/README
new file mode 100644
index 0000000..da0f89a
--- /dev/null
+++ b/unsorted/archauto/tftproot/README
@@ -0,0 +1 @@
+The root of the TFTP server (embedded or real/standalone)
diff --git a/unsorted/archauto/tftproot/boot/x86_64/.placeholder b/unsorted/archauto/tftproot/boot/x86_64/.placeholder
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/unsorted/archauto/tftproot/boot/x86_64/.placeholder
diff --git a/unsorted/archauto/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/unsorted/archauto/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
new file mode 100644
index 0000000..9401dd8
--- /dev/null
+++ b/unsorted/archauto/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
@@ -0,0 +1,17 @@
+SAY Cfengine automatic installation..
+TIMEOUT 10
+
+DEFAULT arch64_http_cfengine
+
+#SERIAL 0 9600 0x303
+
+LABEL arch64_http_cfengine
+TEXT HELP
+Boot the Arch Linux (x86_64) CFEngine installation medium (Using HTTP). It allows you
+to bootstrap an Arch Linux via CFEngine.
+ENDTEXT
+MENU LABEL Boot Arch Linux (x86_64) (HTTP)
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/archiso.img
+APPEND archisobasedir=archiso/arch archiso_http_srv=http://10.0.2.2:8080/ ip=dhcp modprobe.blacklist=cirrus script=http://10.0.2.2:8080/archauto.sh
+IPAPPEND 3