diff --git a/generic/initrd.scripts b/generic/initrd.scripts index bfb7dbd..05a35c3 100644 --- a/generic/initrd.scripts +++ b/generic/initrd.scripts @@ -47,7 +47,7 @@ findcdmount() { if [ "$?" = '0' ] then # Check for a LiveCD - if [ -e /newroot/mnt/cdrom/gentoo ] + if [ -e /newroot/mnt/cdrom/livecd ] then REAL_ROOT="${x}" break