summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-05-18 20:04:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-05-18 20:04:41 +0200
commit1295f7cfc261d352388a048f40a58b9d7328a00e (patch)
tree8d3b56defb442e0f74d4416b7edf4b37a7e902f6 /README
parent7953cefeaf609f0fc64788eafd3144660380aa0d (diff)
downloadcentosauto-1295f7cfc261d352388a048f40a58b9d7328a00e.tar.gz
centosauto-1295f7cfc261d352388a048f40a58b9d7328a00e.tar.bz2
..
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 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'