Hi, In /usr/lib/anaconda-runtime/upd-instroot, line 1011 It should be if [ "$ARCH" != "s390" -a
"$ARCH" != "s390x" ]; then (cd $p/$LIBDIR; rm -f libnss_files.so.1
libnss_dns.so.1) fi and not if [ "$ARCH" != "s390" -a
"$ARCH" != "s390x" ]; then (cd $p/lib; rm -f libnss_files.so.1
libnss_dns.so.1) fi to be compliant with x86_64 architecture. Regards |