From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0A44138351 for ; Thu, 2 Apr 2020 23:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1201E0AB7; Thu, 2 Apr 2020 23:50:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF31BE0AB4 for ; Thu, 2 Apr 2020 23:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04DCC34EF91 for ; Thu, 2 Apr 2020 23:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18DCD1AC for ; Thu, 2 Apr 2020 23:50:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585871434.6194afc47d1783145bb1ce08e024117c4ad5c5e1.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/scripts/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/scripts/cloud-prep.sh X-VCS-Directories: releases/weekly/scripts/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6194afc47d1783145bb1ce08e024117c4ad5c5e1 X-VCS-Branch: master Date: Thu, 2 Apr 2020 23:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87872152-38f6-473e-8f18-3c6d732e0efc X-Archives-Hash: a518fb1e6708b1576ebb20cb1c2eb543 commit: 6194afc47d1783145bb1ce08e024117c4ad5c5e1 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 2 23:48:52 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 2 23:50:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6194afc4 scripts: s/grub2-mkconfig/grub-mkconfig/ Signed-off-by: Matt Turner gentoo.org> releases/weekly/scripts/cloud-prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/weekly/scripts/cloud-prep.sh b/releases/weekly/scripts/cloud-prep.sh index 699442fb..23bb7aa2 100644 --- a/releases/weekly/scripts/cloud-prep.sh +++ b/releases/weekly/scripts/cloud-prep.sh @@ -24,7 +24,7 @@ GRUB_TERMINAL='serial console' GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8" GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" EOF -grub2-mkconfig -o /boot/grub/grub.cfg +grub-mkconfig -o /boot/grub/grub.cfg sed -r -i 's/loop[0-9]+p1/LABEL\=cloudimg-rootfs/g' /boot/grub/grub.cfg sed -i 's/root=.*\ ro/root=LABEL\=cloudimg-rootfs\ ro/' /boot/grub/grub.cfg