diff options
| author | Jeremy Katz <katzj@redhat.com> | 2006-08-16 14:45:25 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2006-08-16 14:45:25 +0000 |
| commit | 410b89218fec253ef3c914e5aefb29ec3fca658c (patch) | |
| tree | bf6a23c1e58579ca00fdb2e85a13a77b94e4692c /scripts | |
| parent | d0e9ad2c49390f5a539a91e4d5c2029d7123f20d (diff) | |
2006-08-16 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (PACKAGES): libbdevid moved (#202660)
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 d9a5df591..b8eec49e7 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -141,7 +141,7 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then fi if [ $ARCH != s390 -a $ARCH != s390x ]; then - PACKAGES="$PACKAGES dmraid python-pyblock libbdevid libbdevid-python" + PACKAGES="$PACKAGES dmraid python-pyblock mkinitrd libbdevid libbdevid-python" fi if [ $ARCH = ppc -o $ARCH = ppc64 ]; then |
