TEST-04-FULL-SYSTEMD: more info on failure
parent
2d75433cd7
commit
ba66cb2789
|
@ -114,6 +114,13 @@ if ismounted /usr && [ ! -s /failed ]; then
|
|||
echo "dracut-root-block-success" >/dev/sdc
|
||||
fi
|
||||
|
||||
if ! ismounted /usr; then
|
||||
echo "**************************FAILED**************************"
|
||||
echo "/usr not mounted!!"
|
||||
cat /proc/mounts
|
||||
echo "**************************FAILED**************************"
|
||||
fi
|
||||
|
||||
journalctl --full --no-pager -o short-monotonic
|
||||
|
||||
if [ -s /failed ]; then
|
||||
|
|
Loading…
Reference in New Issue