From 700986f050ff3c5f93b9e79979455f7e32a28d6e Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sat, 6 Mar 1999 23:14:49 +0000
Subject: 1999-03-06  Roland McGrath  <roland@baalperazim.frob.com>

	* bootstrap.c (main: scrript_paging_file): Pass LINUX_SIGNATURE arg
	through to add_paging_file.
---
 serverboot/bootstrap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'serverboot/bootstrap.c')

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;
-- 
cgit v1.2.3