-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathREADME.SystemImager_DHCP_options
44 lines (34 loc) · 1.51 KB
/
README.SystemImager_DHCP_options
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# "SystemImager"
#
# Copyright (C) 2002-2015 Brian E. Finley <brian@thefinleys.com>
# 2016-2019 Olivier Lahaye <olivier.lahaye@cea.fr>
#
NOTE: While those options are still valid, it is recommanded to use
new kernel cmdline parameters (si.config= ...)
See http://www.iana.org/assignments/bootp-dhcp-parameters for details on DHCP
options. The following are special DHCP options used by SystemImager.
option-140 -> IMAGESERVER
option-141 -> LOG_SERVER_PORT
option-142 -> SSH_DOWNLOAD_URL
option-143 -> FLAMETHROWER_DIRECTORY_PORTBASE
option-144 -> TMPFS_STAGING
Files in the SystemImager source code that are affected by these options
include:
sbin/si_mkdhcpserver
initrd_source/skel/etc/dhclient.conf
initrd_source/skel/etc/wicked/dhcp4.xml
initrd_source/skel/etc/dhclient-script.si-prefix
initrd_source/skel/etc/init.d/functions (the write_variables function)
doc/examples/local.cfg
README.SystemImager_DHCP_options
NOTE:
These options were not in use as per IANA when they were originally
chosen by the SystemImager dev team, but now have official
designations for other purposes. It is likely that most sites will
not experience any conflict, and the current values will work just
fine. At some point, we will either register official numbers for
SystemImager use or switch to using the "Reserved (Private Use)"
range. In either case, we will retain backwards compatibility for
existing configurations.
-Brian