diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-20 17:42:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-25 01:49:36 +0100 |
commit | b0f23d1e562e753cb78a473fdade956a25cc337b (patch) | |
tree | fe4a5908d1e39e24ec6df66052e866ed72421a79 /package/base-files/src/etc/fstab | |
parent | 49a817b44be5695a87f6b4c8eadef3bb0f9419f9 (diff) |
finalize systemd as alternative init system
Most important is the fix in patch-src_journal_journald-server_c,
which breaks startup of systemd-journald when code is compiled
with -DNDEBUG.
A lot of base-files reorganizing to only install required files
on sysv systems.
Diffstat (limited to 'package/base-files/src/etc/fstab')
-rw-r--r-- | package/base-files/src/etc/fstab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/base-files/src/etc/fstab b/package/base-files/src/etc/fstab deleted file mode 100644 index 16fc0357b..000000000 --- a/package/base-files/src/etc/fstab +++ /dev/null @@ -1,12 +0,0 @@ -# /etc/fstab: static file system information. -#<fs> <mount point> <type> <options> <dump> <pass> -proc /proc proc defaults 0 0 -devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 -tmpfs /dev/shm tmpfs mode=0777 0 0 -tmpfs /tmp tmpfs mode=1777 0 0 -sysfs /sys sysfs defaults 0 0 -tmpfs /media tmpfs defaults 0 0 -# example for cifs -#//192.168.1.1/music /media/music cifs ro,password=linux123,username=adk,iocharset=utf8,sec=ntlm 0 0 -# example for read-only ntfs with UUID -#UUID=E4BC628CBC6258D6 /media/usb ntfs ro,fmask=022,dmask=022 0 0 |