mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-04-27 11:19:16 -04:00
Fix typos
Format `new` does not exist. Probably meant `newc` as also used later. Missed a `$` for variable.
This commit is contained in:
parent
cb7133d0fd
commit
0303f6017d
@ -225,7 +225,7 @@ $ mkdir stubroot
|
|||||||
$ cp /usr/lib/xen/boot/stubdom-linux-rootfs stubroot/stubdom-linux-rootfs.gz
|
$ cp /usr/lib/xen/boot/stubdom-linux-rootfs stubroot/stubdom-linux-rootfs.gz
|
||||||
$ cd stubroot
|
$ cd stubroot
|
||||||
$ gunzip stubdom-linux-rootfs.gz
|
$ gunzip stubdom-linux-rootfs.gz
|
||||||
$ cpio -i -d -H new --no-absolute-filenames < stubdom-linux-rootfs
|
$ cpio -i -d -H newc --no-absolute-filenames < stubdom-linux-rootfs
|
||||||
$ rm stubdom-linux-rootfs
|
$ rm stubdom-linux-rootfs
|
||||||
```
|
```
|
||||||
2. Edit Init script to remove last loop and to add "-serial /dev/hvc0" to the qemu command line.
|
2. Edit Init script to remove last loop and to add "-serial /dev/hvc0" to the qemu command line.
|
||||||
@ -249,7 +249,7 @@ id2=$(xl domid "$debugname2-dm")
|
|||||||
tty1=$(xenstore-read /local/domain/${id1}/console/tty)
|
tty1=$(xenstore-read /local/domain/${id1}/console/tty)
|
||||||
tty2=$(xenstore-read /local/domain/${id1}/console/tty)
|
tty2=$(xenstore-read /local/domain/${id1}/console/tty)
|
||||||
|
|
||||||
socat tty1,raw $tty2,raw
|
socat $tty1,raw $tty2,raw
|
||||||
```
|
```
|
||||||
|
|
||||||
Happy debugging!
|
Happy debugging!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user