mirror of
https://bitbucket.org/mangelo/snippets.git
synced 2024-11-22 02:41:00 +02:00
XUbuntu readonly filesystem.
This commit is contained in:
parent
7d94f5cfba
commit
a2dddea665
@ -12,7 +12,7 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk
|
|||||||
|
|
||||||
* mkdir /media/sda2
|
* mkdir /media/sda2
|
||||||
|
|
||||||
* mount /dev/sdc1 /media/sda2
|
* mount /dev/sda1 /media/sda2
|
||||||
|
|
||||||
* mkdir /media/sda2/tmp
|
* mkdir /media/sda2/tmp
|
||||||
|
|
||||||
@ -56,4 +56,28 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk
|
|||||||
|
|
||||||
* Issues:
|
* Issues:
|
||||||
* The guest session not work: /etc/password and /etc/shadow are read only.
|
* 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=<IP_ADDRESS>;
|
||||||
|
address1=<IP_ADDRESS>/<MASK 0-30>,<DEFAULT_GATEWAY>
|
||||||
|
may-fail=false
|
||||||
|
Loading…
Reference in New Issue
Block a user