diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-19 20:27:28 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-19 20:27:28 +0000 |
commit | a54829c6536f679480ba58382c626b57a0d84a36 (patch) | |
tree | 15bab7b6b42802052d9737dfd4afe156ad8e8a6f /docs/making-screenshots | |
parent | 2a6ba0e53436d7362d949216897848d91f718dd9 (diff) | |
download | anaconda-a54829c6536f679480ba58382c626b57a0d84a36.tar.gz anaconda-a54829c6536f679480ba58382c626b57a0d84a36.tar.xz anaconda-a54829c6536f679480ba58382c626b57a0d84a36.zip |
<shudder> documentation
Diffstat (limited to 'docs/making-screenshots')
-rw-r--r-- | docs/making-screenshots | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/making-screenshots b/docs/making-screenshots new file mode 100644 index 000000000..616872819 --- /dev/null +++ b/docs/making-screenshots @@ -0,0 +1,20 @@ +How to make screenshots: + + +- boot install with: + + boot: text display=<remove X display>:0 + +Be sure you do a 'xhost +' on the remote machine. + +then go through the loader to the first stage 2 screen. + +On VC2 enter: + + anaconda -m nfs://mnt/source --xmode (GUI mode) + +or + + anaconda -m nfs://mnt/source --text --xmode (TUI mode) + + |