mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge pull request #2079 from ndauten/ndd-makefile-fix
Fix spelling errors
This commit is contained in:
commit
7258e09b1f
@ -1,10 +1,10 @@
|
||||
# This builds the supported LinuxKit kernels. Kernels are wrapped up
|
||||
# in a scratch container, which contains the bzImage, a tar
|
||||
# ball with modules, the kernel sourcs, and in some case, the perf binary.
|
||||
# ball with modules, the kernel sources, and in some case, the perf binary.
|
||||
#
|
||||
# Each kernel is pushed to hub twice, once as
|
||||
# linuxkit/kernel:<kernel>.<major>.<minor>-<hash> and once as
|
||||
# inuxkit/kernel:<kernel>.<major>.x. The <hash> is the git tree hash
|
||||
# linuxkit/kernel:<kernel>.<major>.x. The <hash> is the git tree hash
|
||||
# of the current directory. The build will only rebuild the kernel
|
||||
# image if the git tree hash changed.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user