diff options
Diffstat (limited to 'serverboot/bootstrap.c')
-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; |