I have a Debian based Linux installation on a partition which is using the ext3 filesystem currently. I would like to preserve everything, but move to ReiserFS filesystem. My plan is to create a new partition with ReiserFS and copy all the files from the existing partition using "cp -rp /mnt/old_part/* /mnt/new_part" (during the copy I will have a different partition mounted as the root filesystem). My question is if I would need to edit any configuration files to be able to boot with the new partition as the root filesystem. Probably fstab, but what else ?