aboutsummaryrefslogtreecommitdiffstats
path: root/upslak.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-19 11:20:19 +0200
committer Eric Hameleers <alien@slackware.com>2023-08-19 11:20:19 +0200
commit1040eefdace45b3afcc7e7ac7806ae73676fd8b3 (patch)
treee745d3442f1b256773fc5d9230a5237ea79a8d06 /upslak.sh
parentb20f723d31e0108be86c684c906b620c41803833 (diff)
downloadliveslak-1040eefdace45b3afcc7e7ac7806ae73676fd8b3.tar.gz
liveslak-1040eefdace45b3afcc7e7ac7806ae73676fd8b3.tar.xz
upslak.sh: more detail about kernel/modules upgrade process in help text
Diffstat (limited to 'upslak.sh')
-rw-r--r--upslak.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/upslak.sh b/upslak.sh
index cacc158..1b4633c 100644
--- a/upslak.sh
+++ b/upslak.sh
@@ -191,6 +191,12 @@ cat <<EOT
# -v|--verbose Show verbose messages.
# -w|--wait<number> Add <number> seconds wait time to initialize USB.
#
+# Note that if you upgrade the kernel and modules using $(basename $0),
+# this will apply only to the USB boot kernel and its initrd!
+# Before running $(basename $0) to upgrade the kernel & modules,
+# you first need to upgrade the kernel-generic and kernel-modules packages
+# in the Live OS using installpkg/upgradepkg or slackpkg.
+#
EOT
} # End of showhelp()