From patchwork Thu Oct 14 12:00:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4786 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HVSdw2nsvz3wcZ for ; Thu, 14 Oct 2021 12:00:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HVSdv2lwyzbW; Thu, 14 Oct 2021 12:00:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HVSdv2D5Lz2xy1; Thu, 14 Oct 2021 12:00:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HVSdt1MV3z2xPS for ; Thu, 14 Oct 2021 12:00:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HVSds687BzZ6; Thu, 14 Oct 2021 12:00:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1634212833; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uJqVzdsHTqVBCUK3dxFsclEGXqABfoAHGzClY4jVNEk=; b=h2N5UnUUtOlSHa888zSh7tzrOTTJmTSh8DQ2lUqhytNXPIxqzBU9091HkcpnMprq7C2p8u RzHc4Ndmp0e/P5DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1634212833; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uJqVzdsHTqVBCUK3dxFsclEGXqABfoAHGzClY4jVNEk=; b=LTuXo1VXh30v8vDl8Lz8L8YkdUV9IbzrMS2tLpl94eO2iKyov62fS3qQV6JxQ5WPxhjiBv qFKDInCVa4tXUKLKDKimMbo1Lw8l/uy/3JIegOmGzKkxFHrIKerjrM6eHd11+CC6QPPriY V7XrPVXukCOXu68xyMNses7ZF/wmBOphSlJR/n+rYmGNR6rqea4Iw6NPI1+bMmXQWgSjlY wuQQay4oVtEwaTEjj0u7kz+sxHAoSU+0IDD9JA0WemJaVos1nC8ai9cGilQaZjksRhz3Lc MtMaCQmBYBVMp9e49mIa3nlJlX8AwcaKlvpwLv7eZrfdF2pPmpOqqhskw7hylw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] OCI: Enable serial console by default Date: Thu, 14 Oct 2021 12:00:31 +0000 Message-Id: <20211014120031.11989-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- config/grub2/00_cloud | 8 ++++++++ src/initscripts/system/partresize | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/grub2/00_cloud b/config/grub2/00_cloud index 121cb2fbd..1ef5053e5 100644 --- a/config/grub2/00_cloud +++ b/config/grub2/00_cloud @@ -23,8 +23,16 @@ cat <