--- loncom/anaconda/Attic/Makefile 2001/01/22 16:45:21 1.1 +++ loncom/anaconda/Attic/Makefile 2001/01/23 16:47:07 1.2 @@ -20,7 +20,7 @@ hdstg2_img: gzip -dc /tmp/hdstg2_img/hdstg2.img > /tmp/hdstg2_img/hdstg2.ext2 install -d /tmp/hdstg2_img/ext2 mount -o loop /tmp/hdstg2_img/hdstg2.ext2 /tmp/hdstg2_img/ext2 - install RedHat/instimage/usr/bin /tmp/hdstg2_img/ext2/usr/bin/anaconda.real + install RedHat/instimage/usr/bin/anaconda /tmp/hdstg2_img/ext2/usr/bin/anaconda.real gzip -dc /tmp/hdstg2_img/ext2/usr/lib/anaconda.cgz >/tmp/hdstg2_img/anaconda.cpio cd /tmp/hdstg2_img; cpio -idumv < anaconda.cpio install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/hdstg2_img/anaconda/todo.py @@ -39,7 +39,7 @@ netstg2_img: gzip -dc /tmp/netstg2_img/netstg2.img > /tmp/netstg2_img/netstg2.ext2 install -d /tmp/netstg2_img/ext2 mount -o loop /tmp/netstg2_img/netstg2.ext2 /tmp/netstg2_img/ext2 - install RedHat/instimage/usr/bin /tmp/netstg2_img/ext2/usr/bin/anaconda.real + install RedHat/instimage/usr/bin/anaconda /tmp/netstg2_img/ext2/usr/bin/anaconda.real gzip -dc /tmp/netstg2_img/ext2/usr/lib/anaconda.cgz >/tmp/netstg2_img/anaconda.cpio cd /tmp/netstg2_img; cpio -idumv < anaconda.cpio install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/netstg2_img/anaconda/todo.py