aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-12-02 15:57:50 +0100
committerJonas Smedegaard <dr@jones.dk>2018-12-02 15:57:50 +0100
commit135a0b9452bd25efdccab18319f0b89423e3e467 (patch)
tree0556f3c67cd76aedaf5da04fc67f769a558d82fc
Initial draft.
-rw-r--r--INSTALL.md67
-rw-r--r--README.md27
2 files changed, 94 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..6f695c1
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,67 @@
+# Installation of Desktop system
+
+> Install Debian with Xfce from stable/testing image to encrypted disk
+
+
+## Image
+
+Use Debian.
+Install either the [stable][] release for most reliable needs,
+or a [testing][] snapshot for more excitement.
+
+You will need network access during install
+for downloading hundreds of megabytes of additional software from Debian.
+
+If your computer cannot use network with Free drivers
+(most wifi cards and a few wired cards),
+then you can try the [non-free stable] or [non-free testing] image.
+Use of those images is **not** recommended.
+Make sure that their **non-free** licensing terms are acceptable to you!
+
+[stable]: <https://www.debian.org/CD/netinst/>
+ "Official stable images, via Bittorrent or for direct download"
+
+[testing]: <https://www.debian.org/devel/debian-installer/>
+ "Official testing images, via Bittorrent or for direct download"
+
+[non-free stable]: <https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/current/multi-arch/iso-cd/>
+ "Unofficial non-free stable images including firmware packages"
+
+[non-free testing]: <https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/weekly-builds/multi-arch/iso-cd/>
+ "Unofficial non-free testing images including firmware packages"
+
+
+## Disk protection
+
+You are recommended to use full disk encryption.
+
+This protects your personal data stored on the harddisk
+from being accessible by others
+e.g. if your computer gets stolen.
+
+Beware that disk encryption does not protect
+from access while the computer is turned on,
+and if you forget your disk password then the data is lost!
+
+During install,
+select "Guided - use entire disk and set up LVM"
+when formatting the harddisk.
+
+
+## Desktop
+
+The Xfce desktop is recommended
+as a conservative desktop environment.
+
+You tell during installation that you want to [install Xfce].
+
+[install Xfce]: <https://wiki.debian.org/Xfce#How_to_install_Xfce>
+ "How to install Xfce"
+
+
+## See also
+
+Install chapter in The [Debian handbook][].
+
+[Debian handbook]: <https://www.debian.org/doc/manuals/debian-handbook/installation.html>
+ "Debian handbook, chapter on installation"
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..53bd5ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# Desktop system features _(system-desktop)_
+
+> Handling general features of the desktop operating system
+
+
+## Contributing
+
+Help improving this documentation is much appreciated!
+
+You can simply [tell us][] in plain words what you suggest changed,
+or publish a set of proposed changes as a fork of this source git,
+and [tell us][] where we can get your fork.
+
+[tell us]: <mailto:partners@couchdesign.dk>
+ "Couchdesign a.k.a. Jonas Smedegaard and Siri Reiter"
+
+
+## License
+
+Copyright © 2017-2018 Jonas Smedegaard <dr@jones.dk>
+
+This work is licensed
+under a Creative Commons Attribution-ShareAlike 4.0 International License
+([CC-BY-SA-4.0][]).
+
+[CC-BY-SA-4.0]: <https://creativecommons.org/licenses/by-sa/4.0/>
+ "Creative Commons Attribution-ShareAlike 4.0 International license"