summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-06 23:14:49 +0000
committerRoland McGrath <roland@gnu.org>1999-03-06 23:14:49 +0000
commit700986f050ff3c5f93b9e79979455f7e32a28d6e (patch)
tree577b906bc5831491cb7e96b78cc58b5629235ee9 /serverboot
parent0e8097d23fa0baad92af1d654c78791c1fb9f847 (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.c3
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;