summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-02-16 15:22:23 +0100
committerAndreas Baumann <abaumann@yahoo.com>2013-02-16 15:22:23 +0100
commit840b1f63feb42940a3bc23bb23570f5d98e2c4fe (patch)
tree33121b56a184b85130bf4de5114fd5fddf87980b
parent14e91b6ec2521102e3e5c55e98205aab6ab0c185 (diff)
downloadarchauto-840b1f63feb42940a3bc23bb23570f5d98e2c4fe.tar.gz
archauto-840b1f63feb42940a3bc23bb23570f5d98e2c4fe.tar.bz2
added archblocks for automatization of cfengine installation
text mode in archlive
-rw-r--r--.gitmodules3
-rw-r--r--README6
m---------archblocks0
-rw-r--r--tftproot/pxelinux.cfg/01-52-54-00-12-34-562
4 files changed, 8 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c1a2e16
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "archblocks"]
+ path = archblocks
+ url = git@github.com:andreasbaumann/archblocks.git
diff --git a/README b/README
index 5edbcbf..8f238ff 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ qemu-img create arch.img 4G
qemu-system-x86_64 -hda arch.img -net nic \
-net user,tftp=$PWD/tftproot,bootfile=pxelinux.0 \
- -m 386 \
+ -m 386 -display curses \
-machine accel=kvm -redir tcp:222::22
# remote install (manually), then follow docu
@@ -50,7 +50,7 @@ systemctl start sshd
# - RAID, LVM, LUKS and friends
# - size, swap, filesystem, chunking
# - file system layout
-gdisk
+sgdisk
# Links:
# https://wiki.archlinux.org/index.php/Archiso
@@ -64,3 +64,5 @@ gdisk
# https://wiki.archlinux.org/index.php/Autostarting
# https://wiki.archlinux.org/index.php/Automatic_login_to_virtual_console
# https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide
+# https://bbs.archlinux.org/viewtopic.php?id=148790 (text mode boot from archiso)
+# http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_run_OVMF (UEFI BIOS)
diff --git a/archblocks b/archblocks
new file mode 160000
+Subproject f79b856d4fab0f8b95bb01755a54873c2440469
diff --git a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
index f6eb2c3..a0450cd 100644
--- a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
+++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
@@ -13,5 +13,5 @@ ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (HTTP)
LINUX boot/x86_64/vmlinuz
INITRD boot/x86_64/archiso.img
-APPEND archisobasedir=arch archiso_http_srv=http://192.168.1.12:8080/ ip=dhcp
+APPEND archisobasedir=arch archiso_http_srv=http://192.168.1.12:8080/ ip=dhcp modprobe.blacklist=cirrus
IPAPPEND 3