mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
packaging/kernel: Update kernel build doc
Clarify dependencies, correct typos, and fill in some gaps. Fixes: #2422 Signed-off-by: Dan Middleton <dan.middleton@intel.com>
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description="
|
||||
Description: This script is the *ONLY* to build a kernel for development.
|
||||
"
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
@@ -71,7 +67,6 @@ usage() {
|
||||
Overview:
|
||||
|
||||
Build a kernel for Kata Containers
|
||||
${description}
|
||||
|
||||
Usage:
|
||||
|
||||
|
Reference in New Issue
Block a user