summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-24 17:50:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-24 17:50:54 +0100
commitf2819dabf201c457512303aa86711f9a301d11e6 (patch)
treed77c65eaba72080904992815a11f7b4df4edd2c8 /package/base-files
parentf71d123ae12dad7f1b3df2be6e8a9353f12901da (diff)
umount only ext4 data parts
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/src/etc/inittab2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/src/etc/inittab b/package/base-files/src/etc/inittab
index f6183798e..e2ad18156 100644
--- a/package/base-files/src/etc/inittab
+++ b/package/base-files/src/etc/inittab
@@ -6,5 +6,5 @@ null::sysinit:/bin/mount -a -t devpts
null::sysinit:/bin/mount -a -t tmpfs
::sysinit:/etc/init.d/rcS
::shutdown:/etc/init.d/rcK
-null::shutdown:/bin/umount -a -r
+null::shutdown:/bin/umount -a -t ext4
null::shutdown:/sbin/swapoff -a