Rumen Yotov wrote:
> Hi,
> Recently saw that i have a udev-tarball enabled setup and think of
> disabling it.
> Wanna make a backup of the tarball before doing that, but can't find
> where it is located/saved.
> TIA. Rumen

/lib/udev-state/devices.tar.bz2 is hard coded in /sbin/rc

# Actually get udev rolling
ebegin "Configuring system to use udev"
if [[ ${RC_DEVICE_TARBALL} = "yes" ]] && [[ -s /lib/udev-state/devices.tar.bz2 
]]
then
        einfo "  Populating /dev with device nodes ..."
        try tar -jxpf /lib/udev-state/devices.tar.bz2 -C /dev
fi
populate_udev


Zac
-- 
gentoo-user@gentoo.org mailing list

Reply via email to