From c7bea096b5f3a56086e214ec984122f94eb2028d Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Sun, 12 Sep 2021 17:24:48 +0200 Subject: [PATCH] Make the archiso check slightly more relaxed --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 725c2a0..026dc58 100755 --- a/init +++ b/init @@ -124,7 +124,7 @@ download_package () { print "Testing if archiso is running" -grep archiso /proc/cmdline >/dev/null +grep 'arch.*iso' /proc/cmdline >/dev/null print "Increasing cowspace to half of RAM"