From 9fea252d0e95278a52884e6326169d16e0361a2b Mon Sep 17 00:00:00 2001 From: Adam Michel Date: Thu, 18 May 2023 18:03:48 -0700 Subject: [PATCH] phrasing Signed-off-by: Adam Michel --- overlays/wwinit/rootfs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/wwinit/rootfs/init b/overlays/wwinit/rootfs/init index a91e3676..45620263 100755 --- a/overlays/wwinit/rootfs/init +++ b/overlays/wwinit/rootfs/init @@ -43,7 +43,7 @@ if [ -n "${WWROOT}" ] && [ "${WWROOT}" != "${ROOTFSTYPE}" ]; then elif [ "${WWROOT}" == "initramfs" ]; then echo ">>> Deprecated option \"initramfs\" chosen." echo ">>> The 'initramfs' can be either a ramfs or a tmpfs natively, depending on kernel configuration." - echo ">>> If you wish to use whatever this kernel chooses by default, remove this 'root' setting from your nodes/profiles." + echo ">>> If you wish to use whatever this kernel chooses by default, remove the 'root' setting from your nodes/profiles." echo "Invoking /warewulf/wwinit..." exec /warewulf/wwinit else