wiki/creating-ec2-image-from-scratch.md
... ...
@@ -18,6 +18,7 @@ I then did a `yum update` and added the following packages:
18 18
- apachetop
19 19
- goaccess
20 20
- postfix (for sending e-mail, e.g., to invite competitors and buoy pingers)
21
+ - tigervnc-server
21 22
22 23
Then I created a mount point /home/sailing and copied the following lines from the /etc/fstab file from an existing SL instance:
23 24
... ...
@@ -96,4 +97,11 @@ To ensure that chronyd is started during the boot sequence, issued the command
96 97
chkconfig chrony on
97 98
```
98 99
99
-which creates the necessary entries in the rc*.d directories.
... ...
\ No newline at end of file
0
+which creates the necessary entries in the rc*.d directories.
1
+
2
+Adjust the /etc/sysconfig/vncservers settings to something like:
3
+
4
+```
5
+VNCSERVERS="2:sailing"
6
+VNCSERVERARGS[2]="-geometry 1600x900"
7
+```
... ...
\ No newline at end of file