diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 19:21:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 19:21:09 +0000 |
commit | d4b824da7137756525a68ec615d8e1cb0ee09e80 (patch) | |
tree | 3894a88681f5555071a12edba13512dda810234b /distrib/sparc | |
parent | dbcc11009045e3601022b41a8823e124290a7c8f (diff) |
put a seperate and real fsck on the media
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/miniroot/list | 34 | ||||
-rw-r--r-- | distrib/sparc/ramdisk/list | 32 |
2 files changed, 33 insertions, 33 deletions
diff --git a/distrib/sparc/miniroot/list b/distrib/sparc/miniroot/list index 46b596ad119..a0538a7aa78 100644 --- a/distrib/sparc/miniroot/list +++ b/distrib/sparc/miniroot/list @@ -1,42 +1,42 @@ -# $OpenBSD: list,v 1.29 2004/05/05 19:43:17 deraadt Exp $ +# $OpenBSD: list,v 1.30 2005/01/11 19:21:08 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's -LINK instbin sbin/disklabel -LINK instbin sbin/dhclient -LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep -LINK instbin usr/bin/less usr/bin/more -LINK instbin usr/sbin/installboot +LINK instbin sbin/disklabel +LINK instbin sbin/dhclient +LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep +LINK instbin usr/bin/less usr/bin/more +LINK instbin usr/sbin/installboot SRCDIRS sys/arch/sparc/stand SYMLINK /tmp var/tmp # copy the MAKEDEV script and make some devices -SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV all # we need the contents of /usr/mdec -COPYDIR ${DESTDIR}/usr/mdec usr/mdec -SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot +COPYDIR ${DESTDIR}/usr/mdec usr/mdec +SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot # copy the kernel COPY bsd bsd # various files that we need in /etc for the install -SCRIPT ${DESTDIR}/etc/disktab etc/disktab.shadow -SYMLINK /tmp/disktab.shadow etc/disktab -SYMLINK /tmp/fstab.shadow etc/fstab -SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf -SYMLINK /tmp/hosts etc/hosts -TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap +SCRIPT ${DESTDIR}/etc/disktab etc/disktab.shadow +SYMLINK /tmp/disktab.shadow etc/disktab +SYMLINK /tmp/fstab.shadow etc/fstab +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf +SYMLINK /tmp/hosts etc/hosts +TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap # dhcp things SCRIPT ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script SPECIAL chmod 755 sbin/dhclient-script # and the installation tools -SCRIPT ${ARCHDIR}/../install.md install.md +SCRIPT ${ARCHDIR}/../install.md install.md -COPY ${DESTDIR}/usr/mdec/boot boot +COPY ${DESTDIR}/usr/mdec/boot boot SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR} diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index 95f936be0b1..3a3e19b29cb 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,35 +1,35 @@ -# $OpenBSD: list,v 1.24 2003/10/01 22:03:29 miod Exp $ +# $OpenBSD: list,v 1.25 2005/01/11 19:21:08 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's -LINK instbin sbin/disklabel -LINK instbin sbin/restore -LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep -LINK instbin usr/bin/less usr/bin/more -LINK instbin usr/sbin/installboot +LINK instbin sbin/disklabel +LINK instbin sbin/restore +LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep +LINK instbin usr/bin/less usr/bin/more +LINK instbin usr/sbin/installboot SRCDIRS sys/arch/sparc/stand SYMLINK /tmp var/tmp # copy the MAKEDEV script and make some devices -SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk # we need the contents of /usr/mdec (but not boot or binstall) -COPYDIR ${DESTDIR}/usr/mdec usr/mdec -SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot +COPYDIR ${DESTDIR}/usr/mdec usr/mdec +SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot # various files that we need in /etc for the install -SCRIPT ${DESTDIR}/etc/disktab etc/disktab.shadow -SYMLINK /tmp/disktab.shadow etc/disktab -SYMLINK /tmp/fstab.shadow etc/fstab -SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf -SYMLINK /tmp/hosts etc/hosts -TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap +SCRIPT ${DESTDIR}/etc/disktab etc/disktab.shadow +SYMLINK /tmp/disktab.shadow etc/disktab +SYMLINK /tmp/fstab.shadow etc/fstab +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf +SYMLINK /tmp/hosts etc/hosts +TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap # and the installation tools -SCRIPT ${ARCHDIR}/../install.md install.md +SCRIPT ${ARCHDIR}/../install.md install.md # no NFS support in sparc ramdisk REMOVE sbin/mount_nfs |