Hide Forgot
Description of problem: in /usr/share/preupgrade/common/scripts.txt df --local should be replaced with df --local -P [root@rhel6-guest common]# df --local | rev | cut -f1 -d' ' | rev | tail -n +2 /dev/mapper/vg_rhel6guest-lv_root #this shouldn't be in input / /dev/shm /boot [root@rhel6-guest common]# df --local -P | rev | cut -f1 -d' ' | rev | tail -n +2 / /dev/shm /boot Additionally on RHEL 5 only : in /usr/share/preupgrade/common/scripts.txt find $i -xdev -executable -print #this doesn't work on RHEL 5 should be replaced with find $i -xdev -perm /111 -print Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: