• Home
  • Raw
  • Download

Lines Matching +full:proc +full:- +full:id

10 	Updated 2006 by Nico Schottelius <nico-kernel-nfsroot@schottelius.org>
18 In order to use a diskless system, such as an X-terminal or printer server for
19 example, it is necessary for the root filesystem to be present on a non-disk
21 Documentation/filesystems/ramfs-rootfs-initramfs.rst), a ramdisk (see
22 Documentation/admin-guide/initrd.rst) or a filesystem mounted via NFS. The
34 built-in during configuration. Once this has been selected, the nfsroot
54 This is necessary to enable the pseudo-NFS-device. Note that it's not a
59 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>]
63 <server-ip> Specifies the IP address of the NFS server.
68 <root-dir> Name of the directory on the server to mount as root.
70 replaced by the ASCII-representation of the client's
73 <nfs-options> Standard NFS options. All options are separated by commas.
88 ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:<dns0-ip>:<dns1-ip>:<nt…
91 nfsaddrs, but now the boot-time IP configuration works independently of
106 <client-ip> IP address of the client.
109 <server-ip> IP address of the NFS server.
118 Value is exported to /proc/net/pnp with the prefix "bootserver "
124 <gw-ip> IP address of a gateway if the server is on a different subnet.
138 If specified and DHCP is used, the user-provided hostname (and NIS
172 format "ip=dhcp,client-id-type,client-id-value"
176 <dns0-ip> IP address of primary nameserver.
177 Value is exported to /proc/net/pnp with the prefix "nameserver "
183 <dns1-ip> IP address of secondary nameserver.
184 See <dns0-ip>.
186 <ntp0-ip> IP address of a Network Time Protocol (NTP) server.
187 Value is exported to /proc/net/ipconfig/ntp_servers, but is
197 - /proc/net/pnp:
200 domain <dns-domain> (if autoconfigured, the DNS domain)
201 nameserver <dns0-ip> (primary name server IP)
202 nameserver <dns1-ip> (secondary name server IP)
203 nameserver <dns2-ip> (tertiary name server IP)
204 bootserver <server-ip> (NFS server IP)
206 - /proc/net/ipconfig/ntp_servers:
208 <ntp0-ip> (NTP server IP)
209 <ntp1-ip> (NTP server IP)
210 <ntp2-ip> (NTP server IP)
212 <dns-domain> and <dns2-ip> (in /proc/net/pnp) and <ntp1-ip> and <ntp2-ip>
213 (in /proc/net/ipconfig/ntp_servers) are requested during autoconfiguration;
217 resolvers, /etc/resolv.conf is often linked to /proc/net/pnp on systems
223 /proc/net/ipconfig/ntp_servers to an NTP client before mounting the real
242 found in Documentation/driver-api/early-userspace/early_userspace_support.rst
252 - Booting from a floppy using syslinux
275 - Booting from a cdrom using isolinux
297 - Using LILO
312 - Using GRUB
317 - Using loadlin
327 - Using a boot ROM
333 are two free implementations of a boot ROM, netboot-nfs and
337 - Using pxelinux
343 "kernel <relative-path-below /tftpboot>". The nfsroot parameters
346 see Documentation/admin-guide/serial-console.rst for more information.
364 Jens-Uwe Mager <jum@anubis.han.de> for his help.