~ken-vandine/ubuntu/wily/lxc-android-config/wifi_hotspot_fix

« back to all changes in this revision

Viewing changes to etc/system-image/writable-paths

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-09-30 13:31:37 UTC
  • Revision ID: package-import@ubuntu.com-20130930133137-ei71wc6zyj4n3kce
Make /etc/writable "synced" and drop the entries that got moved in there.
(LP: #1227520)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# 1st column: Mount point
2
2
# 2nd column: Path relative to root of persistent storage (or auto)
3
 
# 3rd column: type => persistent|temporary
 
3
# 3rd column: type => persistent|synced|temporary
4
4
# 4th column: action => none|transition (transition requires persistent)
5
5
# 5th column: mount flags
6
6
 
37
37
# ssh
38
38
/etc/ssh                                auto                    persistent  transition  none
39
39
/etc/init/ssh.override                  auto                    persistent  transition  none
40
 
# timezone
41
 
/etc/timezone                           auto                    persistent  transition  none
42
 
/etc/localtime                          auto                    persistent  transition  none
43
 
/etc/adjtime                            auto                    persistent  transition  none
 
40
# used for various writable files (timezone, localtime, ...)
 
41
/etc/writable                           auto                    synced      none        none