]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-ac.patch
- new
[packages/geninitrd.git] / geninitrd-ac.patch
1 --- geninitrd-8202/geninitrd~   2007-01-27 19:35:18.000000000 +0100
2 +++ geninitrd-8202/geninitrd    2007-01-31 22:43:07.000000000 +0100
3 @@ -1556,7 +1556,7 @@
4         init=/sbin/init
5  fi
6  umount /proc
7 -exec switch_root /newroot \$init
8 +exec chroot /newroot \$init
9  EOF
10         # we need real file, not symlink
11         rm -f $MNTIMAGE/init
This page took 0.061462 seconds and 4 git commands to generate.