diff options
| author | Jeremy Katz <katzj@redhat.com> | 2008-04-30 21:39:00 -0400 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2008-05-01 00:01:00 -0400 |
| commit | 2e96acd6320e350fd73bb37f17804337cbac3f80 (patch) | |
| tree | cec30f3b113cc6ca62c78071ca65e54d99ee979a /scripts | |
| parent | b64929a9172954027c557c8183972d2235de9a0c (diff) | |
And actually include the bash binary too (#443700)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d920c1163..5b8a661e3 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -308,7 +308,7 @@ KEEPFILE=${TMPDIR:-/tmp}/keepfile.$$ cat > $KEEPFILE <<EOF boot/efi/EFI/redhat/elilo.efi boot/efi/EFI/redhat/grub.efi -bin/ash +bin/bash bin/dbus-daemon bin/fdisk* bin/sed |
