dhclient and the LiveCD

aurfalien aurfalien at gmail.com
Wed Jul 31 04:56:46 UTC 2013


On Jul 30, 2013, at 8:56 PM, Sam Fourman Jr. wrote:

> hello list,
> 
> when using the bootonly.iso from the ftp servers...
> 
> if you drop to a shell, use dhclient to obtain an ipaddress.. well you get
> one.. but you have no DNS, because I think dhclient can't write to
> /etc/resolv.conf
> 
> what is the correct way to fix this?

Well, if its anything like the LiveCD option from there regular full iso, then you can do 2 things;

issue;

mkdir /tmp/etc
mount_unionfs /tmp/etc /etc

* this makes all things done on the fs temporary

or issue;

mount -rw /

* renders anything you write permanent

I do either of these during LiveCD sessions depending on my goals.

Unsure if this pertains to bootonly.iso but perhaps it helps?

I'm also very new to the FreeBSD scene so any one feel free to correct.

- aurf




More information about the freebsd-questions mailing list