Date: Sun, 16 Jun 2002 23:20:55 +0200 (CEST) From: dirkx@covalent.net To: freebsd-hackers@FreeBSD.ORG Subject: forth/kernel name with a variable. Message-ID: <Pine.OSX.4.43.0206162317010.339-100000@mobile.webweaving.org>
next in thread | raw e-mail | index | archive | help
During a diskless boot (i.e. after the PXE stage); I'd like to get to load (or try to load) a configuration file which is machine specific; e.g. something along the lines of: # >> /mboot/boot/defaults/loader.conf # .... loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/\\${boot.netif.ip}.conf /boot/nextboot.conf" .... where at least an attempt is made to get a machine specific file (in this case to define a kernel boot file which is specific to that machine) - as this would allow me to reduce the footprint on the boot/dhcp/tftp server considerably. Any hints ? (The above does not get substituted). Dw -- Dirk-Willem van Gulik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSX.4.43.0206162317010.339-100000>