diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-24 02:51:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-24 02:51:29 +0000 |
commit | 624adb6445cfa505a5644546cff7a430003f4715 (patch) | |
tree | 2ff0d370860175abaf5bf97f1bb647fb76055d72 | |
parent | a561ea8cc43cbbaa5f3b0b9a94adf0e137905201 (diff) |
.
-rw-r--r-- | boot/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index 7926e02c..e21e05a0 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,11 @@ +2001-08-23 Roland McGrath <roland@frob.com> + + * boot.c (kernel_command_line): New variable. + (options): Add --kernel-command-line/-K. + (parse_opt): Parse it, set kernel_command_line. + (main): If unset, default it to "argv[0] bootstrap_args bootdevice". + Set ${kernel-command-line} boot script variable to kernel_command_line. + 2001-08-17 Neal H Walfield <neal@cs.uml.edu> * userland-boot.c (boot_script_task_create): Suspend the newly |