comments please

new changes i made to libstand/bootp.c:

now, apart from placing all the dhcp stuff in the kenv, if the tag rc-conf
is set i.e:
        option FBSD.rc-conf "132.65.16.100:/c/conf/rc.conf.foo";
it will read the file and place the "name=value" in the kenv as
        rc.conf.name="value"
it will also try rc-conf[1-9].

in rc.diskless1 this could be done:
...
case `kenv rc.conf.root_rw_mount` in
    [Nn][Oo])
        mfs_etc
        case `kenv rc.conf.populate_etc` in
                [Yy][Ee][Ss])
                        populate_etc
                        ;;
                esac
                ;;
esac

the stuff is available from:
        ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot/
danny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to