From a249d59b630a6450f8275529974a7e7a2b3a2b49 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Thu, 7 Mar 2024 11:43:29 +0900 Subject: [PATCH] =?UTF-8?q?readme=20=EC=A0=95=EB=A6=AC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e8f8cc..63a2de0 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,12 @@ umount -l /oldroot rmdir /oldroot rmdir /run/overlay/merged exec /sbin/init +``` + + +## USAGE +When booting the kernel, add the following line to the append parameter: + +``` +init=/sbin/init-wrapper ``` \ No newline at end of file