Home | History | Annotate | Download | only in common
History log of /src/distrib/atari/floppies/common/dot.profile
RevisionDateAuthorComments
 1.9  20-Aug-2022  tsutsui Fix yet another "[: SMALL test, no fallback usage" error on installation.

The same problem as PR/54835 of the miniroot scripts, i.e.
avoid and replace use of -o binary primary marked obsolescent
by POSIX.1-2017:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_12
8_16

Noticed on installation of NetBSD 9.3 on TT030, and
maybe should be pulled up to netbsd-9.
 1.8  09-Jan-2020  martin PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.7  25-Nov-2017  tsutsui branches: 1.7.4; 1.7.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.6  15-Nov-2017  tsutsui 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.
 1.5  30-Jan-2016  tsutsui branches: 1.5.8;
Remove redundant mount_gemdos script and put an alias instead.
 1.4  30-Jun-2012  tsutsui Simply use "mount -u" to (re)mount root file system read-write
rather than denoting it using temporary /tmp/.root_writable file,
because it will never be removed if root file system is on floppy.
Fixes PR port-atari/37470.

Should be pulled up to netbsd-6.
 1.3  17-Nov-2008  abs branches: 1.3.8; 1.3.10;
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.
 1.2  26-Jul-2003  salo branches: 1.2.16; 1.2.26; 1.2.32; 1.2.40;
netbsd.org->NetBSD.org
 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.40.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.2.32.1  05-Oct-2008  mjf Sync with HEAD.
 1.2.26.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.2.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.3.10.1  05-Jul-2012  riz Pull up following revision(s) (requested by tsutsui in ticket #394):
distrib/atari/floppies/common/dot.profile: revision 1.4
Simply use "mount -u" to (re)mount root file system read-write
rather than denoting it using temporary /tmp/.root_writable file,
because it will never be removed if root file system is on floppy.
Fixes PR port-atari/37470.
Should be pulled up to netbsd-6.
 1.3.8.1  30-Oct-2012  yamt sync with head
 1.5.8.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.7.6.2  30-Aug-2022  martin Pull up following revision(s) (requested by tsutsui in ticket #1514):

distrib/atari/floppies/common/dot.profile: revision 1.9
distrib/vax/inst-common/dot.commonutils: revision 1.6
distrib/amiga/miniroot/dot.profile: revision 1.11
distrib/utils/script-installer/dot.commonutils: revision 1.8
distrib/amiga/floppies/inst-common/dot.commonutils: revision 1.9

Fix yet another "[: SMALL test, no fallback usage" error on installation.

The same problem as PR/54835 of the miniroot scripts, i.e.
avoid and replace use of -o binary primary marked obsolescent
by POSIX.1-2017:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_12
8_16

Noticed on installation of NetBSD 9.3 on TT030, and
maybe should be pulled up to netbsd-9.

Avoid more obsolescent binary primaries not supported by crunched test(1).

See PR/54835 and PR/56983 for details.
 1.7.6.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.7.4.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed