Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8334e1d8
Commit
8334e1d8
authored
Mar 20, 2007
by
Leigh B. Stoller
Browse files
Minor fix from Tim.
parent
bfa612ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill-supplemental.sql
View file @
8334e1d8
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment