]> git.pld-linux.org Git - packages/geninitrd.git/blame - geninitrd-static-dev.patch
- one more typo
[packages/geninitrd.git] / geninitrd-static-dev.patch
CommitLineData
89be0200
JB
1--- geninitrd-12757/geninitrd.orig 2016-06-21 17:52:10.293075494 +0200
2+++ geninitrd-12757/geninitrd 2016-06-21 20:37:02.375785058 +0200
3@@ -293,8 +293,12 @@
4 run_mounted=no
5 fi
6 if is_yes "$dev_mounted"; then
7+ if ! is_no "$START_UDEV"; then
8+ add_linuxrc <<-EOF
9+ mount --bind /dev /newroot/dev
10+ EOF
11+ fi
12 add_linuxrc <<-EOF
13- mount --bind /dev /newroot/dev
14 umount /dev
15 EOF
16 dev_mounted=no
This page took 0.132936 seconds and 4 git commands to generate.