Switch order of error messages to make less confusing

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@276 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent 1845cce130
commit 493336f8a6

@ -568,8 +568,8 @@ setup_unionfs(){
then
umount $CHANGESDEV
bad_msg "failed to find livecd.unionfs file on $CHANGESDEV"
bad_msg "falling back to ramdisk based unionfs for safety"
bad_msg "create a livecd.unionfs file on this device if you wish to use it for unionfs"
bad_msg "falling back to ramdisk based unionfs for safety"
mount -t tmpfs tmpfs $MEMORY
fi
else

Loading…
Cancel
Save