Subversion Repositories livecd

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 28
Line 19... Line 19...
19
 
19
 
20
# root on NFS?
20
# root on NFS?
21
NFSROOT=$( cmdline_value nfsroot )
21
NFSROOT=$( cmdline_value nfsroot )
22
 
22
 
23
 
23
 
-
 
24
### create /srv and /selinux
-
 
25
mkdir -p /srv
-
 
26
mkdir -p /selinux
-
 
27
 
-
 
28
 
24
### put wireless kernel module on blacklist, if boot over NFS
29
### put wireless kernel module on blacklist, if boot over NFS
25
#   we don't need to load wireless modules, if we boot over network 
30
#   we don't need to load wireless modules, if we boot over network 
26
if [ $NFSROOT ]; then
31
if [ $NFSROOT ]; then
27
    [ -e /etc/hotplug/blacklist ] && BLACKLIST_FILE=/etc/hotplug/blacklist
32
    [ -e /etc/hotplug/blacklist ] && BLACKLIST_FILE=/etc/hotplug/blacklist
28
    [ -e /etc/modprobe.d/blacklist ] && BLACKLIST_FILE=/etc/modprobe.d/blacklist
33
    [ -e /etc/modprobe.d/blacklist ] && BLACKLIST_FILE=/etc/modprobe.d/blacklist