Diff for /loncom/anaconda/Attic/Makefile between versions 1.1 and 1.2

version 1.1, 2001/01/22 16:45:21 version 1.2, 2001/01/23 16:47:07
Line 20  hdstg2_img: Line 20  hdstg2_img:
  gzip -dc /tmp/hdstg2_img/hdstg2.img > /tmp/hdstg2_img/hdstg2.ext2   gzip -dc /tmp/hdstg2_img/hdstg2.img > /tmp/hdstg2_img/hdstg2.ext2
  install -d /tmp/hdstg2_img/ext2   install -d /tmp/hdstg2_img/ext2
  mount -o loop /tmp/hdstg2_img/hdstg2.ext2 /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   gzip -dc /tmp/hdstg2_img/ext2/usr/lib/anaconda.cgz >/tmp/hdstg2_img/anaconda.cpio
  cd /tmp/hdstg2_img; cpio -idumv < anaconda.cpio   cd /tmp/hdstg2_img; cpio -idumv < anaconda.cpio
  install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/hdstg2_img/anaconda/todo.py   install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/hdstg2_img/anaconda/todo.py
Line 39  netstg2_img: Line 39  netstg2_img:
  gzip -dc /tmp/netstg2_img/netstg2.img > /tmp/netstg2_img/netstg2.ext2   gzip -dc /tmp/netstg2_img/netstg2.img > /tmp/netstg2_img/netstg2.ext2
  install -d /tmp/netstg2_img/ext2   install -d /tmp/netstg2_img/ext2
  mount -o loop /tmp/netstg2_img/netstg2.ext2 /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   gzip -dc /tmp/netstg2_img/ext2/usr/lib/anaconda.cgz >/tmp/netstg2_img/anaconda.cpio
  cd /tmp/netstg2_img; cpio -idumv < anaconda.cpio   cd /tmp/netstg2_img; cpio -idumv < anaconda.cpio
  install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/netstg2_img/anaconda/todo.py   install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/netstg2_img/anaconda/todo.py

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>