On Thu, 2007-10-25 at 12:44 -0600, David A. Kennel wrote:
> Here are the constraints: I'm creating a > deployable package and I do not know the IP address or path of the > server that the client will need to connect to (the D/U version figures > that info out from the DHCP root-path option). If I include the dhcp > option in the /etc/fstab does it ignore the configured server and path > in the fstab and use what it receives from DHCP or does the correct > server need to be in the /etc/fstab? IIRC, you don't need the correct information for the root filesystem in the fstab. Ideally in the kind of environment you're describing you want /etc/fstab to be shared if at all possible. Presumably you're using tmpfs for /var and /tmp. How are you dealing with the random bits in /etc that need to be writable? Jeff _______________________________________________ Stateless-list mailing list [email protected] http://www.redhat.com/mailman/listinfo/stateless-list
