summaryrefslogtreecommitdiff
path: root/README
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 /README
parent14e91b6ec2521102e3e5c55e98205aab6ab0c185 (diff)
downloadarchauto-840b1f63feb42940a3bc23bb23570f5d98e2c4fe.tar.gz
archauto-840b1f63feb42940a3bc23bb23570f5d98e2c4fe.tar.bz2
added archblocks for automatization of cfengine installation
text mode in archlive
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
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)