diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-06 23:14:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-06 23:14:49 +0000 |
commit | 700986f050ff3c5f93b9e79979455f7e32a28d6e (patch) | |
tree | 577b906bc5831491cb7e96b78cc58b5629235ee9 /serverboot | |
parent | 0e8097d23fa0baad92af1d654c78791c1fb9f847 (diff) |
1999-03-06 Roland McGrath <roland@baalperazim.frob.com>
* bootstrap.c (main: scrript_paging_file): Pass LINUX_SIGNATURE arg
through to add_paging_file.
Diffstat (limited to 'serverboot')
-rw-r--r-- | serverboot/bootstrap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/serverboot/bootstrap.c b/serverboot/bootstrap.c index 5c4a0393..73a712cb 100644 --- a/serverboot/bootstrap.c +++ b/serverboot/bootstrap.c @@ -148,7 +148,8 @@ main(argc, argv) int had_a_partition = 0; int script_paging_file (const struct cmd *cmd, int linux_signature) { - if (add_paging_file (bootstrap_master_device_port, cmd->path)) + if (add_paging_file (bootstrap_master_device_port, cmd->path, + linux_signature)) printf ("(serverboot): %s: Cannot add paging file\n", cmd->path); else had_a_partition = 1; |