|
Revision 4049, 0.8 kB
(checked in by arighi, 2 years ago)
|
fix: added new filename dhclient-script.si-prefix in the README of the DHCP options
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# "SystemImager" |
|---|
| 3 |
# |
|---|
| 4 |
# Copyright (C) 2002-2003 Bald Guy Software |
|---|
| 5 |
# Brian E. Finley <brian@bgsw.net> |
|---|
| 6 |
# |
|---|
| 7 |
# $Id$ |
|---|
| 8 |
# |
|---|
| 9 |
|
|---|
| 10 |
See http://www.iana.org/assignments/bootp-dhcp-parameters for details on DHCP |
|---|
| 11 |
options. The following are special DHCP options used by SystemImager. |
|---|
| 12 |
|
|---|
| 13 |
option-140 -> IMAGESERVER |
|---|
| 14 |
option-141 -> LOG_SERVER_PORT |
|---|
| 15 |
option-142 -> SSH_DOWNLOAD_URL |
|---|
| 16 |
option-143 -> FLAMETHROWER_DIRECTORY_PORTBASE |
|---|
| 17 |
option-144 -> TMPFS_STAGING |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
Files in the SystemImager source code that are affected by these options |
|---|
| 21 |
include: |
|---|
| 22 |
|
|---|
| 23 |
sbin/si_mkdhcpserver |
|---|
| 24 |
initrd_source/skel/etc/dhclient.conf |
|---|
| 25 |
initrd_source/skel/etc/dhclient-script.si-prefix |
|---|
| 26 |
initrd_source/skel/etc/init.d/functions (the write_variables function) |
|---|
| 27 |
doc/local.cfg |
|---|
| 28 |
README.SystemImager_DHCP_options |
|---|
| 29 |
|
|---|