]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add patch: Use /bin/bash to invoke dracut scripts.
authorDarik Horn <dajhorn@vanadac.com>
Wed, 12 Oct 2011 00:57:42 +0000 (19:57 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Wed, 12 Oct 2011 00:57:42 +0000 (19:57 -0500)
commit81531aee09100a8b746a274ed75faac8c265f311
tree4d29542cb5654a2e59a867e47ab9b901c9e8ebbd
parent742086c87f1df592ddccf33de8e3382becd4d7dc
Add patch: Use /bin/bash to invoke dracut scripts.

The system shell on most Debian and Ubuntu systems is dash, so change
the whack-bang in the Dracut scripts from /bin/sh to /bin/bash.

The `printf "\x$DD\x$CC\x$BB\x$AA" >$TMP` line is problematic because
dash builtin does not implement the hex format.

The dracut/ tree needs more testing and tweaking for the older
dracut-005 package that is in Debian Squeeze and Ubuntu Oneiric.
debian/patches/0001-Use-bin-bash-to-invoke-dracut-scripts.patch [new file with mode: 0644]
debian/patches/series