Hello all.
I want to upgrade myfreebsd FreeBSD installation in a jail environment using beadm as described here: http://forums.freebsd.org/showthread.php?t=31662
So far so good, I have an upgrade jail mounted at new boot environment. Problem is that all services are started up in that jail (sshd/Samba/mpd5/whatever). The official upgrade guide forfreebsd FreeBSD (http://www.freebsd.org/doc/handbook/makeworld.html) says that upgrades better be done from single-user mode with no services running.
I want to have a jail with no services running without having to modify rc.conf (otherwise there is a risk that after I switch to the upgraded environment I will forget to return changes back).
So far I tried to modify jail_<jailname>_ exec_start, but anything other than default "/bin/sh /etc/rc" results in jail not being started up.
I'm using ezjail, but it does not have to matter much since the question is regarding the base jail functionality.
I want to upgrade my
So far so good, I have an upgrade jail mounted at new boot environment. Problem is that all services are started up in that jail (sshd/Samba/mpd5/whatever). The official upgrade guide for
I want to have a jail with no services running without having to modify rc.conf (otherwise there is a risk that after I switch to the upgraded environment I will forget to return changes back).
So far I tried to modify jail_<jailname>_ exec_start, but anything other than default "/bin/sh /etc/rc" results in jail not being started up.
I'm using ezjail, but it does not have to matter much since the question is regarding the base jail functionality.