| History log of /src/distrib/atari/floppies/install/list |
| Revision | | Date | Author | Comments |
| 1.24 |
| 11-May-2022 |
rin | For atari install disk:
- Drop FD support from installboot(8). Reduce ~0.5KB. - Drop primary boot loaders for FD (2 files, 0.5KB each).
Note that we continue to support these features in base.
OK tsutsui@
|
| 1.23 |
| 18-Jun-2020 |
tsutsui | Provide wdboot as a link of sdboot for Milan also in sysinst.
See the following commit log for details: https://mail-index.netbsd.org/source-changes/2018/03/04/msg092779.html
|
| 1.22 |
| 25-Nov-2017 |
tsutsui | branches: 1.22.6; Use kernfs to detect root file system device, instead of fat sysctl(8).
Should fix sysinst.fs overflow that prevents daily build. Discussed on port-atari@: http://mail-index.netbsd.org/port-atari/2017/11/thread1.html#000558 and whole installation is briefly tested on TT030.
|
| 1.21 |
| 15-Nov-2017 |
tsutsui | Put back /bin/cp and /sbin/sysctl to installation binaries.
- cp(1) is explicitly required by sysinst(8), cp_to_target() in src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot - sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile to detect the root device (fd or md)
This might cause floppy overflow on HEAD again, but works on 8.0_BETA.
Should be pulled up to netbsd-8.
|
| 1.20 |
| 08-Feb-2017 |
rin | branches: 1.20.4; Switch to x_fsck_ffs and x_newfs. Fix floppy image overflow.
|
| 1.19 |
| 18-Sep-2016 |
christos | branches: 1.19.2; remove more stuff.
|
| 1.18 |
| 25-Apr-2015 |
christos | branches: 1.18.2; put back sed, it fits again (and is needed)
|
| 1.17 |
| 25-Apr-2015 |
christos | kill sed so we fit on one floppy again.
|
| 1.16 |
| 14-Jan-2011 |
tsutsui | Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
| 1.15 |
| 21-Feb-2010 |
tsutsui | Fix indent.
|
| 1.14 |
| 21-Feb-2010 |
tsutsui | Use tiny limited distrib/utils/x_gzip. (no bzip2 and compress support)
|
| 1.13 |
| 21-Feb-2010 |
tsutsui | Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc. Per request from David Ross on port-atari.
|
| 1.12 |
| 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.11 |
| 29-Apr-2009 |
tsutsui | Fix indent.
|
| 1.10 |
| 25-Jan-2009 |
abs | branches: 1.10.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.9 |
| 03-Jan-2009 |
tsutsui | Add df(1) to installation md_root files for atari.
It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days, and this could workaround PR port-atari/40316 in branches with minimum pullups.
|
| 1.8 |
| 17-Nov-2008 |
abs | Fix atari sysinst based miniroot image, and retire old (unreferenced) miniroot.
|
| 1.7 |
| 10-May-2007 |
dogcow | branches: 1.7.12; 1.7.20; Since /etc/services has gotten rather large, use a minimal one for install kernels. (mount_nfs is notably the only binary that doesn't gracefully deal with the lack of an /etc/services file, it appears.)
|
| 1.6 |
| 11-Jul-2003 |
he | branches: 1.6.16; 1.6.20; Adapt to the new layout of files under /usr/mdec, so that this builds again. However, the install program most probably needs adaptation for this to work as intended.
|
| 1.5 |
| 19-Jan-2003 |
tsutsui | Remove "srcdir distrib/utils/x_mount" from ramdisk lists since src/sbin/mount/Makefile no longer links fs specific routines.
|
| 1.4 |
| 17-Oct-2002 |
lukem | Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6, we don't need distrib/utils/x_ftp anymore...
|
| 1.3 |
| 01-Jun-2002 |
leo | Make sure that we are using the Atari version of installboot!
|
| 1.2 |
| 26-Apr-2002 |
lukem | branches: 1.2.2; replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.1 |
| 12-Apr-2002 |
leo | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 12-Apr-2002 |
leo | prepare and installation floppies
|
| 1.2.2.1 |
| 02-Jun-2002 |
tv | Pull up revision 1.3 (requested by leo in ticket #130): Make sure that we are using the Atari version of installboot!
|
| 1.6.20.1 |
| 15-Jan-2009 |
bouyer | Pull up following revision(s) (requested by abs in ticket #1257): distrib/atari/miniroot/Makefile.inc: file removal distrib/atari/floppies/prepare/list: revision 1.5 distrib/atari/miniroot/dot.profile: file removal distrib/atari/miniroot/install.md: file removal distrib/atari/floppies/install/list: revision 1.8 distrib/atari/miniroot/disktab.shadow: file removal distrib/atari/miniroot/termcap.vt: file removal distrib/atari/floppies/prepare/install.md: revision 1.3 sys/arch/atari/stand/installboot/installboot.c: revision 1.21 distrib/atari/floppies/common/dot.profile: revision 1.3 distrib/atari/miniroot/list: file removal Since dl.d_type is always "unknown" now, pick the type of bootblock to install based on the device name: eg /dev/fd0c would be floppy Fix atari sysinst based miniroot image, and retire old (unreferenced) miniroot.
|
| 1.6.16.2 |
| 15-Jan-2009 |
bouyer | Pull up following revision(s) (requested by tsutsui in ticket #1260): distrib/atari/floppies/prepare/list: revision 1.6 distrib/atari/floppies/install/list: revision 1.9 Add df(1) to installation md_root files for atari. It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days, and this could workaround PR port-atari/40316 in branches with minimum pullups.
|
| 1.6.16.1 |
| 15-Jan-2009 |
bouyer | Pull up following revision(s) (requested by abs in ticket #1257): distrib/atari/miniroot/Makefile.inc: file removal distrib/atari/floppies/prepare/list: revision 1.5 distrib/atari/miniroot/dot.profile: file removal distrib/atari/miniroot/install.md: file removal distrib/atari/floppies/install/list: revision 1.8 distrib/atari/miniroot/disktab.shadow: file removal distrib/atari/miniroot/termcap.vt: file removal distrib/atari/floppies/prepare/install.md: revision 1.3 sys/arch/atari/stand/installboot/installboot.c: revision 1.21 distrib/atari/floppies/common/dot.profile: revision 1.3 distrib/atari/miniroot/list: file removal Since dl.d_type is always "unknown" now, pick the type of bootblock to install based on the device name: eg /dev/fd0c would be floppy Fix atari sysinst based miniroot image, and retire old (unreferenced) miniroot.
|
| 1.7.20.3 |
| 20-Nov-2010 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #1371): distrib/atari/floppies/prepare/list: revision 1.7 distrib/atari/floppies/install/list: revision 1.13 Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc. Per request from David Ross on port-atari.
|
| 1.7.20.2 |
| 09-Jan-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #233): distrib/atari/floppies/install/list: revision 1.9 distrib/atari/floppies/prepare/list: revision 1.6 Add df(1) to installation md_root files for atari. It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days, and this could workaround PR port-atari/40316 in branches with minimum pullups.
|
| 1.7.20.1 |
| 08-Jan-2009 |
snj | Pull up following revision(s) (requested by abs in ticket #228): distrib/atari/floppies/common/dot.profile: revision 1.3 distrib/atari/floppies/install/list: revision 1.8 distrib/atari/floppies/prepare/install.md: revision 1.3 distrib/atari/floppies/prepare/list: revision 1.5 distrib/atari/miniroot/Makefile.inc: file removal distrib/atari/miniroot/disktab.shadow: file removal distrib/atari/miniroot/dot.profile: file removal distrib/atari/miniroot/install.md: file removal distrib/atari/miniroot/list: file removal distrib/atari/miniroot/termcap.vt: file removal Fix atari sysinst based miniroot image, and retire old (unreferenced) miniroot.
|
| 1.7.12.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.10.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.18.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.18.2.1 |
| 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.19.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.20.4.1 |
| 27-Nov-2017 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #393): distrib/atari/floppies/install/list: revision 1.21 distrib/atari/floppies/common/dot.profile: revision 1.6 Avoid use of expr(1). It was removed from src/distrib/atari/floppies/install/list since rev 1.19 and the install script complains expr is not found. Should be pulled up to netbsd-8. Put back /bin/cp and /sbin/sysctl to installation binaries. - cp(1) is explicitly required by sysinst(8), cp_to_target() in src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot - sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile to detect the root device (fd or md) This might cause floppy overflow on HEAD again, but works on 8.0_BETA. Should be pulled up to netbsd-8.
|
| 1.22.6.1 |
| 30-Jun-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #972):
distrib/atari/floppies/install/list: revision 1.23
Provide wdboot as a link of sdboot for Milan also in sysinst.
See the following commit log for details: https://mail-index.netbsd.org/source-changes/2018/03/04/msg092779.html
|