| History log of /src/distrib/x68k/floppies/ramdisk/dot.profile |
| Revision | | Date | Author | Comments |
| 1.16 |
| 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
| 1.15 |
| 15-May-2010 |
isaki | branches: 1.15.48; 1.15.50; TERM=x68k -> vt220. sysinst works again.
|
| 1.14 |
| 26-Jul-2003 |
salo | branches: 1.14.32; netbsd.org->NetBSD.org
|
| 1.13 |
| 13-May-2002 |
lukem | - reorganise to be more consistent with other distrib/* directories (no need for a "common" subdir which contains stuff only really referenced by one other directory) - use Makefile.tarfloppy instead of local code to build floppies - use .WAIT in the top-level Makefile appropriately - install inst.fs directly from ramdisk/Makefile rather than providing separate inst/Makefile
|
| 1.12 |
| 28-Nov-2000 |
minoura | Reorganize (again) the installation system. - Remove historical `script' installer, which was provided for 4MB RAM systems. - Instead we provide `floppy-root' installer, which is composed of 2 floppies just like the installation system used in the netbsd-1-2 days; one floppy contains (GENERIC) kernel and the other contains the miniroot. - The miniroots for both `ramdisk-root' installation system and `floppy-root' installation system are identical.
|
| 1.11 |
| 12-Sep-2000 |
minoura | Reduce ramdisk size by using hacked commands in distrib/utils.
|
| 1.10 |
| 14-Jun-2000 |
cgd | branches: 1.10.2; sweep of my licenses for consistency. (no functional changes) These files have copyright held by people in addition to myself. (I did the original work, they copied it, enhanced it, and added their copyright to the derivative work.) Their approval has been given re: the license change.
|
| 1.9 |
| 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
| 1.8 |
| 21-Jan-2000 |
tsutsui | rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
|
| 1.7 |
| 10-Jan-2000 |
tsutsui | Fix root device name md0a -> md0
|
| 1.6 |
| 23-Nov-1999 |
simonb | Don't start update.
|
| 1.5 |
| 26-Jun-1999 |
cgd | branches: 1.5.4; after checking and setting DONEPROFILE, export it so that children of the shell (e.g. programs and shells invoked via sysinst) don't try to run sysinst again. Fixes PR#7805.
|
| 1.4 |
| 14-Apr-1999 |
minoura | Run /start in the same shell. Reduce memory use.
|
| 1.3 |
| 01-Oct-1998 |
minoura | branches: 1.3.2; They won't work :-p
|
| 1.2 |
| 09-Jan-1998 |
perry | Add $HOME to profiles, closes pr 4323 (from Tatoku Ogaito)
|
| 1.1 |
| 19-Oct-1997 |
oki | branches: 1.1.2; Initial commit of installer use ramdisk image. lifted from i386, modified for x68k by me.
|
| 1.1.2.1 |
| 24-Oct-1998 |
cgd | pull up rev 1.3 from trunk (minoura).
|
| 1.3.2.2 |
| 26-Jun-1999 |
cgd | pull up rev 1.5 from trunk. (cgd)
|
| 1.3.2.1 |
| 15-Apr-1999 |
minoura | Pullup rev.1.4.
|
| 1.5.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.10.2.2 |
| 15-Dec-2000 |
he | Pull up file removal (requested by minoura): Reorganize installation system by removing the old script based installer, provided for 4M systems. Instead we provide ``floppy-root'' 2-floppy installer.
|
| 1.10.2.1 |
| 14-Sep-2000 |
minoura | Pullup from the trunk; approved by thorpej.
> From: Minoura Makoto <minoura@netbsd.org> > Subject: CVS commit: syssrc > To: source-changes@netbsd.org > Date: Tue, 12 Sep 2000 18:40:02 +0300 (EEST) > Reply-To: minoura@netbsd.org > > > Module Name: syssrc > Committed By: minoura > Date: Tue Sep 12 15:40:01 UTC 2000 > > Modified Files: > basesrc/distrib/x68k/floppies/ramdisk: Makefile dot.hdprofile > dot.profile install.tmpl list ramdiskbin.conf upgrade.tmpl > syssrc/sys/arch/x68k/conf: INSTALL_SMALL > > Log Message: > Reduce ramdisk size by using hacked commands in distrib/utils. > > > To generate a diff of this commit: > cvs rdiff -r1.16 -r1.17 basesrc/distrib/x68k/floppies/ramdisk/Makefile > cvs rdiff -r1.7 -r1.8 basesrc/distrib/x68k/floppies/ramdisk/dot.hdprofile > cvs rdiff -r1.10 -r1.11 basesrc/distrib/x68k/floppies/ramdisk/dot.profile \ > basesrc/distrib/x68k/floppies/ramdisk/install.tmpl \ > basesrc/distrib/x68k/floppies/ramdisk/upgrade.tmpl > cvs rdiff -r1.11 -r1.12 basesrc/distrib/x68k/floppies/ramdisk/list > cvs rdiff -r1.8 -r1.9 basesrc/distrib/x68k/floppies/ramdisk/ramdiskbin.conf > cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/x68k/conf/INSTALL_SMALL > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.
|
| 1.14.32.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.15.50.1 |
| 28-Jan-2020 |
msaitoh | Pull up following revision(s) (requested by martin in ticket #669): distrib/playstation2/miniroot/dot.profile: revision 1.5 distrib/sparc64/instfs/dot.profile: revision 1.8 distrib/hpcarm/miniroot/dot.profile: revision 1.3 distrib/emips/miniroot/dot.profile: revision 1.2 distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16 distrib/zaurus/ramdisk/dot.profile: revision 1.4 distrib/i386/ramdisks/common/dot.profile: revision 1.7 distrib/cobalt/ramdisk/dot.profile: revision 1.2 distrib/hpcsh/miniroot/dot.profile: revision 1.5 distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3 distrib/riscv/ramdisk/dot.profile: revision 1.2 distrib/sandpoint/ramdisk/dot.profile: revision 1.2 distrib/landisk/ramdisk/dot.profile: revision 1.3 distrib/amd64/ramdisks/common/dot.profile: revision 1.4 distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14 distrib/mipsco/ramdisk/dot.profile: revision 1.3 distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2 distrib/acorn32/ramdisk/dot.profile: revision 1.4 distrib/cats/ramdisk/dot.profile: revision 1.5 distrib/vax/ramdisk/dot.profile: revision 1.10 distrib/pmax/miniroot/dot.profile: revision 1.3 distrib/sparc/miniroot/dot.profile: revision 1.16 distrib/hpcmips/miniroot/dot.profile: revision 1.8 distrib/prep/floppies/ramdisk/dot.profile: revision 1.3 distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8 distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11 distrib/ofppc/ramdisks/common/dot.profile: revision 1.2 distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9 distrib/hp300/ramdisk/dot.profile: revision 1.7 distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2 distrib/emips/ramdisk/dot.profile: revision 1.3 distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7 distrib/bebox/ramdisk/dot.profile: revision 1.2 distrib/rs6000/ramdisk/dot.profile: revision 1.2 distrib/sgimips/miniroot/dot.profile: revision 1.2 distrib/mvme68k/miniroot/dot.profile: revision 1.9 distrib/hppa/ramdisk/dot.profile: revision 1.2 distrib/luna68k/ramdisk/dot.profile: revision 1.2 distrib/sgimips/ramdisk/dot.profile: revision 1.4 distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2 distrib/evbppc/ramdisk/dot.profile: revision 1.5 distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5 distrib/pmax/ramdisk/dot.profile: revision 1.11 distrib/dreamcast/ramdisk/dot.profile: revision 1.3 distrib/arc/ramdisk/dot.profile: revision 1.5 distrib/atari/floppies/common/dot.profile: revision 1.8 PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
| 1.15.48.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|