From a2dddea6656394a5fee7747910bd96a3e24b1567 Mon Sep 17 00:00:00 2001 From: Miguel Scapolla Date: Thu, 19 May 2016 13:18:31 -0300 Subject: [PATCH] XUbuntu readonly filesystem. --- xubuntu-read-only-filesystem.txt | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/xubuntu-read-only-filesystem.txt b/xubuntu-read-only-filesystem.txt index 412dc11..d43e03b 100644 --- a/xubuntu-read-only-filesystem.txt +++ b/xubuntu-read-only-filesystem.txt @@ -12,7 +12,7 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk * mkdir /media/sda2 -* mount /dev/sdc1 /media/sda2 +* mount /dev/sda1 /media/sda2 * mkdir /media/sda2/tmp @@ -56,4 +56,28 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk * Issues: * The guest session not work: /etc/password and /etc/shadow are read only. + * Lightdm can not remember the last user logged. +* Network Manager: wired connection with fixed IP address: + * Create and chmod 600 the file: + "/etc/NetworkManager/system-connections/Wired Connection" + + [ethernet] + duplex=full + mac-address=xx:xx:xx:xx:xx:xx + + [connection] + id=Wired Connection + uuid=66b010e7-d2b0-4e5a-a2d8-f1d8191a241d + type=ethernet + timestamp=1440124541 + + [ipv6] + method=auto + ip6-privacy=0 + + [ipv4] + method=manual + dns=; + address1=/, + may-fail=false