Actions
Bug #8797
closedloader: Support URI scheme for root-path in netbooting
Start date:
2018-04-13
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
From the original commit:
It supports the following scheme:
compat with before all the changes:
NFS for:
root-path = /path
root-path = <ip>:/path
New schemes:
tftpfs for
tftp:/path
tftp://ip/path
nfs for
nfs:/path
nfs://ip/path
https://reviews.freebsd.org/D10947
https://svnweb.freebsd.org/base?view=revision&revision=318999
Updated by Electric Monk about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit f27dfbe1ab97352a1070fc81db8c8acaa338079a
commit f27dfbe1ab97352a1070fc81db8c8acaa338079a Author: Toomas Soome <tsoome@me.com> Date: 2017-11-29T02:11:42.000Z 8797 loader: Support URI scheme for root-path in netbooting Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions