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 --- .gitmodules | 3 +++ README | 6 ++++-- archblocks | 1 + tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 archblocks 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 index 0000000..f79b856 --- /dev/null +++ b/archblocks @@ -0,0 +1 @@ +Subproject commit f79b856d4fab0f8b95bb01755a54873c2440469d 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 -- cgit v1.2.3-54-g00ecf