From 840b1f63feb42940a3bc23bb23570f5d98e2c4fe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 16 Feb 2013 15:22:23 +0100 Subject: added archblocks for automatization of cfengine installation text mode in archlive --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') 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) -- cgit v1.2.3-54-g00ecf