Skip to content
Snippets Groups Projects
Commit 962b1323 authored by Tom Gundersen's avatar Tom Gundersen
Browse files

drop /media and empty fstab

/media is now shipped with udisks1, so the rest of us can drop it

emtpy /tmp from fstab as it is done by systemd automatically (can still be overridden with fstab)
parent d0ebc198
No related branches found
No related tags found
No related merge requests found
# Maintainer: Tom Gundersen <teg@jklm.no> # Maintainer: Tom Gundersen <teg@jklm.no>
pkgname=filesystem pkgname=filesystem
pkgver=2012.10 pkgver=2012.11
pkgrel=2 pkgrel=1
pkgdesc='Base filesystem' pkgdesc='Base filesystem'
arch=('any') arch=('any')
license=('GPL') license=('GPL')
...@@ -30,7 +30,7 @@ package() { ...@@ -30,7 +30,7 @@ package() {
# #
# setup root filesystem # setup root filesystem
# #
for d in boot dev etc home media mnt usr var opt srv/http run; do for d in boot dev etc home mnt usr var opt srv/http run; do
install -d -m755 ${d} install -d -m755 ${d}
done done
install -d -m555 proc install -d -m555 proc
...@@ -95,7 +95,7 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1' ...@@ -95,7 +95,7 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
'6e488ffecc8ba142c0cf7e2d7aeb832e' '6e488ffecc8ba142c0cf7e2d7aeb832e'
'455b78cada80f40b6f6968f5cbd97a2e' '455b78cada80f40b6f6968f5cbd97a2e'
'01249bb0ba4468f95e2cc3a627f5e6e3' '01249bb0ba4468f95e2cc3a627f5e6e3'
'ca716f853860199c1286e7939b2f2666' '693c97f2c9a519bb97a17008e92c2b74'
'1745349eb24ed21b4cfaa6f423bddb76' '1745349eb24ed21b4cfaa6f423bddb76'
'7bc65f234dfb6abf24e7c3b03e86f4ff' '7bc65f234dfb6abf24e7c3b03e86f4ff'
'd41d8cd98f00b204e9800998ecf8427e' 'd41d8cd98f00b204e9800998ecf8427e'
...@@ -105,5 +105,5 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1' ...@@ -105,5 +105,5 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
'677523dbe94b79299aa91b35ed8203b6' '677523dbe94b79299aa91b35ed8203b6'
'f3b6ae7db8adffaaa4bffc6099dcbd50' 'f3b6ae7db8adffaaa4bffc6099dcbd50'
'a8a962370cd0128465d514e6a1f74130' 'a8a962370cd0128465d514e6a1f74130'
'f339bbc45ff3ad4dd73039beab2f28e3' '2e193c4a37245f2323ebe87f1a673563'
'3807d07215d9116331fe1cf8feeaa0f8') '3807d07215d9116331fe1cf8feeaa0f8')
...@@ -2,4 +2,3 @@ ...@@ -2,4 +2,3 @@
# /etc/fstab: static file system information # /etc/fstab: static file system information
# #
# <file system> <dir> <type> <options> <dump> <pass> # <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment