diff options
| author | Chris Lumens <clumens@redhat.com> | 2007-02-23 15:27:51 +0000 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2007-02-23 15:27:51 +0000 |
| commit | dce5ff537264e8e87d0eea930b8df71e0a5d5a7e (patch) | |
| tree | f0f79f3cbc08e2a6f3f222469cf1db2c2115eaa1 /scripts | |
| parent | 95690672bf83f5395640e93d770b873acb13b46b (diff) | |
| download | anaconda-dce5ff537264e8e87d0eea930b8df71e0a5d5a7e.tar.gz anaconda-dce5ff537264e8e87d0eea930b8df71e0a5d5a7e.tar.xz anaconda-dce5ff537264e8e87d0eea930b8df71e0a5d5a7e.zip | |
Don't include /usr/share/zoneinfo/zone.tab for translation anymore (#229729).
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 63278b25e..aa80d1d5c 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -121,7 +121,7 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux libstdc++ expat libgcc readline ncurses yum python-sqlite python-elementtree pykickstart e2fsprogs-libs iscsi-initiator-utils db4 rhpxl xorg-x11-server-Xorg libuser system-config-date - yum-metadata-parser gfs2-utils libvolume_id nash + yum-metadata-parser gfs2-utils libvolume_id nash libdhcp libnl libdhcp6client libdhcp4client device-mapper device-mapper-libs dmraid python-pyblock mkinitrd libbdevid libbdevid-python" @@ -445,6 +445,7 @@ usr/lib/yaboot/ofboot usr/lib/yaboot/yaboot usr/libexec/convertdb1 usr/share/locale/*/LC_MESSAGES/anaconda.mo +usr/share/locale/*/LC_MESSAGES/system-config-date.mo usr/share/locale/locale.alias usr/sbin/anaconda usr/sbin/ddcprobe |
