OpenBSD CVS

CVS log for src/usr.sbin/sysupgrade/sysupgrade.8


[BACK] Up to [local] / src / usr.sbin / sysupgrade

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 8 09:03:11 2022 UTC (2 years ago) by mglocker
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.12: +8 -2 lines
Diff to previous 1.12 (colored)

Add a new option which allows to set an alternative base-directory to
download the installation files to.  This is helpful if the default
base-directory /home isn't available for writing, i.e. when using auto
mounted home directories.

Discussed with and input received from
florian@, jmc@, sthen@, schwarze@, and ajacoutot@.

OK florian@, jmc@, sthen@

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 8 16:12:10 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Rename/move site(8) into install.site(5)

These sets/scripts are not commands and there is nothing actually called
"site".  This is configuration, so use section five.  Also rename to what
actually exists.

Discussed with deraadt schwarze jmc
OK deraadt

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 6 01:24:37 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
Changes since 1.10: +8 -3 lines
Diff to previous 1.10 (colored)

Add site(8), OpenBSD installation and upgrade customization

This is practically https://www.openbsd.org/faq/faq4.html#site
"Customizing the Install Process"++ with practical examples and references
to/from relevant manuals.

Prodding/first diff from Aaron Poffenberger <akp AT hypernote DOT com>
"I didn't know about it and now I'm using it on all my systems." florian
Feedback semarie afresh1
OK afresh1

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 3 12:43:58 2019 UTC (4 years, 8 months ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.9: +8 -5 lines
Diff to previous 1.9 (colored)

    Document /auto_upgrade.conf.
    While here Xr autoinstall(8).
    Prompted by a question from jungle boogie on bugs@
    OK deraadt
    Input & OK jmc

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed Oct 2 17:18:14 2019 UTC (4 years, 8 months ago) by benno
Branch: OPENBSD_6_5
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Add the sysupgrade utility, that can be used to upgrade a system to the
next release or a new snapshot. Backported from the upcoming 6.6 release.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 23 13:05:42 2019 UTC (4 years, 9 months ago) by schwarze
Branch: MAIN
Branch point for: OPENBSD_6_5
Changes since 1.8: +4 -10 lines
Diff to previous 1.8 (colored)

explain in a simpler way when the default is -r and when it is -s;
triggered by a very different patch from Rashad Kanavath;
OK florian@

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 9 21:09:37 2019 UTC (5 years, 1 month ago) by naddy
Branch: MAIN
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 (colored)

Add a -k flag to keep the files in /home/_sysupgrade, since they
will be deleted after the upgrade by default.  ok kn@

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 6 18:33:21 2019 UTC (5 years, 1 month ago) by otto
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

not do -> do not; ok jmc@

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 5 06:09:47 2019 UTC (5 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

sentences start with capitals;

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 3 15:18:14 2019 UTC (5 years, 1 month ago) by florian
Branch: MAIN
Changes since 1.4: +15 -10 lines
Diff to previous 1.4 (colored)

Rename -c to -s since the correct term is snapshot, not current. Also
implement -r for symetry reasons to force an upgrade to the next
release.
suggested by & OK deraadt, OK benno, kmos

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 3 14:44:19 2019 UTC (5 years, 1 month ago) by ian
Branch: MAIN
Changes since 1.3: +9 -3 lines
Diff to previous 1.3 (colored)

sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's diff, who
graciously OK'd mine. Improvement from naddy; polishing and OKs from kn and ingo.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 3 13:04:40 2019 UTC (5 years, 1 month ago) by florian
Branch: MAIN
Changes since 1.2: +8 -3 lines
Diff to previous 1.2 (colored)

Only fetch and upgrade if a new snapshot is available.
Based on a diff by Marco Bonetti (sid77 AT slackware.it).

discussed with deraadt@, OK kn

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 26 05:54:49 2019 UTC (5 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Dt is uppercase;

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 25 20:22:52 2019 UTC (5 years, 1 month ago) by florian
Branch: MAIN

Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or a
new snapshot.
Cargo culted from bits and pieces of a script originally posted
by naddy@ to misc, install.sub and syspatch(8)
with & OK deraadt

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.