From bbff42c7aab3cd238fbf32d286fc1944129a0f81 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 4 Jul 2018 01:49:51 +0100 Subject: [PATCH] kernel: default to ro mount --- Kernel/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/start.c b/Kernel/start.c index 3e0bfbd5..9af91609 100644 --- a/Kernel/start.c +++ b/Kernel/start.c @@ -7,7 +7,7 @@ #define BAD_ROOT_DEV 0xFFFF -static uint8_t ro; +static uint8_t ro = 1; /* * Put nothing here that cannot be discarded. We make the entirety -- 2.34.1