Switch order of error messages to make less confusing
authorEric Edgar <rocket@gentoo.org>
Tue, 19 Jul 2005 15:44:22 +0000 (15:44 +0000)
committerEric Edgar <rocket@gentoo.org>
Tue, 19 Jul 2005 15:44:22 +0000 (15:44 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@276 67a159dc-881f-0410-a524-ba9dfbe2cb84

generic/initrd.scripts

index adac1f5c991455652c21a323aae0be6f206e97e3..42bd1e527789856b883f5ad992fd0dd7246393d0 100644 (file)
@@ -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