Filippo Giunchedi has submitted this change and it was merged. Change subject: debirf.conf: adjust options for this environment ......................................................................
debirf.conf: adjust options for this environment Bug: T78135 Change-Id: Iabbfcfba7582ffd76d1fee29b33db4b1f5762cb4 --- M debian-amd64/debirf.conf 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved diff --git a/debian-amd64/debirf.conf b/debian-amd64/debirf.conf index b6be6af..97febfa 100644 --- a/debian-amd64/debirf.conf +++ b/debian-amd64/debirf.conf @@ -3,7 +3,7 @@ # Label for debirf system (for hostname and initrd). "debirf" will be # used if unspecified. # -DEBIRF_LABEL="debirf-rescue" +DEBIRF_LABEL="rescue" # Where shoud debirf build the image? By default, debirf will build # in the profile directory. @@ -13,20 +13,20 @@ # What suite should be used? The default is determined by # lsb_release, and falls back to "sid". # -#DEBIRF_SUITE= +DEBIRF_SUITE=jessie # The default distro (eg. "debian" or "ubuntu") is based on the distro # of the suite specified. If you want to use a suite from a # non-Debian/Ubuntu distro, specify the distro explicitly here (all # lowercase). # -#DEBIRF_DISTRO= +DEBIRF_DISTRO=debian # What mirror should debirf pull the suite from? By default, this is # based on the DEBIRF_DISTRO # (eg. "http://mirrors.kernel.org/${DEBIRF_DISTRO}"). # -#DEBIRF_MIRROR= +DEBIRF_MIRROR=http://http.debian.net/debian # What keyring should be used to verify the debootstrap for the # specified suite? This is also based on the DEBIRF_DISTRO by -- To view, visit https://gerrit.wikimedia.org/r/178846 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iabbfcfba7582ffd76d1fee29b33db4b1f5762cb4 Gerrit-PatchSet: 3 Gerrit-Project: operations/software/rescue-pxe Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
