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
commitda4a1132e7beff676c24b0c8c60301c9a2084e78 (patch)
treee5f64fc642cb43011ce491f5c7d0fd34f637d722 /serverboot
parent118f1f2c9c33f8a0106cae3bc1c7623c272a6702 (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;