wiki/creating-ec2-image-from-scratch.md
... ...
@@ -19,6 +19,7 @@ I then did a `yum update` and added the following packages:
19 19
- goaccess
20 20
- postfix (for sending e-mail, e.g., to invite competitors and buoy pingers)
21 21
- tigervnc-server
22
+ - xdm (to have a rudimentary window manager available for the VNC server)
22 23
23 24
Then I created a mount point /home/sailing and copied the following lines from the /etc/fstab file from an existing SL instance:
24 25