History log of /openbsd/distrib/luna88k/ramdisk/install.md (Results 1 – 25 of 27)
Revision Date Author Comments
# 91b8c64f 25-May-2020 otto <otto@openbsd.org>

make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@


# 5398943e 05-Apr-2020 krw <krw@openbsd.org>

Make FFS2 the default filesystem type on installs except for landisk,
luna88k and sgi.

ok otto@ deraadt@ (for diff with same effect)


# c69fddd1 28-Jul-2017 rpe <rpe@openbsd.org>

DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts
according to the same logic for all architectures but sgi.

Consolidate setting them in one place in install.sub and incorporate
th

DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts
according to the same logic for all architectures but sgi.

Consolidate setting them in one place in install.sub and incorporate
the sgi specific MDSETS and MDSANESETS.

Introduce MDSANESETS complementing MDSETS which makes the construction
of DEFAULTSETS, THESETS and SANESETS clearer in install.sub.

While here, adjust the comment about how MDSETS used now.

OK deraadt@

show more ...


# bf992cc6 22-Jan-2017 rpe <rpe@openbsd.org>

Whitespaces ...


# 32efaffd 04-Sep-2016 rpe <rpe@openbsd.org>

Move files created by root during install/upgrade in a subdir of
/tmp with proper permissions so that unprivileged programs can not
tamper with them.

positive feedback from deraadt
OK halex


# c375c99c 08-Feb-2016 krw <krw@openbsd.org>

If manual disklabel editing is requested during install, don't emit
verbiage explaining what disklabels are.

If you don't know, you should be using (A)uto!

ok rpe@ halex@


# f53dd365 02-Jun-2015 rpe <rpe@openbsd.org>

Remove the $FSTABFLAG variable and use -F directly. The installer
uses disklabel UIDs unconditionally for a while already.

OK krw@
"looks good" deraadt@


# 6b7e7e25 31-May-2015 rpe <rpe@openbsd.org>

Replace identical code in the MD scripts of the installer with a new
MI function disklabel_autolayout() which now handles all aspects of
the disklabel auto-layout and autopartitioning case for the ro

Replace identical code in the MD scripts of the installer with a new
MI function disklabel_autolayout() which now handles all aspects of
the disklabel auto-layout and autopartitioning case for the root disk.
Remove get_disklabel_template() and merge it with the new function.

"move forward" deraadt@

show more ...


# 12cba9fa 04-May-2015 rpe <rpe@openbsd.org>

Add the new template file based autopartitioning feature of disklabel(8)
to the OpenBSD installer. It is available during unattended installation.
The template file is fetched from an url, provided a

Add the new template file based autopartitioning feature of disklabel(8)
to the OpenBSD installer. It is available during unattended installation.
The template file is fetched from an url, provided as answer to a new
question in the response file:

URL to autopartitioning template for disklabel = url

Original diff from and OK henning@
'no objection' krw@

show more ...


# 88536531 15-Aug-2014 rpe <rpe@openbsd.org>

Align install.md files with installer style.

- { foo ; bar ; } -> { foo; bar; }
- if foo ; then -> if foo; then

OK halex@


# d457f6c4 16-Nov-2013 rpe <rpe@openbsd.org>

Remove AUTOROOT variable which is a leftover of r1.183 of install.sub

diff from Philipp e1c1bac6253dc54a1e89ddc046585792 at osteo dot net

ok krw@ halex@


# 900348f3 30-Oct-2013 miod <miod@openbsd.org>

Copy the boot blocks into /boot on the root disk in md_installboot().


# 267a536e 22-Sep-2013 miod <miod@openbsd.org>

Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capable
ports.


# b1e85953 10-Jul-2012 halex <halex@openbsd.org>

since disklabel -W is no more, zap it from all the install.md's

ok krw@


# b13367e7 17-Apr-2011 krw <krw@openbsd.org>

First crack at enabling the installation of a DUID version of
/etc/fstab, after asking user. Current default is existing behaviour.

Feedback & suggestions deraadt@, halex@, jsing@, todd@.

ok deraad

First crack at enabling the installation of a DUID version of
/etc/fstab, after asking user. Current default is existing behaviour.

Feedback & suggestions deraadt@, halex@, jsing@, todd@.

ok deraadt@

show more ...


# fe1548ef 04-Jun-2009 krw <krw@openbsd.org>

Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing of
those lines in list2sh.awk.

ok deraadt@


# 352d199b 02-Jun-2009 krw <krw@openbsd.org>

Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.
Both cause partition sizes to be displayed using a human readable
format with the units automatically chosen by looking at the small

Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.
Both cause partition sizes to be displayed using a human readable
format with the units automatically chosen by looking at the smallest
partition in the disk label. Remove forceable humanization in 'A'
code and use '-h' in install scripts.

Prodded & ok deraadt@, verbiage tweaks from jmc@

show more ...


# 550fc31e 11-May-2009 deraadt <deraadt@openbsd.org>

Remind people that mountpoints must now be entered using the disklabel
command; the script does not ask afterwards. Note I am not adjusting
the macppc or sgi install.md scripts. I ask their maintai

Remind people that mountpoints must now be entered using the disklabel
command; the script does not ask afterwards. Note I am not adjusting
the macppc or sgi install.md scripts. I ask their maintainers to clean
them before I will maintain them further. Please

show more ...


# f749e03a 12-Apr-2009 krw <krw@openbsd.org>

Tweak pattern used to select partition lines for display so the
'# /dev/r...' line is not selected.

Noticed by deraadt@


# 9a2868cc 12-Apr-2009 krw <krw@openbsd.org>

No longer need '-f' or '-p' when displaying layout. A few patterns
missed the '# size offset ...' line at the top of the partition
list.


# da20dc83 10-Apr-2009 krw <krw@openbsd.org>

Where appropriate display the auto-allocation layout of the root
disk and ask if the installee wants to use it, edit it, or create
their own custom disklabel. Most one-disk installs will not need
to

Where appropriate display the auto-allocation layout of the root
disk and ask if the installee wants to use it, edit it, or create
their own custom disklabel. Most one-disk installs will not need
to see fdisk or disklabel.

i386 and macppc by me, adapted for others by deraadt@.

ok deraadt@

show more ...


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# a5d29431 22-Mar-2008 krw <krw@openbsd.org>

No point in checking disklabel output for 'disk label corrupted' message
since it isn't emitted anymore.

ok deraadt@


# 13acab54 04-Mar-2008 krw <krw@openbsd.org>

Redo serial console configuration logic. Smaller, easier to
understand.

Add serial console handling for alpha, macppc, zaurus. No functional
change for i386/amd64.

All archs should now have automa

Redo serial console configuration logic. Smaller, easier to
understand.

Add serial console handling for alpha, macppc, zaurus. No functional
change for i386/amd64.

All archs should now have automatic serial console configuration.

ok deraadt@

show more ...


# 7671bc2c 27-Mar-2005 krw <krw@openbsd.org>

Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate
fixed list of available maps and machine dependant md_set_term()
functions.

Any ramdisk with /sbin/kbd present (amd64, cats, i386 at

Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate
fixed list of available maps and machine dependant md_set_term()
functions.

Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment)
will now present list of available keyboard encodings.

ok deraadt@

show more ...


12