projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
861d943
)
dracut.sh: always assemble /usr device in initramfs
author
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 21:50:30 +0000
(23:50 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 21:50:30 +0000
(23:50 +0200)
dracut.sh
patch
|
blob
|
history
diff --git
a/dracut.sh
b/dracut.sh
index
2ac3d8b
..
5a20fc0
100755
(executable)
--- a/
dracut.sh
+++ b/
dracut.sh
@@
-872,6
+872,10
@@
if [[ $hostonly ]]; then
"/sbin" \
"/lib" \
"/lib64" \
+ "/usr/bin" \
+ "/usr/sbin" \
+ "/usr/lib" \
+ "/usr/lib64" \
"/boot";
do
mp=$(readlink -f "$mp")