You are not logged in.

#1 2011-05-03 16:59:44

ugaciaka
Member
From: Italy
Registered: 2008-07-06
Posts: 140
Website

USEBTRFS in rc.conf

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

#2 2011-05-04 11:53:43

gonX
Member
From: Denmark
Registered: 2009-08-16
Posts: 112

Re: USEBTRFS in rc.conf

From /etc/rc.sysinit:

# BTRFS devices detection
if [[ $USEBTRFS =~ yes|YES && -x /sbin/btrfs ]]; then
    status "Activating BTRFS volumes" /sbin/btrfs device scan
fi

So 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

Board footer

Powered by FluxBB