diff options
author | Silvino Silva <silvino@bk.ru> | 2018-07-17 00:07:20 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-07-17 00:07:20 +0100 |
commit | fa4a1dbc55e566b6f891636ed0301bf6a188b312 (patch) | |
tree | da34dbb85daf65ed993f5b6d56847d7d37cb0cd3 /tools | |
parent | 214aa23801332d2120df208f9d9042fd51c5f2d3 (diff) | |
download | doc-fa4a1dbc55e566b6f891636ed0301bf6a188b312.tar.gz |
release revision
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qemu.html | 2 | ||||
-rw-r--r-- | tools/scripts/runvm/profile/crux | 2 | ||||
-rw-r--r-- | tools/scripts/runvm/runvm.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/qemu.html b/tools/qemu.html index 1d745d4..e180ed4 100644 --- a/tools/qemu.html +++ b/tools/qemu.html @@ -287,7 +287,7 @@ memory=1024 boot=d tap="tap1" - iso=iso/crux-3.3.iso + iso=iso/crux-3.4.iso image=img/crux-standard.qcow2 other="-vga std -display sdl" </pre> diff --git a/tools/scripts/runvm/profile/crux b/tools/scripts/runvm/profile/crux index af33e1b..672b80d 100644 --- a/tools/scripts/runvm/profile/crux +++ b/tools/scripts/runvm/profile/crux @@ -2,6 +2,6 @@ mac="54:60:be:ef:5c:64" memory=1024 boot=$2 tap="tap4" -iso=iso/crux-3.3.iso +iso=iso/crux-3.4.iso image=img/c14.qcow2 other="-vga std -display sdl" diff --git a/tools/scripts/runvm/runvm.sh b/tools/scripts/runvm/runvm.sh index 1e56a52..21cd097 100644 --- a/tools/scripts/runvm/runvm.sh +++ b/tools/scripts/runvm/runvm.sh @@ -10,7 +10,7 @@ source profile/$1 #memory=1024 #boot=d #tap="tap1" -#iso=iso/crux-3.3.iso +#iso=iso/crux-3.4.iso #image=img/crux-standard.qcow2 #other="-soundhw hda -vga std -display sdl" |