You are not logged in.
Pages: 1
Hi,
I set USEBTRFS="yes" in my rc.conf
I have a partition with btrfs but during the boot I see anything about this partition...
Or I did not understand what this variable XD
tnx
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline
From /etc/rc.sysinit:
# BTRFS devices detection
if [[ $USEBTRFS =~ yes|YES && -x /sbin/btrfs ]]; then
status "Activating BTRFS volumes" /sbin/btrfs device scan
fiSo all this does is that scans for btrfs devices during boot (after initcpio has been run). It isn't necessary if your boot device is a btrfs drive (since that is covered during boot) or if you don't have any multi-device btrfs drives.
Last edited by gonX (2011-05-04 11:57:15)
since 2009
Offline
Pages: 1