]> git.pld-linux.org Git - packages/dracut.git/blame - no-rh.patch
- cifs requires network, move it to proper package
[packages/dracut.git] / no-rh.patch
CommitLineData
4a07a26d
JR
1--- dracut-017/modules.d/10rpmversion/module-setup.sh~ 2012-02-24 15:38:08.000000000 +0100
2+++ dracut-017/modules.d/10rpmversion/module-setup.sh 2012-03-21 14:06:18.113626194 +0100
3@@ -4,7 +4,7 @@
4
5 check() {
6 [[ "$mount_needs" ]] && return 1
7- [ -f /etc/redhat-release ]
8+ [ -x /bin/rpm ]
9 }
10
11 depends() {
This page took 0.031871 seconds and 4 git commands to generate.