From 42d8a3c6e58e4406d523da7dc5c3d66de55cc272 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 20 Dec 2021 14:39:13 +0100 Subject: init: show message when loading Core OS into RAM --- liveinit.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/liveinit.tpl b/liveinit.tpl index 8399bad..d0d8351 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -896,6 +896,7 @@ if [ "$RESCUE" = "" ]; then if [ $CORE2RAM -eq 1 ]; then # Only load the Core OS modules: + echo "${MARKER}: Loading Core OS into RAM." load_modules core2ram else # First, the base Slackware system components: -- cgit v1.2.3