This website requires JavaScript.
Explore
Help
Sign in
system
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
https://github.com/torvalds/linux
synced
2024-11-05 18:23:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3a647607b5
linux
/
tools
/
bootconfig
/
.gitignore
3 lines
51 B
Text
Raw
Normal View
History
Unescape
Escape
.gitignore: add SPDX License Identifier Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-03 13:35:59 +00:00
# SPDX-License-Identifier: GPL-2.0-only
tools: bootconfig: Add bootconfig command Add "bootconfig" command which operates the bootconfig config-data on initrd image. User can add/delete/verify the boot config on initrd image using this command. e.g. Add a boot config to initrd image # bootconfig -a myboot.conf /boot/initrd.img Remove it. # bootconfig -d /boot/initrd.img Or verify (and show) it. # bootconfig /boot/initrd.img Link: http://lkml.kernel.org/r/157867223582.17873.14342161849213219982.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> [ Removed extra blank line at end of bootconfig.c ] Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-01-10 16:03:56 +00:00
bootconfig
Reference in a new issue
Copy permalink