From 484deec6d16bf0d4984ac3bea49e98948d272ddb Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 12 Jan 2018 14:18:50 +0300 Subject: [PATCH] Also an artefact (+ wrong) Signed-off-by: fbt --- services/mount | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/mount b/services/mount index 171c245..a83e862 100755 --- a/services/mount +++ b/services/mount @@ -3,12 +3,6 @@ service_type='oneshot' service_command=( /usr/bin/mount -a ) -pre_start() { - if [[ -w / ]]; then - mount -o remount,rw / - fi -} - post_start() { swapon -a }