Added a slot in the swap-dev-table for NFS-diskless to abuse.

This commit is contained in:
Poul-Henning Kamp 1994-10-18 08:16:29 +00:00
parent 2ca2c11464
commit 28c94285c2

View File

@ -104,6 +104,7 @@ do_swap(fl)
swap->f_swapsize, swap->f_fn);
swap = swap->f_next;
} while (swap && swap->f_type == SWAPSPEC);
fprintf(fp, "\t{ NODEV, 0, 0 },\t/* for NFS diskless */\n");
fprintf(fp, "\t{ NODEV, 0, 0 }\n");
fprintf(fp, "};\n");
fclose(fp);