repo.or.cz
/
dracut.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
network: don't use "ifup -m"
[dracut.git]
/
modules.d
/
03rescue
/
module-setup.sh
blob
f9dfcdabd4ac4abb3beb9be2023056ce5cdd00d6
1
#!/bin/bash
2
3
# called by dracut
4
check
() {
5
# do not add this module by default
6
return
255
7
}
8
9
# called by dracut
10
depends
() {
11
return
0
12
}
13
14
# called by dracut
15
install
() {
16
inst_multiple
-o
ps
grep more cat rm
strace free showmount \
17
ping
netstat rpcinfo vi scp ping6
ssh
\
18
fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.vfat e2fsck
19
}
20