Skip to content
Snippets Groups Projects
Commit 8334e1d8 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Minor fix from Tim.

parent bfa612ba
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
-- these is not idempotent, since a site may have changed them for some reason.
--
INSERT INTO `node_types` VALUES ('pcvm','pcvm',NULL,NULL,1,0,1,1,0,0,0,0,0);
INSERT IGNORE INTO `node_types` VALUES ('pcvm','pcvm',NULL,NULL,1,0,1,1,0,0,0,0,0);
INSERT IGNORE INTO os_boot_cmd VALUES ('FreeBSD','4.10','delay','/kernel.delay');
INSERT IGNORE INTO os_boot_cmd VALUES ('FreeBSD','4.10','vnodehost','/kernel.jail');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment