mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
* Fixed kernel version detection * Fixed baselayout PV detection * Fixed download stage3 script to always get the latest current stage3 amd64 openrc for now. In the nearby future a menu will be provided in order to choose which stage3 shall be installed s * Currently completely functional, installs a stage3 openrc safely. * Issue to fix: precompiled deps chain for gentoo-kernel-bin (including it as well) * Added support for stage3 choosing. Currently only musl-hardened fails due to lack of /usr/share/zoneinfo/ details. Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro> Part-of: https://github.com/gentoo/gentoo/pull/43386 Closes: https://github.com/gentoo/gentoo/pull/43386 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>stefan.cristian+git@rogentos.ro</email>
|
|
<name>Stefan Cristian B.</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Calamares is a distribution-independent system installer, with an
|
|
advanced partitioning feature for both manual and automated
|
|
partitioning operations. It is the first installer with an automated
|
|
“Replace Partition” option, which makes it easy to reuse a partition
|
|
over and over for distribution testing. Calamares is designed to be
|
|
customizable by distribution maintainers without need for cumbersome
|
|
patching, thanks to third party branding and external modules support.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">calamares/calamares</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="livecd">USE flag for Gentoo modules branding on LIVEDVD</flag>
|
|
</use>
|
|
</pkgmetadata>
|