Code: Select all
Running action sequence: config_profile_link
Configuring profile link...
ln: creating symbolic link `/var/tmp/catalyst2/tmp/default/livecd-stage2-x86-200
6.0//etc/make.profile' to `../usr/portage/profiles/default-linux/x86/2006.0': No
such file or directory
!!! catalyst: Error creating profile link
Code: Select all
# Setup "ROOT in chroot" dir
install -d ${clst_chroot_path}/${clst_root_path}/etc
# Setup make.conf and make.profile link in "ROOT in chroot":
copy_to_chroot ${clst_chroot_path}/etc/make.conf /${clst_root_path}/etc \
copy_to_chroot ${clst_chroot_path}/etc/make.profile /${clst_root_path}/etc \
# Enter chroot, execute our build script
exec_in_chroot \
but right now when i try to chroot my computer goes
Code: Select all
etc ~ # chroot testfolder /bin/bash
chroot: cannot run command `/bin/bash': No such file or directory


