Hi all. I'm working woth Zeus on intel platform
When the script is run in shutdown I get the error at line 28 26: export TMPDIR=/mnt/.psplash 27: [ -d $TMPDIR ] || mkdir -p $TMPDIR *28: if [ ! mountpoint -q $TMPDIR ]; then* 29: mount tmpfs -t tmpfs $TMPDIR -o,size=40k 30: fi So I change the line so 28: if [ ! `mountpoint -q $TMPDIR` ]; then Is this ok? MZ
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50205): https://lists.yoctoproject.org/g/yocto/message/50205 Mute This Topic: https://lists.yoctoproject.org/mt/76004130/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-