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
ce7018ba
Commit
ce7018ba
authored
Feb 22, 2006
by
Leigh B. Stoller
Browse files
Add os_boot_cmd entries for FreeBSD 6.0 (same as 5.4).
parent
a05f6b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill-supplemental.sql
View file @
ce7018ba
...
...
@@ -18,3 +18,5 @@ INSERT IGNORE INTO os_boot_cmd VALUES ('FreeBSD','4.10','linkdelay','/kernel.lin
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'FreeBSD'
,
'5.4'
,
'delay'
,
'/boot/kernel.delay/kernel'
);
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'FreeBSD'
,
'5.4'
,
'linkdelay'
,
'/boot/kernel.linkdelay/kernel'
);
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'Linux'
,
'9.0'
,
'linkdelay'
,
'linkdelay'
);
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'FreeBSD'
,
'6.0'
,
'delay'
,
'/boot/kernel.delay/kernel'
);
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'FreeBSD'
,
'6.0'
,
'linkdelay'
,
'/boot/kernel.linkdelay/kernel'
);
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