Stop passing ${clst_root_path} and /tmp/stage1root to exec_in_chroot.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 2 Oct 2012 03:57:42 +0000 (03:57 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 2 Oct 2012 03:57:42 +0000 (03:57 +0000)
targets/stage1/stage1-controller.sh
targets/stage2/stage2-controller.sh
targets/stage3/stage3-controller.sh

index 58da8e41d01bdea26c91dcef4a0617a9e3e2be30..3671095cba0c5f372d8eac15647a5530d8f23dce 100644 (file)
@@ -23,7 +23,7 @@ case $1 in
        ;;
 
        preclean)
-               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh /tmp/stage1root || exit 1
+               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh || exit 1
        ;;
 
        clean)
index 2192fbc575972646d7d599377c7340c21c4fadc4..69ba7c97ac1ce1ec0b59b0eae63a754b84a0ad1d 100644 (file)
@@ -17,7 +17,7 @@ case $1 in
        ;;
 
        preclean)
-               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
+               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh
        ;;
 
        clean)
index edf42ecd962f2724974f52cf15d253c6d98599bf..ff546f8dcf397992adf31c36186500cca45c94ed 100644 (file)
@@ -16,7 +16,7 @@ case $1 in
        ;;
 
        preclean)
-               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
+               exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh
        ;;
 
        clean)