From dd61cf7e6d7999daf4f9fdc3e502ae68fc8b409f Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Mon, 12 Jun 2023 12:00:04 -0400 Subject: [PATCH] Removed note about running as root --- books/beaglebone-cookbook/07kernel/kernel.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/books/beaglebone-cookbook/07kernel/kernel.rst b/books/beaglebone-cookbook/07kernel/kernel.rst index 1d279679..c4aded8d 100644 --- a/books/beaglebone-cookbook/07kernel/kernel.rst +++ b/books/beaglebone-cookbook/07kernel/kernel.rst @@ -12,14 +12,6 @@ You usually won't need to mess with the kernel, but sometimes you might want to that requires a different kernel. This chapter shows how to switch kernels. The nice thing is you can have multiple kernels on your system at the same time and select from among them which to boot up. -.. TODO - is this still true? - -.. note:: - We assume here that you are logged on to your Bone as *root* and superuser privileges. - You also need to be logged in to your Linux host computer as a nonsuperuser. - - Updating the Kernel ==================== -- GitLab