From 1295f7cfc261d352388a048f40a58b9d7328a00e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 May 2014 20:04:41 +0200 Subject: .. --- README | 6 ++++-- tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 51cce90..e3bbb24 100644 --- a/README +++ b/README @@ -19,9 +19,11 @@ wget -O tftproot/images/centos/6.5/x86_64/initrd.img \ qemu-img create centos6.img 1G qemu-system-x86_64 -hda centos6.img -net nic \ - -net user,tftp=$PWD/tftproot,bootfile=pxelinux.0 -m 1024 -display curses \ - -machine accel=kvm -redir tcp:2222::22 + -net user,tftp=$PWD/tftproot,bootfile=pxelinux.0 -m 1024 \ + -machine accel=kvm -redir tcp:2222::22 \ + -nographic +# -display curses #local mirror of Centos files (HTTP): wget 'http://mirror.switch.ch/ftp/mirror/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso' wget 'http://mirror.switch.ch/ftp/mirror/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD2.iso' 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 6bd6325..f8260d8 100644 --- a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -5,11 +5,10 @@ SERIAL 0 9600 0x303 TIMEOUT 20 PROMPT 1 -#console=ttyS0,9600n81 LABEL Centos 6.5 x86_64 MENU LABEL Centos 6.5 64-bit KERNEL images/centos/6.5/x86_64/vmlinuz - APPEND initrd=images/centos/6.5/x86_64/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cfg + APPEND initrd=images/centos/6.5/x86_64/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cfg console=ttyS0,9600n81 LABEL Centos 6.5 i386 MENU LABEL Centos 6.5 32-bit -- cgit v1.2.3-54-g00ecf