-
Notifications
You must be signed in to change notification settings - Fork 0
/
pp01.txt
41 lines (33 loc) · 837 Bytes
/
pp01.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
::
dd if=/dev/zero of=/home/iwasakims/vm/pp01.img bs=1M count=20480
::
sudo virt-install \
--connect qemu:///system \
--accelerate \
--name=pp01 \
--vcpus=1 \
--ram=1024 \
--disk='path=/home/iwasakims/vm/pp01.img,bus=virtio' \
--network=network:default \
--keymap=ja \
--os-type=linux \
--os-variant=rhel6 \
--location='/home/iwasakims/Downloads/CentOS-6.4-x86_64-bin-DVD1.iso' \
--extra-args='console=tty0 console=ttyS0,115200n8' \
--nographics
::
sudo dd if=/dev/zero of=/home/iwasakims/vm/ma01.img bs=1M count=10240
::
sudo virt-install \
--connect=qemu:///system \
--accelerate \
--name=ma01 \
--vcpus=1 \
--ram=1024 \
--disk=path=/home/iwasakims/vm/pp01.img,bus=virtio \
--network=network:one \
--keymap=ja \
--os-type=linux \
--os-variant=rhel6 \
--nographics \
--pxe