History log of /src/usr.sbin/bsdinstall/scripts/docsinstall (Results 1 – 25 of 105)
Revision Date Author Comments
# ad31d476 25-Apr-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

bsdinstall: update comment related to pkg

pkg_add has been gone since 2013(?). Refer to pkg(8) instead.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: jrtc27
Differential Revi

bsdinstall: update comment related to pkg

pkg_add has been gone since 2013(?). Refer to pkg(8) instead.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: jrtc27
Differential Revision: https://reviews.freebsd.org/D44946

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 45ef6b4b 06-Jun-2022 Marc Fonvieille <blackend@FreeBSD.org>

bsdinstall/scripts/docsinstall: Add Indonesian Documentation

Add Indonesian Documentation to docinstall menu.

Approved by: doceng (implicit) re (gjb, implicit)
MFC after: 1 week


# cc42ef53 24-May-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


# e2515283 27-Aug-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# 633963a3 24-Aug-2020 Marc Fonvieille <blackend@FreeBSD.org>

Add missing Korean doc package entry, remove non-existent Serbian doc
package entry.

Approved by: re (gjb)
MFC after: 1 week


# ad31d476 25-Apr-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

bsdinstall: update comment related to pkg

pkg_add has been gone since 2013(?). Refer to pkg(8) instead.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: jrtc27
Differential Revi

bsdinstall: update comment related to pkg

pkg_add has been gone since 2013(?). Refer to pkg(8) instead.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: jrtc27
Differential Revision: https://reviews.freebsd.org/D44946

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 45ef6b4b 06-Jun-2022 Marc Fonvieille <blackend@FreeBSD.org>

bsdinstall/scripts/docsinstall: Add Indonesian Documentation

Add Indonesian Documentation to docinstall menu.

Approved by: doceng (implicit) re (gjb, implicit)
MFC after: 1 week


# cc42ef53 24-May-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


# e2515283 27-Aug-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# 633963a3 24-Aug-2020 Marc Fonvieille <blackend@FreeBSD.org>

Add missing Korean doc package entry, remove non-existent Serbian doc
package entry.

Approved by: re (gjb)
MFC after: 1 week


# 11d38a57 28-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head

Sponsored by: Gandi.net


# becbad1f 13-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 0f405ee7 28-Sep-2015 Navdeep Parhar <np@FreeBSD.org>

Sync up with head (up to r288341).


# a1cb6af1 16-Sep-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r287680 through r287877.


# f94594b3 12-Sep-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Finish merging from head, messed up in previous attempt


# fef95330 11-Sep-2015 Devin Teske <dteske@FreeBSD.org>

Update copyrights

MFC after: 3 days
X-MFC-to: stable/10


# 527a9f3a 11-Sep-2015 Devin Teske <dteske@FreeBSD.org>

Remove use of return outside of function

MFC after: 3 days
X-MFC-to: stable/10


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# 4bf53d0b 03-Apr-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from HEAD


# e6e746bf 25-Mar-2015 Glen Barber <gjb@FreeBSD.org>

MFH: r278968-r280640

Sponsored by: The FreeBSD Foundation


# efd6e672 18-Mar-2015 Allan Jude <allanjude@FreeBSD.org>

Remove a non-required unsafe condition added in the previous commit

Reviewed by: bapt
Approved by: dteske
Sponsored by: ScaleEngine Inc.


# d4218709 18-Mar-2015 Allan Jude <allanjude@FreeBSD.org>

Fix the handbook install option in bsdinstall

bsdconfig's f_package_add doesn't seem to support using the pkg repo from /etc/pkg/FreeBSD.conf, it also tries to run the commands on the installer imag

Fix the handbook install option in bsdinstall

bsdconfig's f_package_add doesn't seem to support using the pkg repo from /etc/pkg/FreeBSD.conf, it also tries to run the commands on the installer image, not in the destination chroot

Instead, manually bootstrap pkg in the chroot, and then install the requested packages (in the chroot)

Doesn't use pkg -c, because pkg is not installed on the installer image

PR: 196250
Differential Revision: https://reviews.freebsd.org/D2026
Approved by: bapt
Sponsored by: ScaleEngine Inc.

show more ...


12345