From 4584c156c22e3f7f0045f182888e3154563def1d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 26 Jun 2017 16:28:19 +0000 Subject: [PATCH] Use correct switch in mountfs script git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11262 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/lfs/init.d/mountfs | 2 +- packages.ent | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootscripts/lfs/init.d/mountfs b/bootscripts/lfs/init.d/mountfs index 3e3139bed..2509f30de 100644 --- a/bootscripts/lfs/init.d/mountfs +++ b/bootscripts/lfs/init.d/mountfs @@ -59,7 +59,7 @@ case "${1}" in evaluate_retval # Make sure / is mounted read only (umount bug) - mount --test-opts remount,ro / + mount --options remount,ro / # Make all LVM volume groups unavailable, if appropriate # This fails if swap or / are on an LVM partition diff --git a/packages.ent b/packages.ent index 28364eb19..f109c6ea9 100644 --- a/packages.ent +++ b/packages.ent @@ -366,7 +366,7 @@ - +