diff options
| author | Jeremy Katz <katzj@redhat.com> | 2004-10-04 21:10:54 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2004-10-04 21:10:54 +0000 |
| commit | eac23741dbe54df44e7bfa99a1c5b8a180603792 (patch) | |
| tree | b9f3ae150b68835f5f1020a5daee8271dd55217a /scripts | |
| parent | a034c494de47acae0f363a951b62635282f510f5 (diff) | |
2004-10-04 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (PACKAGES): Add selinux-policy-targeted so
that text-mode installs will have working SELinux (#134549)
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 517cb6b46..060a9412a 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -119,7 +119,7 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux rhpl pyxf86config libxml2 libxml2-python glib2 elfutils-libelf bogl-bterm bogl krb5-libs convertdb1 jfsutils xfsprogs xfsdump dmapi libacl libattr attr acl - policy policycoreutils pyparted xorg-x11" + policy policycoreutils pyparted xorg-x11 selinux-policy-targeted" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" |
