04 Mar, 2020

1 commit

  • Support O= option to build bootconfig tool in
    the other directory. As same as other tools, if you specify
    O=, bootconfig command is build under .

    Link: http://lkml.kernel.org/r/158323468033.10560.14661631369326294355.stgit@devnote2

    Reported-by: Randy Dunlap
    Signed-off-by: Masami Hiramatsu
    Signed-off-by: Steven Rostedt (VMware)

    Masami Hiramatsu
     

14 Jan, 2020

2 commits

  • Add a bootconfig test script to ensure the tool and
    boot config parser are working correctly.

    Link: http://lkml.kernel.org/r/157867224728.17873.18114241801246589416.stgit@devnote2

    Signed-off-by: Masami Hiramatsu
    Signed-off-by: Steven Rostedt (VMware)

    Masami Hiramatsu
     
  • 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
    [ Removed extra blank line at end of bootconfig.c ]
    Signed-off-by: Steven Rostedt (VMware)

    Masami Hiramatsu