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 EDCA2158093 for ; Mon, 13 Sep 2021 04:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC519E085B; Mon, 13 Sep 2021 04:49:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BCB5E085B for ; Mon, 13 Sep 2021 04:49:40 +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 7B23B342E5A for ; Mon, 13 Sep 2021 04:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D597BD0 for ; Mon, 13 Sep 2021 04:49:37 +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: <1631508569.33865c4e763994667df5053271496b3bab1f5abc.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/netboot-hppa32.spec releases/specs/hppa/netboot-hppa64.spec X-VCS-Directories: releases/specs/hppa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 33865c4e763994667df5053271496b3bab1f5abc X-VCS-Branch: master Date: Mon, 13 Sep 2021 04:49:37 +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: 9bc12fdb-3d48-483b-b721-510babca581a X-Archives-Hash: 7465cb2147e607627c8276147bd08b48 commit: 33865c4e763994667df5053271496b3bab1f5abc Author: Matt Turner gentoo org> AuthorDate: Fri Sep 10 21:47:32 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 13 04:49:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=33865c4e specs/hppa: Add sys-fs/lvm2 to netboot images Signed-off-by: Matt Turner gentoo.org> releases/specs/hppa/netboot-hppa32.spec | 1 + releases/specs/hppa/netboot-hppa64.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/specs/hppa/netboot-hppa32.spec b/releases/specs/hppa/netboot-hppa32.spec index 378d23c6..ddab2d87 100644 --- a/releases/specs/hppa/netboot-hppa32.spec +++ b/releases/specs/hppa/netboot-hppa32.spec @@ -27,6 +27,7 @@ netboot/use: netboot/packages: sys-boot/palo + sys-fs/lvm2 sys-fs/mdadm sys-fs/e2fsprogs sys-fs/reiserfsprogs diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 009b792a..35a34ceb 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -26,6 +26,7 @@ netboot/use: netboot/packages: sys-boot/palo + sys-fs/lvm2 sys-fs/mdadm sys-fs/e2fsprogs sys-fs/reiserfsprogs