diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 7fb11ab..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,20 +0,0 @@
-Adam Miller
-Bastien Nocera
-Bruno Wolff III
-Bryan Kearney
-Chitlesh Goorah
-Christoph Wickert
-Colin Walters
-Fabian Affolter
-Igor Pires Soares
-Jens Petersen
-Jeremy Katz
-Jeroen van Meeuwen
-Jesse Keating
-Luya Tshimbalanga
-Matthias Clasen
-Pedro Silva
-Rahul Sundaram
-Sebastian Dziallas
-Sebastian Vahl
-wart
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 94a9ed0..0000000
--- a/COPYING
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4cfb865..0000000
--- a/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Get a version name based off the nearest tag (include lightweight tags)
-version := $(shell git describe --tags)
-
-DESTDIR := /usr
-
-DATADIR := $(DESTDIR)/share
-
-DOCDIR := $(DATADIR)/doc
-
-name := spin-kickstarts
-
-all: dist
-
-install:
- mkdir -p -m 755 $(DATADIR)/$(name)
- install *.ks* -m 644 $(DATADIR)/$(name)
- mkdir -p -m 755 $(DATADIR)/$(name)/custom
- install -m 644 custom/* $(DATADIR)/$(name)/custom
- mkdir -p -m 755 $(DATADIR)/$(name)/l10n
- install -m 644 l10n/* $(DATADIR)/$(name)/l10n
- mkdir -p -m 755 $(DATADIR)/$(name)/snippets
- install -m 644 snippets/* $(DATADIR)/$(name)/snippets
-
-clean:
- rm -f $(name)-*.tar.gz
-
-dist: $(name)-$(version).tar.gz
-
-$(name)-$(version).tar.gz:
- git archive --format=tar --prefix=$(name)-$(version)/ HEAD | gzip > $(name)-$(version).tar.gz
-
-publish: $(name)-$(version).tar.gz
- scp $(name)-$(version).tar.gz fedorahosted.org:$(name)
-
-dist-clean:
- git clean -f -d
diff --git a/README.md b/README.md
index 1254285..7f744d0 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,7 @@
# fedora-kickstarts #
-This project is used to manage the Fedora kickstart files used in composing Fedora release images.
+This project was used to manage the Fedora kickstart files used in composing Fedora release images.
-The master branch is used by rawhide and each release branch is used by that release.
+This project has been retired as now all images previously defined here are now built using [kiwi](https://osinside.github.io/kiwi/).
-All changes should be made via the PR workflow.
-
-This project is packaged in Fedora as the spin-kickstarts package allowing users to see
-and modify the kickstart files for their local needs.
-
-Maintainers for each image are listed in the `maintainers.toml` file.
-
-## To make a release ##
-
- git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
- cd fedora-kickstarts
- # If you need a specific branch other than master:
- git checkout BRANCHNAME
- # No tag has been added yet tag HEAD with
- git tag VERSION
- git push --tags
- make
- # Publish the released tar ball
- make publish
- # Clean up the generated files:
- make clean
-
-## Build logs ##
-
-To see build logs go to
-
-https://koji.fedoraproject.org/koji
-
-"Packages" tab, and filter by Fedora-Workstation-Live for example.
-
-Technical info about the officialy released images can be found at
-
-https://kojipkgs.fedoraproject.org/compose/
-
-# bug reports #
-
-Bugs should be reported to the spin-kickstarts bugzilla component:
-
-https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts
+The definitions for Fedora images formerly defined here are now in [fedora-kiwi-descriptions](https://pagure.io/fedora-kiwi-descriptions).
diff --git a/custom/README b/custom/README
deleted file mode 100644
index dfa621b..0000000
--- a/custom/README
+++ /dev/null
@@ -1,7 +0,0 @@
-== NOTICE ==
-
-This directory contains unofficial kickstarts. These have been technically
-approved by the Fedora Spins SIG, but have no trademark approval.
-
-If these kickstart files include standard kickstarts (such as live-base),
-they should use ../ for the directory name.
diff --git a/custom/fedora-livedvd-haskell.ks b/custom/fedora-livedvd-haskell.ks
deleted file mode 100644
index 6d8559d..0000000
--- a/custom/fedora-livedvd-haskell.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-%include ../fedora-live-workstation.ks
-
-part / --size 6000
-
-%packages
-@haskell
-cpphs
-ghc-*-devel
-hugs98*
-xmobar
-xmonad
-@development-tools
-@fedora-packager
-devhelp
-emacs-haskell-mode
-xchat-gnome
-%end
diff --git a/custom/qa-test-day-welcome.js b/custom/qa-test-day-welcome.js
deleted file mode 100644
index 2f73781..0000000
--- a/custom/qa-test-day-welcome.js
+++ /dev/null
@@ -1,123 +0,0 @@
-/* Fedora Test Day welcome screen.
- *
- * Based on Fedora LiveCD welcome screen from Cosimo Cecchi:
- * http://git.fedorahosted.org/cgit/anaconda.git/tree/data/liveinst/gnome?h=f18-branch
- */
-
-const Gdk = imports.gi.Gdk;
-const GdkPixbuf = imports.gi.GdkPixbuf;
-const Gio = imports.gi.Gio;
-const GLib = imports.gi.GLib;
-const Gtk = imports.gi.Gtk;
-const Lang = imports.lang;
-const Pango = imports.gi.Pango;
-
-const Gettext = imports.gettext;
-const _ = imports.gettext.gettext;
-
-const LOCALE_DIR = '/usr/share/locale';
-
-let anacondaApp = null;
-
-function makeLabel(label, button) {
- let widget = new Gtk.Label();
-
- if (button)
- widget.set_markup(
- '' + label + '');
- else {
- widget.set_line_wrap(true);
- widget.set_justify(Gtk.Justification.CENTER);
- widget.set_margin_top(32);
- widget.set_margin_bottom(32);
-
- widget.set_markup(
- '' + label + '');
- }
-
- return widget;
-}
-
-const WelcomeWindow = new Lang.Class({
- Name: 'WelcomeWindow',
-
- _init: function(application) {
- this.window = new Gtk.ApplicationWindow({
- application: application,
- type: Gtk.WindowType.TOPLEVEL,
- default_width: 600,
- default_height: 550,
- title: _("Welcome to Fedora Test Day"),
- window_position: Gtk.WindowPosition.CENTER });
- this.window.connect('key-press-event', Lang.bind(this,
- function(w, event) {
- let key = event.get_keyval()[1];
-
- if (key == Gdk.KEY_Escape)
- this.window.destroy();
-
- return false;
- }));
-
- let mainGrid = new Gtk.Grid({
- orientation: Gtk.Orientation.VERTICAL,
- row_spacing: 16,
- vexpand: true,
- hexpand: true,
- halign: Gtk.Align.CENTER,
- valign: Gtk.Align.CENTER });
- this.window.add(mainGrid);
-
- let buttonBox = new Gtk.Grid({
- orientation: Gtk.Orientation.HORIZONTAL,
- column_spacing: 16,
- halign: Gtk.Align.CENTER });
- mainGrid.add(buttonBox);
-
- let tryContent = new Gtk.Box({
- orientation: Gtk.Orientation.VERTICAL, spacing: 16 });
- let firefoxpix = GdkPixbuf.Pixbuf.new_from_file_at_size(
- '/usr/share/icons/Fedora/256x256/places/start-here.png',256, 256);
- tryContent.add(new Gtk.Image({ pixbuf: firefoxpix }));
- tryContent.add(makeLabel(_("Participate in the Test Day"), true));
- let tryButton = new Gtk.Button({ child: tryContent });
- buttonBox.add(tryButton);
-
- this._label = makeLabel(_(
- "Click the button to open a browser with the current Test Day " +
- "wiki page containing instructions and an IRC chat to discuss " +
- "any issues and questions you might have."
- ), false);
- mainGrid.add(this._label);
-
- tryButton.connect('clicked', Lang.bind(this,
- function() {
- GLib.spawn_command_line_async('firefox');
- this.window.destroy();
- }));
- }
-});
-
-Gettext.bindtextdomain('anaconda', LOCALE_DIR);
-Gettext.textdomain('anaconda');
-
-GLib.set_prgname('test-day-welcome');
-Gtk.init(null, null);
-Gtk.Settings.get_default().gtk_application_prefer_dark_theme = true;
-
-let application = new Gtk.Application({
- application_id: 'org.fedoraproject.welcome-screen',
- flags: Gio.ApplicationFlags.FLAGS_NONE });
-let welcomeWindow = null;
-
-application.connect('startup', Lang.bind(this,
- function() {
- welcomeWindow = new WelcomeWindow(application);
- }));
-application.connect('activate', Lang.bind(this,
- function() {
- welcomeWindow.window.show_all();
- }));
-
-application.run(ARGV);
-
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
deleted file mode 100644
index a610434..0000000
--- a/custom/qa-test-day.ks
+++ /dev/null
@@ -1,164 +0,0 @@
-### Fedora Test Day LiveCD ###
-# Read more at: https://fedoraproject.org/wiki/QA/Test_Days/Live_Image
-# Contact QA team if you have any improvements for this kickstart:
-# https://fedoraproject.org/wiki/QA
-
-%include ../fedora-live-workstation.ks
-
-
-## System configuration
-# Warn about SELinux issues, but don't block
-selinux --permissive
-
-
-## Repositories
-# If you want, you can enable updates-testing
-#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
-# You can also define your own repository here with custom/bleeding-edge packages
-#repo --name=test-day --baseurl=http://server/path
-
-
-## Packages
-%packages
-# Remove Anaconda, this image is not intended for installation (we modify the
-# image a lot, removing lots of software and changing some system defaults).
-# TCs/RCs are intended for installation instead. Of course you can put the
-# installer back for a specific Test Day, if needed, but make sure to communicate
-# well to people that it is intended for testing purposes, not for real usage.
--@anaconda-tools
--anaconda
-
-# Strip as many packages as possible, so that our testers don't need to download
-# large ISOs. Only leave those packages that are generally useful for Test Days.
-# Test Day organizers can adjust the kickstart and add specific packages they
-# need for a particular Test Day.
--@libreoffice
--@printing
--aisleriot
--authconfig
--brasero*
--cheese
--colord
--colord-gtk
--deja-dup
--evolution
--evolution-ews
--fedora-release-notes
--firewall-config
--firstboot
--gnome-backgrounds
--gnome-boxes
--gnome-color-manager
--gnome-clocks
--gnome-contacts
--gnome-dictionary
--gnome-documents
--gnome-font-viewer
--gnome-getting-started-docs
--gnome-icon-theme-extras
--gnome-initial-setup
--gnome-photos
--gucharmap
--initial-setup
--libsane-hpaio
--nautilus-sendto
--orca
--realmd
--rhythmbox
--sane-backends*
--shotwell
--simple-scan
--system-config-*
--tmpwatch
--transmission-gtk
--vinagre
--yum-langpacks
-
-# Add some smaller alternatives for the stripped packages
-abiword
-
-# Add packages useful for testing and debugging problems
-gdb
-strace
-ltrace
-gtk-recordmydesktop
-gconf-editor
-dconf-editor
-nautilus-open-terminal
-iotop-c
-htop
-
-# Add favorite power-user tools
-mc
-vim
-nano
-wget2-wget
-
-# Add dependencies for the welcome screen
-# (this makes it run also on non-GNOME systems)
-gjs
-firefox
-
-%end
-
-
-## LiveCD environment adjustments
-%post
-
-# The following changes are executed only during LiveCD boot and wouldn't affect
-# the installed system. This image is not intended for installation, but you
-# never know what your users might do.
-
-# "EOF" is quoted so that variables are not expanded. Search for "here-document"
-# in man bash.
-cat >> /var/lib/livesys/livesys-session-extra << "EOF"
-
-# Create Test Day welcome screen
-# Note that shebang must be written this way, else it is considered as comment
-echo "#!/usr/bin/env gjs-console" > /tmp/test-day-welcome
-cat >> /tmp/test-day-welcome << FOE
-%include qa-test-day-welcome.js
-FOE
-chmod +x /tmp/test-day-welcome
-
-cat > /usr/share/applications/test-day-welcome.desktop << FOE
-[Desktop Entry]
-Name=Welcome to Fedora Test Day
-Exec=/tmp/test-day-welcome
-Icon=/usr/share/icons/Fedora/256x256/places/start-here.png
-Type=Application
-StartupNotify=true
-NoDisplay=true
-X-GNOME-Autostart-enabled=true
-FOE
-ln -s /usr/share/applications/test-day-welcome.desktop /etc/xdg/autostart/
-# Remove anaconda welcome screen (if it exists), it would display instead of ours
-rm -f /home/liveuser/.config/autostart/fedora-welcome.desktop
-
-PREFDIR=`ls -d /usr/lib*/firefox/browser/defaults/preferences`
-cat << FOE >> $PREFDIR/00-test-day.js
-pref("startup.homepage_welcome_url","");
-pref("startup.homepage_override_url","");
-pref("browser.rights.3.shown", true);
-pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current | http://webchat.freenode.net/?channels=fedora-test-day");
-FOE
-
-# Adjust launchers in dash using a vendor override. (Adding a profile would
-# be another way to do this.)
-cat << FOE >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override
-[org.gnome.shell]
-favorite-apps=['test-day-welcome.desktop', 'firefox.desktop', 'nautilus.desktop', 'gnome-terminal.desktop']
-FOE
-
-# Disable screen blanking, there's no benefit on a Test Day image and it's irritating
-cat << FOE >> /usr/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.override
-[org.gnome.desktop.session]
-idle-delay=0
-FOE
-
-# Rebuild schema cache with any overrides we installed
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-
-EOF
-
-%end
diff --git a/fedora-budgie-common.ks b/fedora-budgie-common.ks
deleted file mode 100644
index 6bc065b..0000000
--- a/fedora-budgie-common.ks
+++ /dev/null
@@ -1,23 +0,0 @@
-%packages
-fedora-release-budgie
-
-# Exclude unwanted groups that fedora-live-base.ks pulls in
--@dial-up
--@input-methods
--@standard
-
-# Install budgie environment
-@^budgie-desktop-environment
-
-# recommended apps
-@budgie-desktop-apps
-@libreoffice
-libreoffice-draw
-libreoffice-math
-thunderbird
-
-# Exclude unwanted packages from @anaconda-tools group
--gfs2-utils
--reiserfs-utils
-
-%end
diff --git a/fedora-cinnamon-common.ks b/fedora-cinnamon-common.ks
deleted file mode 100644
index d71613b..0000000
--- a/fedora-cinnamon-common.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-cinnamon-common.ks
-#
-# Description:
-# - Fedora package set for the Cinnamon Desktop Environment
-#
-# Maintainer(s):
-# - Dan Book
-
-%packages
-
-fedora-release-cinnamon
-
-# install env-group to resolve RhBug:1891500
-@^cinnamon-desktop-environment
-
-@libreoffice
-exaile
-
-%end
diff --git a/fedora-cloud-base-azure.ks b/fedora-cloud-base-azure.ks
deleted file mode 100644
index 629e6ad..0000000
--- a/fedora-cloud-base-azure.ks
+++ /dev/null
@@ -1,24 +0,0 @@
-# This is a basic Fedora cloud spin designed to work with Azure.
-
-# Inherit from cloud base
-%include fedora-cloud-base.ks
-
-%packages
-# Fedora Cloud Base includes the qemu guest agent and it is not
-# required for Azure: https://pagure.io/cloud-sig/issue/319
--qemu-guest-agent
-WALinuxAgent
-%end
-
-%post --erroronfail
-cat > /etc/ssh/sshd_config.d/50-client-alive-interval.conf << EOF
-ClientAliveInterval 120
-EOF
-
-cat >> /etc/chrony.conf << EOF
-
-# Azure's virtual time source:
-# https://docs.microsoft.com/en-us/azure/virtual-machines/linux/time-sync#check-for-ptp-clock-source
-refclock PHC /dev/ptp_hyperv poll 3 dpoll -2 offset 0
-EOF
-%end
diff --git a/fedora-cloud-base-gcp.ks b/fedora-cloud-base-gcp.ks
deleted file mode 100644
index 0660caf..0000000
--- a/fedora-cloud-base-gcp.ks
+++ /dev/null
@@ -1,38 +0,0 @@
-# This is a basic Fedora cloud spin designed to work with GCP.
-# Note that GCP prefers UEFI so we'll need to make sure this image
-# is created from a machine that is started in UEFI mode.
-
-# Inherit from cloud base
-%include fedora-cloud-base.ks
-
-# Change serial port configuration to recommended default for GCP (ttyS0,38400n8d)
-# Don't show bootloader as it's impossible for the user to get to it in time
-# So we might as well not waste the 1 second on each boot.
-# https://cloud.google.com/compute/docs/import/import-existing-image
-bootloader --timeout=0 --location=mbr --append="no_timer_check console=ttyS0,38400n8d"
-
-# redefine `services` here to drop cloud-init systemd unit enablements from
-# fedora-cloud-base.ks since we don't use them.
-services --enabled=sshd
-
-%packages
-# GCP provides its own guest environment.
-google-compute-engine-guest-configs
-# BZ 2193039: Ensure additional packages are present for ssh access management
-google-compute-engine-oslogin
-google-guest-agent
--cloud-init
-# Fedora Cloud Base includes the qemu guest agent. GCP prefers
-# that it not be installed https://pagure.io/cloud-sig/issue/319
--qemu-guest-agent
-%end
-
-%post --erroronfail
-cat < /etc/NetworkManager/conf.d/gcp-mtu.conf
-# In GCP it is recommended to use 1460 as the MTU.
-# Set it to 1460 for all connections.
-# https://cloud.google.com/network-connectivity/docs/vpn/concepts/mtu-considerations
-[connection]
-ethernet.mtu = 1460
-EOF
-%end
diff --git a/fedora-cloud-base-vagrant.ks b/fedora-cloud-base-vagrant.ks
deleted file mode 100644
index 8313d3d..0000000
--- a/fedora-cloud-base-vagrant.ks
+++ /dev/null
@@ -1,63 +0,0 @@
-# Like the Cloud Base image, but tuned for vagrant. Enable
-# the vagrant user, disable cloud-init.
-
-%include fedora-cloud-base.ks
-
-services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
-
-# So, to be clear, this gaping security hole is an integral part of how
-# Vagrant works - These images are _not_ supposed to be run in any public-
-# Internet facing way - They are for use on developer setups, almost always
-# with NAT
-user --name=vagrant --password=vagrant
-
-# Suggestion from @purpleidea that most/many vagrant boxes also set root PW
-# to "vagrant" for ease of use. Again, see comments above.
-rootpw vagrant
-
-# The addition of the net.ifnames=0 and biosdevnames=0 option ensures that
-# even on VirtualBox virt, we get a primary network device with "eth0" as the name
-# This simplifies things and allows a single disk image for both supported Vagrant
-# platforms (virtualbox and kvm)
-bootloader --timeout=1 --location=mbr --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
-
-%packages
-# rsync gets installed when the Vagrant box is first launched on the
-# users setup. This can actually take a bit of time. Just fold it
-# in to the base box disk image
-rsync
-# Add in sshfs for vagrant-sshfs plugin
-fuse-sshfs
-%end
-
-%post --erroronfail
-
-# Work around cloud-init being both disabled and enabled; need
-# to refactor to a common base.
-systemctl mask cloud-init cloud-init-local cloud-config cloud-final
-
-# Vagrant setup
-sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
-echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
-sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
-mkdir -m 0700 -p ~vagrant/.ssh
-cat > ~vagrant/.ssh/authorized_keys << EOKEYS
-ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key
-EOKEYS
-chmod 600 ~vagrant/.ssh/authorized_keys
-chown -R vagrant:vagrant ~vagrant/.ssh/
-
-cat > /etc/ssh/sshd_config.d/10-vagrant-insecure-rsa-key.conf < ${tempfile}
-# imagefactory --debug base_image --file-parameter install_script ${tempfile} fedora-atomic-rawhide.tdl
-#
-
-text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
-lang en_US.UTF-8
-keyboard us
-timezone --utc Etc/UTC
-
-selinux --enforcing
-rootpw --lock --iscrypted locked
-
-firewall --disabled
-
-bootloader --timeout=1 --location=mbr --append="no_timer_check console=tty1 console=ttyS0,115200n8"
-
-services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
-
-# Configure for gpt with bios+uefi
-clearpart --all --initlabel --disklabel=gpt
-part prepboot --size=4 --fstype=prepboot
-part biosboot --size=1 --fstype=biosboot
-part /boot/efi --size=100 --fstype=efi
-part /boot --size=1000 --fstype=ext4 --label=boot
-part btrfs.007 --size=2000 --fstype=btrfs --grow
-btrfs none --label=fedora btrfs.007
-btrfs /home --subvol --name=home LABEL=fedora
-btrfs / --subvol --name=root LABEL=fedora
-
-%include fedora-repo.ks
-
-reboot
-
-##### begin package list #############################################
-%packages --inst-langs=en
-
-# Include packages for the cloud-server-environment group
-@^cloud-server-environment
-
-# Install the tracer dnf plugin to enable automatic reboots
-# IF the user requests package updates
-# AND requests a reboot
-# AND the packages updated require a reboot.
-# https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates
-python3-dnf-plugin-tracer
-
-# Don't include the kernel toplevel package since it pulls in
-# kernel-modules. We're happy for now with kernel-core.
--kernel
-kernel-core
-
-# Don't include dracut-config-rescue. It will have dracut generate a
-# "rescue" entry in the grub menu, but that also means there is a
-# rescue kernel and initramfs that get created, which (currently) add
-# about another 40MiB to the /boot/ partition. Also the "rescue" mode
-# is generally not useful in the cloud.
--dracut-config-rescue
-
-# Plymouth provides a graphical boot animation. In the cloud we don't
-# need a graphical boot animation. This also means anaconda won't put
-# rhgb/quiet on kernel command line
--plymouth
-
-# Install qemu-guest-agent https://pagure.io/cloud-sig/issue/319 To
-# improve the integration with OpenStack and other VM management
-# systems (oVirt, KubeVirt).
-qemu-guest-agent
-
-
-# No need for firewalld for now. We don't have a firewall on by default.
--firewalld
-
-# Don't include the geolite2 databases, which end up with 66MiB
-# in /usr/share/GeoIP
--geolite2-country
--geolite2-city
-%end
-##### end package list ###############################################
-
-
-##### begin kickstart post ###########################################
-%post --erroronfail
-
-if [ "$(arch)" = "x86_64" ]; then
-# Set up legacy BIOS boot if we booted from UEFI
-grub2-install --target=i386-pc /dev/vda
-fi
-
-# Blivet sets pmbr_boot flag erroneously and we need to purge it
-# otherwise it'll fail to boot
-parted /dev/vda disk_set pmbr_boot off
-
-# linux-firmware is installed by default and is quite large. As of mid 2020:
-# Total download size: 97 M
-# Installed size: 268 M
-# So far we've been fine shipping without it so let's continue.
-# More discussion about this in #1234504.
-echo "Removing linux-firmware package."
-rpm -e linux-firmware
-
-# See the systemd-random-seed.service man page that says:
-# " It is recommended to remove the random seed from OS images intended
-# for replication on multiple systems"
-echo "Removing random-seed so it's not the same in every image."
-rm -f /var/lib/systemd/random-seed
-
-echo "Import RPM GPG key"
-releasever=$(rpm --eval '%{fedora}')
-basearch=$(uname -i)
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-
-echo "Zeroing out empty space."
-# Create zeros file with nodatacow and no compression
-touch /var/tmp/zeros
-chattr +C /var/tmp/zeros
-# This forces the filesystem to reclaim space from deleted files
-dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
-echo "(Don't worry -- that out-of-space error was expected.)"
-# Force sync to disk (Cf. https://pagure.io/cloud-sig/issue/340#comment-743430)
-btrfs filesystem sync /
-rm -f /var/tmp/zeros
-btrfs filesystem sync /
-
-# When we build the image a networking config file gets left behind.
-# Let's clean it up.
-echo "Cleanup leftover networking configuration"
-rm -f /etc/NetworkManager/system-connections/*.nmconnection
-
-# Truncate the /etc/resolv.conf left over from NetworkManager during the
-# kickstart. This causes delays in boot with cloud-init because the
-# 192.168.122.1 DNS server cannot be reached.
-truncate -s 0 /etc/resolv.conf
-
-# Clear machine-id on pre generated images
-truncate -s 0 /etc/machine-id
-
-%end
-##### end kickstart post ############################################
diff --git a/fedora-container-base-minimal.ks b/fedora-container-base-minimal.ks
deleted file mode 100644
index cba751b..0000000
--- a/fedora-container-base-minimal.ks
+++ /dev/null
@@ -1,65 +0,0 @@
-# See fedora-container-common.ks for details on how to hack on container image kickstarts
-# This base is a stripped back Fedora image without python3.
-# If you need that use the standard base image.
-
-%include fedora-container-common.ks
-
-%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
-dnf5
--tzdata
-%end
-
-%post --erroronfail --log=/root/anaconda-post.log
-# remove some random help txt files
-rm -fv usr/share/gnupg/help*.txt
-
-# Pruning random things
-rm usr/lib/rpm/rpm.daily
-rm -rfv usr/lib64/nss/unsupported-tools/ # unsupported
-
-# Statically linked crap
-rm -fv usr/sbin/{glibc_post_upgrade.x86_64,sln}
-ln usr/bin/ln usr/sbin/sln
-
-# Remove some dnf info
-rm -rfv /var/lib/dnf
-
-# don't need icons
-rm -rfv /usr/share/icons/*
-
-#some random not-that-useful binaries
-rm -fv /usr/bin/pinky
-
-# we lose presets by removing /usr/lib/systemd but we do not care
-rm -rfv /usr/lib/systemd
-
-# Final pruning
-rm -rfv /var/cache/* /var/log/* /tmp/*
-
-%end
-
-%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
-set -eux
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
-# Fix /run/lock breakage since it's not tmpfs in docker
-# This unmounts /run (tmpfs) and then recreates the files
-# in the /run directory on the root filesystem of the container
-# NOTE: run this in nochroot because "umount" does not exist in chroot
-umount /mnt/sysimage/run
-# The file that specifies the /run/lock tmpfile is
-# /usr/lib/tmpfiles.d/legacy.conf, which is part of the systemd
-# rpm that isn't included in this image. We'll create the /run/lock
-# file here manually with the settings from legacy.conf
-# NOTE: chroot to run "install" because it is not in anaconda env
-chroot /mnt/sysimage install -d /run/lock -m 0755 -o root -g root
-
-
-# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
-# NOTE: run this in nochroot because "find" does not exist in chroot
-KEEPLANG=en_US
-for dir in locale i18n; do
- find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
-done
-
-%end
diff --git a/fedora-container-base.ks b/fedora-container-base.ks
deleted file mode 100644
index 566a07a..0000000
--- a/fedora-container-base.ks
+++ /dev/null
@@ -1,55 +0,0 @@
-# See fedora-container-common.ks for details on how to hack on container image kickstarts
-# This base is a standard Fedora image with python3 and dnf
-
-%include fedora-container-common.ks
-
-%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
-rootfiles
-tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
-vim-minimal
-dnf5
-dnf5-plugins
-sudo
--glibc-langpack-en
--langpacks-en
-%end
-
-%post --erroronfail --log=/root/anaconda-post.log
-# remove some extraneous files
-rm -rf /var/cache/dnf/*
-rm -rf /tmp/*
-
-# https://pagure.io/atomic-wg/issue/308
-printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf
-
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
-# Fix /run/lock breakage since it's not tmpfs in docker
-# This unmounts /run (tmpfs) and then recreates the files
-# in the /run directory on the root filesystem of the container
-#
-# We ignore the return code of the systemd-tmpfiles command because
-# at this point we have already removed the /etc/machine-id and all
-# tmpfiles lines with %m in them will fail and cause a bad return
-# code. Example failure:
-# [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
-#
-umount /run
-rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316
-
-# Final pruning
-rm -rfv /var/cache/* /var/log/* /tmp/*
-
-%end
-
-%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
-set -eux
-
-# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
-# NOTE: run this in nochroot because "find" does not exist in chroot
-KEEPLANG=en_US
-for dir in locale i18n; do
- find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
-done
-
-%end
diff --git a/fedora-container-common.ks b/fedora-container-common.ks
deleted file mode 100644
index 430851a..0000000
--- a/fedora-container-common.ks
+++ /dev/null
@@ -1,89 +0,0 @@
-# This is the common bits between Fedora Container base image.
-#
-# To keep this image minimal it only installs English language. You need to change
-# dnf configuration in order to enable other languages.
-#
-# ## Hacking on this image ###
-# This kickstart is processed using Anaconda-in-ImageFactory (via Koji typically),
-# but you can run imagefactory locally too.
-#
-# To do so, testing local changes, first you'll need a TDL file. I store one here:
-# https://pagure.io/fedora-atomic/raw/master/f/fedora-atomic-rawhide.tdl
-#
-# Then, once you have imagefactory and imagefactory-plugins installed, run:
-#
-# ksflatten -c fedora-container-base[-minimal].ks -o fedora-container-base-test.ks
-# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-container-base-test.ks docker
-#
-
-text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
-bootloader --disabled
-timezone --isUtc Etc/UTC
-timesource --ntp-disable
-rootpw --lock --iscrypted locked
-keyboard us
-network --bootproto=dhcp --device=link --activate --onboot=on
-reboot
-
-# boot partitions are irrelevant as the final docker image is a tarball
-zerombr
-clearpart --all
-autopart --noboot --nohome --noswap --nolvm
-
-%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
-fedora-release-container
-bash
-coreutils
-glibc-minimal-langpack
-tzdata
-rpm
-util-linux-core
--kernel
--dosfstools
--e2fsprogs
--fuse-libs
--gnupg2-smime
--libss # used by e2fsprogs
--pinentry
--shared-mime-info
--trousers
--xkeyboard-config
--grubby
--langpacks-en_GB
-# https://bugzilla.redhat.com/show_bug.cgi?id=1951111
--util-linux
--sssd-client
-
-%end
-
-%post --erroronfail --log=/root/anaconda-post.log
-set -eux
-
-# Set install langs macro so that new rpms that get installed will
-# only install langs that we limit it to.
-LANG="en_US"
-echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1727489
-echo 'LANG="C.UTF-8"' > /etc/locale.conf
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
-echo "Import RPM GPG key"
-releasever=$(rpm --eval '%{?fedora}')
-
-# When building ELN containers, we don't have the %{fedora} macro
-if [ -z $releasever ]; then
- releasever=eln
-fi
-
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
-
-echo "# fstab intentionally empty for containers" > /etc/fstab
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-echo "# resolv placeholder" > /etc/resolv.conf
-chmod 644 /etc/resolv.conf
-%end
diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks
deleted file mode 100644
index cc7477e..0000000
--- a/fedora-container-toolbox.ks
+++ /dev/null
@@ -1,225 +0,0 @@
-# Kickstart file for Fedora Toolbox
-
-# See fedora-container-common.ks for details on how to hack on container image kickstarts
-
-text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
-bootloader --disabled
-timezone --isUtc Etc/UTC
-timesource --ntp-disable
-rootpw --lock --iscrypted locked
-keyboard us
-network --bootproto=dhcp --device=link --activate --onboot=on
-reboot
-
-# boot partitions are irrelevant as the final docker image is a tarball
-zerombr
-clearpart --all
-autopart --noboot --nohome --noswap --nolvm
-
-# Install packages
-%packages --nocore
-acl
-bash
-bash-completion
-bc
-bzip2
-coreutils
-coreutils-common
-curl
-default-editor
-diffutils
-dnf5
-dnf5-plugins
--dosfstools
--e2fsprogs
-fedora-release-toolbx
-findutils
-flatpak-spawn
-fpaste
--fuse-libs
-gawk
-git
--glibc-minimal-langpack
-glibc-all-langpacks
-gnupg2
-gnupg2-smime
-grep
--grubby
-gvfs-client
-gzip
-hostname
-iproute
-iputils
--kernel
-keyutils
-krb5-libs
-less
-libcap
--libss
-lsof
-man-db
-man-pages
-mesa-dri-drivers
-mesa-vulkan-drivers
-mtr
-nss-mdns
-openssh-clients
-openssl
-p11-kit
-pam
-pigz
--pinentry
-procps-ng
-psmisc
-python3
-rootfiles
-rpm
-rsync
-sed
-shadow-utils
--shared-mime-info
--sssd-client
-sudo
-# This is a weak dependency of systemd, we do not want
-# this in the container; see
-# https://github.com/containers/toolbox/issues/1410
--systemd-resolved
-tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
-tcpdump
-time
-traceroute
-tree
--trousers
-tzdata
-unzip
-util-linux
-util-linux-core
-vim-minimal
-vte-profile
-vulkan-loader
-wget2-wget
-which
-whois
-words
--xkeyboard-config
-xorg-x11-xauth
-xz
-zip
-%end
-
-# Pre-installation commands
-%pre
-# Copy README.md
-cp /README.md /mnt/sysimage/README.md
-
-# Remove macros.image-language-conf file
-rm -f /mnt/sysimage/etc/rpm/macros.image-language-conf
-
-# Remove 'tsflags=nodocs' line from dnf.conf
-sed -i '/tsflags=nodocs/d' /mnt/sysimage/etc/dnf/dnf.conf
-%end
-
-%post --erroronfail --log=/root/anaconda-post.log
-set -eux
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1727489
-echo 'LANG="C.UTF-8"' > /etc/locale.conf
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
-echo "Import RPM GPG key"
-releasever=$(rpm --eval '%{?fedora}')
-
-# When building ELN containers, we don't have the %{fedora} macro
-if [ -z $releasever ]; then
- releasever=eln
-fi
-
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
-
-echo "# fstab intentionally empty for containers" > /etc/fstab
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-echo "# resolv placeholder" > /etc/resolv.conf
-chmod 644 /etc/resolv.conf
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
-# Fix /run/lock breakage since it's not tmpfs in docker
-# This unmounts /run (tmpfs) and then recreates the files
-# in the /run directory on the root filesystem of the container
-#
-# We ignore the return code of the systemd-tmpfiles command because
-# at this point we have already removed the /etc/machine-id and all
-# tmpfiles lines with %m in them will fail and cause a bad return
-# code. Example failure:
-# [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
-#
-umount /run
-rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316
-
-# Final pruning
-rm -rfv /var/cache/* /var/log/* /tmp/*
-
-# Check if specified files exist
-declare -a files=(
- # bash
- "/usr/share/man/man1/bash.1*"
- "/usr/share/man/man1/cd.1*"
- "/usr/share/man/man1/export.1*"
- # coreutils-common
- "/usr/share/man/man1/cat.1*"
- "/usr/share/man/man1/cp.1*"
- "/usr/share/man/man1/ls.1*"
- # gnupg2
- "/usr/share/man/man1/gpg2.1*"
- "/usr/share/man/man7/gnupg2.7*"
- # psmisc
- "/usr/share/man/fr/man1/pstree.1*"
- "/usr/share/man/ko/man1/pstree.1*"
- "/usr/share/man/man1/pstree.1*"
- # rpm
- "/usr/share/man/man8/rpm.8*"
- "/usr/share/man/man8/rpm2cpio.8*"
- # shadow-utils
- "/usr/share/man/fr/man8/useradd.8*"
- "/usr/share/man/ja/man8/useradd.8*"
- "/usr/share/man/man8/useradd.8*"
- # util-linux
- "/usr/share/man/man1/cal.1.*"
- "/usr/share/man/man1/getopt.1*"
- "/usr/share/man/man1/hexdump.1*"
- # util-linux-core
- "/usr/share/man/man1/kill.1*"
- "/usr/share/man/man8/mount.8*"
- # xz
- "/usr/share/man/fr/man1/xz.1*"
- "/usr/share/man/ko/man1/xz.1*"
- "/usr/share/man/man1/xz.1*"
-)
-
-ret_val=0
-for file in "${files[@]}"; do
- if ! compgen -G "$file" >/dev/null; then
- echo "$file: No such file or directory" >&2
- ret_val=1
- break
- fi
-done
-
-if [ "$ret_val" -ne 0 ]; then
- false
-fi
-%end
-
-# Perform any necessary post-installation configurations specific to Fedora Toolbox (nochroot environment)
-# Post-installation commands
-
-%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
-set -eux
-
-# Clean up dnf cache
-dnf clean all
-
-%end
diff --git a/fedora-design-suite-common.ks b/fedora-design-suite-common.ks
deleted file mode 100644
index 9a7b53c..0000000
--- a/fedora-design-suite-common.ks
+++ /dev/null
@@ -1,28 +0,0 @@
-%packages
-# Switch to groups for design suite
-@design-suite
-
-# Identify as Fedora Design Suite
-fedora-release-designsuite
-
-# Provides backup application
-#deja-dup
-
-# Add extra gnome applications
-#gnome-books
-gnome-calendar
-gnome-pomodoro
-gnome-todo
-
-# Add cosmetic for terminal
-powerline
-powerline-fonts
-
-# removal of unneeded applications
--gnome-boxes
-
-# temporarily removing conflicting application
--mypaint
--sparkleshare
-
-%end
diff --git a/fedora-disk-base.ks b/fedora-disk-base.ks
deleted file mode 100644
index 3534acf..0000000
--- a/fedora-disk-base.ks
+++ /dev/null
@@ -1,93 +0,0 @@
-# fedora-disk-base.ks
-#
-# Defines the basics for all kickstarts in the fedora-live branch
-# Does not include package selection (other then mandatory)
-# Does not include localization packages or configuration
-#
-# Does includes "default" language configuration (kickstarts including
-# this template can override these settings)
-
-text
-lang en_US.UTF-8
-keyboard us
-timezone US/Eastern
-selinux --enforcing
-firewall --enabled --service=mdns
-services --enabled=sshd,NetworkManager,chronyd
-network --bootproto=dhcp --device=link --activate
-rootpw --lock --iscrypted locked
-shutdown
-
-bootloader --timeout=1
-
-zerombr
-clearpart --all --initlabel --disklabel=msdos
-
-# make sure that initial-setup runs and lets us do all the configuration bits
-firstboot --reconfig
-
-%include fedora-repo.ks
-
-%packages
-@core
-@standard
-@hardware-support
-
-kernel
-# remove this in %post
-dracut-config-generic
--dracut-config-rescue
-# install tools needed to manage and boot arm systems
-@arm-tools
-chrony
-bcm283x-firmware
-initial-setup
-# Intel wireless firmware assumed never of use for disk images
--iwl*
--ipw*
--usb_modeswitch
--generic-release*
-
-# make sure all the locales are available for inital-setup and anaconda to work
-glibc-all-langpacks
-
-%end
-
-%post
-
-# Find the architecture we are on
-arch=$(uname -m)
-# Setup Raspberry Pi firmware
-if [[ $arch == "aarch64" ]]; then
-cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
-fi
-
-releasever=$(rpm --eval '%{fedora}')
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
-echo "Packages within this disk image"
-rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
-
-# remove random seed, the newly installed instance should make it's own
-rm -f /var/lib/systemd/random-seed
-
-# The enp1s0 interface is a left over from the imagefactory install, clean this up
-rm -f /etc/NetworkManager/system-connections/*.nmconnection
-
-dnf -y remove dracut-config-generic
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-# Note that running rpm recreates the rpm db files which aren't needed or wanted
-rm -f /var/lib/rpm/__db*
-
-# Anaconda adds console=tty0 to the grub boot line on all images. this is problematic
-# when you are using fedora via serial console as you do not get any output post grub
-# linux does a good job of knowing what consoles need to be enabled.
-# https://bugzilla.redhat.com/show_bug.cgi?id=2022757
-if [[ $arch == "aarch64" ]]; then
-sed -i -e 's|console=tty0||g' /boot/loader/entries/*conf
-fi
-
-%end
diff --git a/fedora-disk-budgie.ks b/fedora-disk-budgie.ks
deleted file mode 100644
index 636f606..0000000
--- a/fedora-disk-budgie.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-budgie-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-disk-kde.ks b/fedora-disk-kde.ks
deleted file mode 100644
index 2a71fca..0000000
--- a/fedora-disk-kde.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-kde-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-disk-lxqt.ks b/fedora-disk-lxqt.ks
deleted file mode 100644
index e178890..0000000
--- a/fedora-disk-lxqt.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-lxqt-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-disk-phosh.ks b/fedora-disk-phosh.ks
deleted file mode 100644
index c8cdc22..0000000
--- a/fedora-disk-phosh.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-phosh-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-disk-python-classroom.ks b/fedora-disk-python-classroom.ks
deleted file mode 100644
index 2348827..0000000
--- a/fedora-disk-python-classroom.ks
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintained by the Fedora Python SIG:
-# http://fedoraproject.org/wiki/SIGs/Python
-# mailto:python-devel@lists.fedoraproject.org
-
-# The Workstion based Python Classroom Lab
-
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-workstation-common.ks
-%include fedora-python-classroom-gnome-common.ks
-
-autopart --type=btrfs --noswap
-
-%packages
--initial-setup
--initial-setup-gui
--libvirt*
--gnome-boxes
-
-%end
diff --git a/fedora-disk-server.ks b/fedora-disk-server.ks
deleted file mode 100644
index 04dec7b..0000000
--- a/fedora-disk-server.ks
+++ /dev/null
@@ -1,33 +0,0 @@
-%include fedora-disk-base.ks
-
-services --enabled=sshd,NetworkManager,chronyd,initial-setup
-
-autopart --noswap
-
-%packages
-fedora-release-server
-# install the default groups for the server environment since installing the environment is not working
-@server-product
-@standard
-@core
-@headless-management
-@hardware-support
-@networkmanager-submodules
-
-@container-management
-@domain-client
-@guest-agents
-@server-hardware-support
--initial-setup-gui
--generic-release*
-%end
-
-%post
-
-# setup systemd to boot to the right runlevel
-echo -n "Setting default runlevel to multiuser text mode"
-systemctl set-default multi-user.target
-echo .
-
-%end
-
diff --git a/fedora-disk-soas.ks b/fedora-disk-soas.ks
deleted file mode 100644
index cd7139a..0000000
--- a/fedora-disk-soas.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-soas-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-disk-workstation.ks b/fedora-disk-workstation.ks
deleted file mode 100644
index f0105f7..0000000
--- a/fedora-disk-workstation.ks
+++ /dev/null
@@ -1,13 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-workstation-common.ks
-
-autopart --type=btrfs --noswap
-
-%packages
--initial-setup
--initial-setup-gui
-gnome-initial-setup
-anaconda-webui
-
-%end
diff --git a/fedora-disk-xbase.ks b/fedora-disk-xbase.ks
deleted file mode 100644
index c593b7b..0000000
--- a/fedora-disk-xbase.ks
+++ /dev/null
@@ -1,22 +0,0 @@
-%packages
-@base-x
-@fonts
-@input-methods
-@multimedia
-@printing
--@guest-desktop-agents
-initial-setup-gui
-
-# Need aajohan-comfortaa-fonts for the SVG rnotes images
-aajohan-comfortaa-fonts
-
-# anaconda needs the locales available to run for different locales
-glibc-all-langpacks
-
-%end
-
-%post
-# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
-systemctl set-default graphical.target
-
-%end
diff --git a/fedora-disk-xfce.ks b/fedora-disk-xfce.ks
deleted file mode 100644
index 1a3a7b5..0000000
--- a/fedora-disk-xfce.ks
+++ /dev/null
@@ -1,5 +0,0 @@
-%include fedora-disk-base.ks
-%include fedora-disk-xbase.ks
-%include fedora-xfce-common.ks
-
-autopart --type=btrfs --noswap
diff --git a/fedora-eln-container-base.ks b/fedora-eln-container-base.ks
deleted file mode 100644
index 5aec047..0000000
--- a/fedora-eln-container-base.ks
+++ /dev/null
@@ -1,62 +0,0 @@
-# See fedora-container-common.ks for details on how to hack on container image kickstarts
-# This base is a standard Fedora-ELN image with python3 and dnf
-
-%include fedora-container-common.ks
-
-%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
--fedora-release-container
-fedora-release-eln
-fedora-repos-eln
-rootfiles
-tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
-vim-minimal
-
-dnf5
-dnf5-plugins
-
-sudo
--glibc-langpack-en
--langpacks-en
-%end
-
-%post --erroronfail --log=/root/anaconda-post.log
-set -eux
-
-# remove some extraneous files
-rm -rf /var/cache/dnf/*
-rm -rf /tmp/*
-
-# https://pagure.io/atomic-wg/issue/308
-printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf
-
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
-# Fix /run/lock breakage since it's not tmpfs in docker
-# This unmounts /run (tmpfs) and then recreates the files
-# in the /run directory on the root filesystem of the container
-#
-# We ignore the return code of the systemd-tmpfiles command because
-# at this point we have already removed the /etc/machine-id and all
-# tmpfiles lines with %m in them will fail and cause a bad return
-# code. Example failure:
-# [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
-#
-umount /run
-rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316
-
-# Final pruning
-rm -rfv /var/cache/* /var/log/* /tmp/*
-
-%end
-
-%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
-set -eux
-
-# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
-# NOTE: run this in nochroot because "find" does not exist in chroot
-KEEPLANG=en_US
-for dir in locale i18n; do
- find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
-done
-
-%end
diff --git a/fedora-eln-guest.ks b/fedora-eln-guest.ks
deleted file mode 100644
index 6414d53..0000000
--- a/fedora-eln-guest.ks
+++ /dev/null
@@ -1,236 +0,0 @@
-# Kickstart file to build Fedora ELN Guest image.
-# This image is used to test Fedora ELN content for
-# the cloud instances. This image provides minimally configured
-# system image.
-
-text
-lang en_US.UTF-8
-keyboard us
-timezone --utc America/New_York
-# add console and reorder in %post
-bootloader --timeout=1 --location=mbr --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
-selinux --enforcing
-firewall --enabled --service=ssh
-network --bootproto=dhcp --device=link --activate --onboot=on
-#services --enabled=sshd,ovirt-guest-agent --disabled kdump,rhsmcertd
-services --enabled=sshd,NetworkManager,cloud-init,cloud-init-local,cloud-config,cloud-final --disabled kdump,rhsmcertd
-rootpw --iscrypted nope
-
-#
-# Partition Information. Change this as necessary
-# This information is used by appliance-tools but
-# not by the livecd tools.
-#
-zerombr
-clearpart --all --initlabel
-# autopart --type=plain --nohome # --nohome doesn't work because of rhbz#1509350
-# autopart is problematic in that it creates /boot and swap partitions rhbz#1542510 rhbz#1673094
-reqpart
-part / --fstype="xfs" --ondisk=vda --size=8000
-reboot
-
-# Packages
-%packages
-@core
-dnf5
-kernel
-yum
-nfs-utils
-
-# pull firmware packages out
--aic94xx-firmware
--alsa-firmware
--alsa-lib
--alsa-tools-firmware
--ivtv-firmware
--iwl1000-firmware
--iwl100-firmware
--iwl105-firmware
--iwl135-firmware
--iwl2000-firmware
--iwl2030-firmware
--iwl3160-firmware
--iwl3945-firmware
--iwl4965-firmware
--iwl5000-firmware
--iwl5150-firmware
--iwl6000-firmware
--iwl6000g2a-firmware
--iwl6000g2b-firmware
--iwl6050-firmware
--iwl7260-firmware
--libertas-sd8686-firmware
--libertas-sd8787-firmware
--libertas-usb8388-firmware
-
-# cloud-init does magical things with EC2 metadata, including provisioning
-# a user account with ssh keys.
-cloud-init
-## Adding a dependency for cloud-init as recommended by tdawson
-python3-jsonschema
-
-# rhevm guest-agent (Not available in ELN yet)
-#rhevm-guest-agent-common
-
-# allows the host machine to issue commands to the guest operating system
-qemu-guest-agent
-
-# need this for growpart, because parted doesn't yet support resizepart
-# https://bugzilla.redhat.com/show_bug.cgi?id=966993
-#cloud-utils
-
-#heat-cfntools # Not available in ELN (yet?)
-
-cloud-utils-growpart
-# We need this image to be portable; also, rescue mode isn't useful here.
-dracut-config-generic
-
-# Don't include dracut-config-rescue. It will have dracut generate a
-# "rescue" entry in the grub menu, but that also means there is a
-# rescue kernel and initramfs that get created, which (currently) add
-# about another 40MiB to the /boot/ partition. Also the "rescue" mode
-# is generally not useful in the cloud.
--dracut-config-rescue
-
-# Needed initially, but removed below.
-firewalld
-
-# cherry-pick a few things from @base
-tar
-tcpdump
-rsync
-
-# Some things from @core we can do without in a minimal install
--biosdevname
--plymouth
--iprutils
-
-# Minimal Cockpit web console
-cockpit-ws
-cockpit-system
-subscription-manager-cockpit
-
-# rh-amazon-rhui-client
-
-# Transitively required by grub2-tools-extra
-langpacks-core-font-en
-
-# We are building Fedora-ELN
-fedora-release-eln
-fedora-repos-eln
-
-# Add rng-tools as source of entropy
-rng-tools
-
-%end
-
-#
-# Add custom post scripts after the base post.
-#
-%post --erroronfail
-
-# workaround anaconda requirements
-passwd -d root
-passwd -l root
-
-# setup systemd to boot to the right runlevel
-echo -n "Setting default runlevel to multiuser text mode"
-systemctl set-default multi-user.target
-echo .
-
-# this is installed by default but we don't need it in virt
-echo "Removing linux-firmware package."
-dnf -C -y remove linux-firmware
-
-# Remove firewalld; it is required to be present for install/image building.
-echo "Removing firewalld."
-dnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
-
-echo -n "Getty fixes"
-# although we want console output going to the serial console, we don't
-# actually have the opportunity to login there. FIX.
-# we don't really need to auto-spawn _any_ gettys.
-sed -i '/^#NAutoVTs=.*/ a\
-NAutoVTs=0' /etc/systemd/logind.conf
-
-# For cloud images, 'eth0' _is_ the predictable device name, since
-# we don't want to be tied to specific virtual (!) hardware
-rm -f /etc/udev/rules.d/70*
-ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
-rm -f /etc/NetworkManager/system-connections/*.nmconnection
-# simple eth0 config, again not hard-coded to the build hardware
-cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
-DEVICE="eth0"
-BOOTPROTO="dhcp"
-BOOTPROTOv6="dhcp"
-ONBOOT="yes"
-TYPE="Ethernet"
-USERCTL="yes"
-PEERDNS="yes"
-IPV6INIT="yes"
-PERSISTENT_DHCLIENT="1"
-EOF
-
-# set virtual-guest as default profile for tuned
-echo "virtual-guest" > /etc/tuned/active_profile
-
-# generic localhost names
-cat > /etc/hosts << EOF
-127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
-::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
-
-EOF
-echo .
-
-cat < /etc/sysconfig/kernel
-# UPDATEDEFAULT specifies if new-kernel-pkg should make
-# new kernels the default
-UPDATEDEFAULT=yes
-
-# DEFAULTKERNEL specifies the default kernel package type
-DEFAULTKERNEL=kernel
-EOL
-
-# make sure firstboot doesn't start
-echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
-
-# workaround https://bugzilla.redhat.com/show_bug.cgi?id=966888
-if ! grep -q growpart /etc/cloud/cloud.cfg; then
- sed -i 's/ - resizefs/ - growpart\n - resizefs/' /etc/cloud/cloud.cfg
-fi
-
-# allow sudo powers to cloud-user
-echo -e 'cloud-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers
-
-# Disable subscription-manager yum plugins
-sed -i 's|^enabled=1|enabled=0|' /etc/yum/pluginconf.d/product-id.conf
-sed -i 's|^enabled=1|enabled=0|' /etc/yum/pluginconf.d/subscription-manager.conf
-
-echo "Cleaning old yum repodata."
-dnf clean all
-
-# clean up installation logs"
-rm -rf /var/log/yum.log
-rm -rf /var/lib/yum/*
-rm -rf /root/install.log
-rm -rf /root/install.log.syslog
-rm -rf /root/anaconda-ks.cfg
-rm -rf /var/log/anaconda*
-
-echo "Fixing SELinux contexts."
-touch /var/log/cron
-touch /var/log/boot.log
-mkdir -p /var/cache/yum
-/usr/sbin/fixfiles -R -a restore
-
-# remove random-seed so it's not the same every time
-rm -f /var/lib/systemd/random-seed
-
-# Remove machine-id on the pre generated images
-cat /dev/null > /etc/machine-id
-
-# Anaconda is writing to /etc/resolv.conf from the generating environment.
-# The system should start out with an empty file.
-truncate -s 0 /etc/resolv.conf
-
-%end
diff --git a/fedora-i3-common.ks b/fedora-i3-common.ks
deleted file mode 100644
index 48b2291..0000000
--- a/fedora-i3-common.ks
+++ /dev/null
@@ -1,37 +0,0 @@
-# fedora-livecd-i3.ks
-#
-# Description:
-# - Fedora Live Spin with the tiling window manager i3wm
-#
-# Maintainer(s):
-# - Nasir Hussain
-# - Eduard Lucena
-# - Justin W. Flory
-# - Dan Cermak
-
-
-%packages
-@^i3-desktop-environment
-feh
-dex-autostart
-thunar
-
-
-# unlock default keyring. FIXME: Should probably be done in comps
-gnome-keyring-pam
-# Admin tools are handy to have
-@admin-tools
-wget2-wget
-# Better more popular browser
-system-config-printer
-# Install XFCE polkit
-xfce-polkit
-
-# save some space
--autofs
--acpid
--gimp-help
--desktop-backgrounds-basic
--aspell-* # dictionaries are big
-
-%end
diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks
deleted file mode 100644
index cce30b0..0000000
--- a/fedora-kde-common.ks
+++ /dev/null
@@ -1,51 +0,0 @@
-
-%packages
-# install env-group to resolve RhBug:1891500
-@^kde-desktop-environment
-
-@firefox
-@kde-apps
-@kde-media
-@kde-pim
-# Ensure we have Anaconda initial setup using kwin
-@kde-spin-initial-setup
-@libreoffice
-# add libreoffice-draw and libreoffice-math (pagureio:fedora-kde/SIG#103)
-libreoffice-draw
-libreoffice-math
-
-fedora-release-kde
-
--@admin-tools
-
-# drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124)
--tracker-miners
--tracker
-
-# Not needed on desktops. See: https://pagure.io/fedora-kde/SIG/issue/566
--mariadb-server-utils
-
-### The KDE-Desktop
-
-# fedora-specific packages
-plasma-welcome-fedora
-
-### fixes
-
-# minimal localization support - allows installing the kde-l10n-* packages
-kde-l10n
-
-# Additional packages that are not default in kde-* groups, but useful
-fuse
-mediawriter
-
-### space issues
--ktorrent # kget has also basic torrent features (~3 megs)
--digikam # digikam has duplicate functionality with gwenview (~28 megs)
--kipi-plugins # ~8 megs + drags in Marble
--krusader # ~4 megs
--k3b # ~15 megs
-
-## avoid serious bugs by omitting broken stuff
-
-%end
diff --git a/fedora-live-astronomy_kde.ks b/fedora-live-astronomy_kde.ks
deleted file mode 100644
index 764c03b..0000000
--- a/fedora-live-astronomy_kde.ks
+++ /dev/null
@@ -1,140 +0,0 @@
-#fedora-live-astronomy-kde.ks
-# With KDE Desktop
-
-# Fedora Astronomy: For astronomers and astrophysicists
-# Fedora-Astronomy aims to create a Fedora which has the generic
-# toolset for the astronomer
-#
-# Web: https://fedoraproject.org/wiki/SIGs/Astronomy/AstroSpin
-#
-# Partly based on Scientific KDE Spin
-# https://fedoraproject.org/wiki/Scientific_Spin
-#
-
-# Maintainer: Christian Dersch
-# https://fedoraproject.org/wiki/User:Lupinix
-# Co-Maintainer: JT Pennington
-# https://fedoraproject.org/wiki/User:q5sys
-
-%include fedora-live-kde-base.ks
-%include fedora-live-minimization.ks
-
-# The recommended part size for DVDs is too close to use for the astronomy spin
-part / --size 16000
-
-%packages
-
-# Installing the default/mandatory packages from engineering & scientific
-@engineering-and-scientific
-
-# Basic development
-@development-tools
-@c-development
-
-# astronomical data analysis
-astrometry
-astrometry-tycho2
-cdsclient
-cfitsio-utils
-psfex
-scamp
-sextractor
-#siril
-skyviewer
-swarp
-wcstools
-
-# Observatory: KStars + INDI
-indistarter
-kstars
-libindi
-
-# misc. astronomy
-#celestia
-stellarium
-#virtualplanet
-
-# Some astro environment stuff
-astronomy-menus
-astronomy-menus-toplevel
-
-#python 3 and tools/libraries not included from the groups
-python3
-python3-tools
-python3-matplotlib
-python3-scipy
-python3-numpy
-python3-ipython
-python3-ipython-console
-python3-ipython-notebook
-python3-sympy
-python3-networkx
-python3-pandas
-python3-pillow
-python3-seaborn
-python3-statsmodels
-python3-scikit-learn
-python3-scikit-image
-# Python 3 astronomy
-astropy-tools
-ginga
-python3-astropy
-python3-astroML
-python3-astroquery
-python3-astroscrappy
-python3-APLpy
-python3-ccdproc
-python3-fitsio
-python3-gatspy
-python3-photutils
-python3-pyvo
-python3-reproject
-python3-sep
-
-# matplotlib backends
-python3-matplotlib-qt5
-python3-matplotlib-tk
-
-
-# Python IDE very useful for scientific use
-# FTI with Python 3.12:
-# https://bugzilla.redhat.com/show_bug.cgi?id=2220598
-# can be restored when that is fixed
-#python3-spyder
-
-# BOINC for distributed computing
-boinc-client
-boinc-manager
-
-#Version control- a GUI for each as well
-git
-git-gui
-
-#Drawing, Picture viewing tools, Visualization tools
-dia
-gimp
-kst
-kst-docs
-kst-fits
-# LabPlot currently not installable due to #2044284
-#LabPlot
-
-#Misc. Utils
-ImageMagick
-kate
-kate-plugins
-rlwrap
-screen
-
-# Java JRE for VO tools
-java
-
-# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
--kde-l10n-*
--calligra-l10n-*
-
-%end
-
-%post
-
-%end
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
deleted file mode 100644
index 084a4c9..0000000
--- a/fedora-live-base.ks
+++ /dev/null
@@ -1,106 +0,0 @@
-# fedora-live-base.ks
-#
-# Defines the basics for all kickstarts in the fedora-live branch
-# Does not include package selection (other then mandatory)
-# Does not include localization packages or configuration
-#
-# Does includes "default" language configuration (kickstarts including
-# this template can override these settings)
-
-lang en_US.UTF-8
-keyboard us
-timezone US/Eastern
-selinux --enforcing
-firewall --enabled --service=mdns
-xconfig --startxonboot
-zerombr
-clearpart --all
-part / --size 5120 --fstype ext4
-services --enabled=NetworkManager,ModemManager --disabled=sshd
-network --bootproto=dhcp --device=link --activate
-rootpw --lock --iscrypted locked
-shutdown
-
-%include fedora-repo.ks
-
-%packages
-# Explicitly specified here:
-# walters: because otherwise dependency loops cause yum issues.
-kernel
-kernel-modules
-kernel-modules-extra
-
-# The point of a live image is to install
-anaconda-install-env-deps
-anaconda-live
-@anaconda-tools
-# Anaconda has a weak dep on this and we don't want it on livecds, see
-# https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD
--fcoe-utils
--device-mapper-multipath
--sdubby
-
-# Need aajohan-comfortaa-fonts for the SVG rnotes images
-aajohan-comfortaa-fonts
-
-# Without this, initramfs generation during live image creation fails: #1242586
-dracut-live
-
-# anaconda needs the locales available to run for different locales
-glibc-all-langpacks
-
-# provide the livesys scripts
-livesys-scripts
-%end
-
-%post
-# Enable livesys services
-systemctl enable livesys.service
-systemctl enable livesys-late.service
-
-# enable tmpfs for /tmp
-systemctl enable tmp.mount
-
-# make it so that we don't do writing to the overlay for things which
-# are just tmpdirs/caches
-# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
-cat >> /etc/fstab << EOF
-vartmp /var/tmp tmpfs defaults 0 0
-EOF
-
-# work around for poor key import UI in PackageKit
-rm -f /var/lib/rpm/__db*
-echo "Packages within this LiveCD"
-rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
-# Note that running rpm recreates the rpm db files which aren't needed or wanted
-rm -f /var/lib/rpm/__db*
-
-# go ahead and pre-make the man -k cache (#455968)
-/usr/bin/mandb
-
-# make sure there aren't core files lying around
-rm -f /core*
-
-# remove random seed, the newly installed instance should make it's own
-rm -f /var/lib/systemd/random-seed
-
-# convince readahead not to collect
-# FIXME: for systemd
-
-echo 'File created by kickstart. See systemd-update-done.service(8).' \
- | tee /etc/.updated >/var/.updated
-
-# Drop the rescue kernel and initramfs, we don't need them on the live media itself.
-# See bug 1317709
-rm -f /boot/*-rescue*
-
-# Disable network service here, as doing it in the services line
-# fails due to RHBZ #1369794
-systemctl disable network
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-%end
-
diff --git a/fedora-live-budgie.ks b/fedora-live-budgie.ks
deleted file mode 100644
index 4d80383..0000000
--- a/fedora-live-budgie.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description:
-# - Fedora Live Spin with the Budgie Desktop Environment
-#
-# Maintainer(s):
-# - Joshua Strobl
-
-%include fedora-live-base.ks
-%include fedora-budgie-common.ks
-
-part / --size 7750
-
-%post
-
-# set livesys session type
-sed -i 's/^livesys_session=.*/livesys_session="budgie"/' /etc/sysconfig/livesys
-
-%end
diff --git a/fedora-live-cinnamon.ks b/fedora-live-cinnamon.ks
deleted file mode 100644
index 3b9e214..0000000
--- a/fedora-live-cinnamon.ks
+++ /dev/null
@@ -1,29 +0,0 @@
-# fedora-live-cinnamon.ks
-#
-# Description:
-# - Fedora Live Spin with the Cinnamon Desktop Environment
-#
-# Maintainer(s):
-# - Dan Book
-
-%include fedora-live-base.ks
-%include fedora-cinnamon-common.ks
-
-part / --size=9216
-
-%post
-# cinnamon configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-
-cat > /etc/sysconfig/desktop <
-# Credit to Sebastian Dziallas for initiating the project
-
-%include fedora-live-workstation.ks
-%include fedora-design-suite-common.ks
-
-# Size partition
-part / --size 14336
-
-%post
-# Add link to lists of tutorials
-cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
-[Desktop Entry]
-Name=List of design tutorials
-GenericName=List of Tutorials for Designers
-Comment=Reference of Design Related Tutorials
-Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
-Type=Application
-Icon=applications-graphics
-Categories=Graphics;Documentation;
-FOE
-chmod a+x /usr/share/applications/list-design-tutorials.desktop
-
-# Add information about Fedora Design Suite
-cat >> /usr/share/applications/fedora-design-suite.desktop << FOE
-[Desktop Entry]
-Name=Design Suite Info
-GenericName=About Design Suite
-Comment=Wiki page of Design Suite
-Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite
-Type=Application
-Icon=applications-internet
-Categories=Documentation;
-FOE
-chmod a+x /usr/share/applications/fedora-design-suite.desktop
-
-# Add information about Fedora Design Team
-cat >> /usr/share/applications/fedora-design-team.desktop << FOE
-[Desktop Entry]
-Name=Design Team Info
-GenericName=About Design Team
-Comment=Wiki page of Design Team
-Exec=xdg-open https://fedoraproject.org/wiki/Design
-Type=Application
-Icon=applications-internet
-Categories=Documentation;
-FOE
-chmod a+x /usr/share/applications/fedora-design-team.desktop
-
-# Use Powerline in bash
-cat >> $HOME/.bashrc << FOE
-# Enable powerline daemon
-if [ -f `which powerline-daemon` ]; then
- powerline-daemon -q
- POWERLINE_BASH_CONTINUATION=1
- POWERLINE_BASH_SELECT=1
- . /usr/share/powerline/bash/powerline.sh
-fi
-FOE
-
-#Override the favorite desktop application in Dash
-sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys
-
-# rebuild schema cache with any overrides we installed
-glib-compile-schemas /usr/share/glib-2.0/schemas
-
-%end
diff --git a/fedora-live-games.ks b/fedora-live-games.ks
deleted file mode 100644
index 8b05463..0000000
--- a/fedora-live-games.ks
+++ /dev/null
@@ -1,185 +0,0 @@
-# fedora-live-games.ks
-#
-# Maintainers:
-# - Darryl T. Agostinelli
-# https://fedoraproject.org/wiki/User:Dagostinelli
-#
-# - Richard Anaya
-# https://fedoraproject.org/wiki/User:Richardanaya
-#
-# Former Maintainers:
-# - Bruno Wolff III
-# https://fedoraproject.org/wiki/User:Bruno
-#
-# - Rahul Sundaram
-# https://fedoraproject.org/wiki/User:Sundaram
-#
-
-%include fedora-live-xfce.ks
-
-part / --size 15360
-
-%packages
-
-# Wine pulls in i386 libraries under x86_86 making that spin too big.
-# Also the point is to show off Fedora games, not running windows games.
-
--wine
-
-# Remove libreoffice, we're here to have fun!
--libreoffice*
-
-# Extra screensavers isn't much help for the games spin
--xscreensaver-extras
-
-# Allow joysticks and game pads to work
-joystick-support
-
-# games
-
-# traditional (big)
-
-#alienarena #Cut for size
-armacycles-ad
-asc
-asc-music
-astromenace
-boswars
-bzflag
-crossfire-client
-extremetuxracer
-freeciv
-freecol
-freedoom
-freedroidrpg
-frozen-bubble
-# glob2 - currently broken
-lincity-ng
-megaglest
-nethack-vultures
-netpanzer
-neverball
-nogravity
-#pinball # Would pull in fluid-soundfont-lite-patches
-scorched3d
-# supertux # Crashing
-supertuxkart
-ultimatestunts
-warzone2100
-wesnoth
-# worminator # Would pull in fluid-soundfont-lite-patches
-warmux
-xmoto
-
-# traditional (small)
-
-abe
-# alex4 # Would pull in fluid-soundfont-lite-patches
-# ballz # Would pull in fluid-soundfont-lite-patches
-blobwars
-bombardier
-cdogs-sdl
-clanbomber
-colossus
-foobillard
-glaxium
-gnubg
-gnugo
-haxima
-#hedgewars -- broken
-kcheckers
-knights
-lbrickbuster2
-# liquidwar # Would pull in fluid-soundfont-lite-patches
-lordsawar
-# machineball # Would pull in fluid-soundfont-lite-patches
-nethack
-openlierox
-pachi
-pioneers
-quarry
-# Ri-li cut for size
-rogue
-# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
-solarwolf
-sopwith
-stormbaancoureur
-ularn
-xblast
-
-# arcade classics(ish) (big)
-
-auriferous
-alienblaster
-# duel3 # Would pull in fluid-soundfont-lite-patches
-powermanga
-# raidem # Would pull in fluid-soundfont-lite-patches
-# raidem-music # Would pull in fluid-soundfont-lite-patches
-trackballs
-trackballs-music
-
-# arcade classics(ish) (small)
-
-ballbuster
-CriticalMass
-dd2
-KoboDeluxe
-# lacewing # Would pull in fluid-soundfont-lite-patches
-Maelstrom
-methane
-njam
-shippy
-tecnoballz
-wordwarvi
-xgalaxy
-# zasx # Would pull in fluid-soundfont-lite-patches
-
-# falling blocks games (small)
-
-amoebax
-crack-attack
-# crystal-stacker # Would pull in fluid-soundfont-lite-patches
-gemdropx
-gweled
-
-# puzzles (big)
-enigma
-# fillets-ng # broken in f34
-pingus
-
-# puzzles (small)
-
-# gbrainy Removed for space - only game that pulls in mono
-mirrormagic
-pipenightdreams
-pipepanic
-pychess
-rocksndiamonds
-vodovod
-
-# card games
-
-PySolFC
-
-# educational/simulation
-
-#celestia - not currently building
-planets
-tuxpaint
-tuxpaint-stamps
-tuxtype2
-
-# kde based games
-taxipilot
-
-# compilations (we are avoiding compilations, rare exceptions)
-bsd-games
-
-# utilities
-
-games-menus
-
-# Nothing should be downloading data to play.
--autodownloader
-
-%end
diff --git a/fedora-live-i3.ks b/fedora-live-i3.ks
deleted file mode 100644
index e8e79b6..0000000
--- a/fedora-live-i3.ks
+++ /dev/null
@@ -1,42 +0,0 @@
-# fedora-livecd-i3.ks
-#
-# Description:
-# - Fedora Live Spin with the tiling window manager i3
-#
-# Maintainer(s):
-# - Nasir Hussain
-# - Eduard Lucena
-# - Dan Cermak
-# - Justin W. Flory
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-i3-common.ks
-
-# need a bigger /
-part / --size 6000
-
-%post
-# i3 configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-
-cat > /etc/sysconfig/desktop < /etc/xdg/autostart/xfce-polkit.desktop <
-
-%include fedora-live-kde.ks
-
-# DVD size partition
-part / --size 11264 --fstype ext4
-
-#enable threaded irqs
-bootloader --append="threadirqs"
-
-%packages
-@audio
-
-#pipewire
-pipewire
-
-#sound analasys, none of these are packaged yet
-#praat bug_id=666656
-#friture
-
-#writing & publishing
-emacs
-emacs-color-theme
-vim
-nano
-
-#audio utilities
-
-# fedora jam theming (to be customized)
-fedora-jam-backgrounds
-fedora-jam-kde-theme
-
-#Misc. Utils
-screen
-multimedia-menus
-kernel-tools
-
-
-#Include Mozilla Firefox and Thunderbird
-firefox
-thunderbird
-
-#remove packages not needed
--akregator
--kaddressbook
--kmail
--kontact
--korganizer
--non-mixer
--non-session-manager
--non-sequencer
-
-%end
-
-%post
-
-# Override livesys-kde settings
-cat >> /var/lib/livesys/livesys-session-extra << EOF
-
-#setup kickoff favorites
-/bin/mkdir -p /etc/skel/.config
-
-JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/mozilla-thunderbird.desktop,/usr/share/applications/studio-controls.desktop,/usr/share/applications/ardour6.desktop,/usr/share/applications/carla.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop
-JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
-
-cat <> /etc/skel/.config/kickoffrc
-[Favorites]
-FavoriteURLs=$JAMFAVORITES
-FOE
-
-/usr/sbin/usermod -a -G jackuser,audio liveuser
-EOF
-
-%end
-
-
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
deleted file mode 100644
index 5adccaf..0000000
--- a/fedora-live-kde-base.ks
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintained by the Fedora KDE SIG:
-# http://fedoraproject.org/wiki/SIGs/KDE
-# mailto:kde@lists.fedoraproject.org
-
-%include fedora-live-base.ks
-%include fedora-kde-common.ks
-
-%post
-
-# set default GTK+ theme for root (see #683855, #689070, #808062)
-cat > /root/.gtkrc-2.0 << EOF
-include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
-include "/etc/gtk-2.0/gtkrc"
-gtk-theme-name="Adwaita"
-EOF
-mkdir -p /root/.config/gtk-3.0
-cat > /root/.config/gtk-3.0/settings.ini << EOF
-[Settings]
-gtk-theme-name = Adwaita
-EOF
-
-# set livesys session type
-sed -i 's/^livesys_session=.*/livesys_session="kde"/' /etc/sysconfig/livesys
-
-%end
diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks
deleted file mode 100644
index 7d8a826..0000000
--- a/fedora-live-kde.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-kde.ks
-#
-# Description:
-# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
-#
-# Maintainer(s):
-# - Sebastian Vahl
-# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
-
-%include fedora-live-kde-base.ks
-%include fedora-live-minimization.ks
-
-# DVD payload
-part / --size=9000
-
-%post
-%end
diff --git a/fedora-live-lxde.ks b/fedora-live-lxde.ks
deleted file mode 100644
index 0924a9a..0000000
--- a/fedora-live-lxde.ks
+++ /dev/null
@@ -1,29 +0,0 @@
-# fedora-livecd-lxde.ks
-#
-# Description:
-# - Fedora Live Spin with the light-weight LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Christoph Wickert
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-lxde-common.ks
-
-# increate the disk size for compose
-part / --size 7168
-
-%post
-# LXDE and LXDM configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-cat > /etc/sysconfig/desktop <
-#
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-lxqt-common.ks
-
-# need a bigger /
-part / --size 6000
-
-%packages
-dracut-config-generic
-%end
-
-%post
-# set livesys session type
-sed -i 's/^livesys_session=.*/livesys_session="lxqt"/' /etc/sysconfig/livesys
-
-%end
-
diff --git a/fedora-live-mate_compiz.ks b/fedora-live-mate_compiz.ks
deleted file mode 100644
index df29d71..0000000
--- a/fedora-live-mate_compiz.ks
+++ /dev/null
@@ -1,16 +0,0 @@
-# Desktop with customizations to fit in a CD (package removals, etc.)
-# Maintained by the Fedora Desktop SIG:
-# http://fedoraproject.org/wiki/SIGs/Desktop
-# mailto:desktop@lists.fedoraproject.org
-
-%include fedora-live-base.ks
-%include fedora-mate-common.ks
-%include fedora-live-minimization.ks
-
-part / --size 9216
-
-%post
-# set livesys session type
-sed -i 's/^livesys_session=.*/livesys_session="mate"/' /etc/sysconfig/livesys
-
-%end
diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks
deleted file mode 100644
index 3cde144..0000000
--- a/fedora-live-minimization.ks
+++ /dev/null
@@ -1,9 +0,0 @@
-# Common packages removed from comps
-# For F14, these removals should be moved to comps itself
-
-%packages
-
-# save some space
--hplip
-
-%end
diff --git a/fedora-live-miraclewm.ks b/fedora-live-miraclewm.ks
deleted file mode 100644
index 8fd762b..0000000
--- a/fedora-live-miraclewm.ks
+++ /dev/null
@@ -1,30 +0,0 @@
-# fedora-livecd-miraclewm.ks
-#
-# Description:
-# - Fedora Live Spin with the tiling window manager Miracle
-#
-# Maintainer(s):
-# - Matthew Kosarek
-# - Neal Gompa
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-miraclewm-common.ks
-
-%packages
-# To be able to show installation instructions on background
-nwg-wrapper
-%end
-
-%post
-# create /etc/sysconfig/desktop (needed for installation)
-cat > /etc/sysconfig/desktop <> /var/lib/livesys/livesys-session-extra << EOF
-# disable screensaver locking
-cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
-[org.gnome.desktop.screensaver]
-lock-enabled=false
-FOE
-
-# and hide the lock screen option
-cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
-[org.gnome.desktop.lockdown]
-disable-lock-screen=true
-FOE
-
-# make the installer show up
-if [ -f /usr/share/applications/liveinst.desktop ]; then
- # Show harddisk install in shell dash
- sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop ""
- # need to move it to anaconda.desktop to make shell happy
- mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop
-
- cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
-[org.gnome.shell]
-favorite-apps=['firefox.desktop', 'org.qt-project.qtcreator.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
-FOE
-
-fi
-
-# rebuild schema cache with any overrides we installed
-glib-compile-schemas /usr/share/glib-2.0/schemas
-
-EOF
-%end
diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks
deleted file mode 100644
index 06003c9..0000000
--- a/fedora-live-scientific_kde.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# Fedora Scientific with KDE Desktop
-
-# Fedora Scientific: For researchers in Science and Engineering
-# Fedora-Scientific aims to create a Fedora which has the generic
-# toolset for the researcher
-# Web: https://labs.fedoraproject.org/en/scientific/
-
-# Maintainer: Amit Saha
-# https://fedoraproject.org/wiki/User:Amitksaha
-
-%include fedora-live-kde-base.ks
-%include fedora-live-minimization.ks
-%include fedora-scientific-common.ks
-
-part / --size 18000
-
-%post
-
-%end
diff --git a/fedora-live-security.ks b/fedora-live-security.ks
deleted file mode 100644
index 0f010ba..0000000
--- a/fedora-live-security.ks
+++ /dev/null
@@ -1,107 +0,0 @@
-# Filename:
-# fedora-livecd-security.ks
-# Description:
-# A fully functional live OS based on Fedora for use in security auditing,
-# forensics research, and penetration testing.
-# Maintainers:
-# Fabian Affolter org>
-# Joerg Simon org>
-# JT Pennington org>
-# Acknowledgements:
-# Fedora LiveCD Xfce Spin team - some work here was and will be inherited,
-# many thanks, especially to Christoph Wickert!
-# Fedora LXDE Spin - Copied over stuff to make LXDE Default
-# Luke Macken and Adam Miller for the original OpenBox Security ks and all
-# the Security Applications!
-# Hiemanshu Sharma org>
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-
-# spin was failing to compose due to lack of space, so bumping the size.
-part / --size 10240
-
-%packages
-# install env-group to resolve RhBug:1891500
-@^xfce-desktop-environment
-
-@xfce-apps
-
-# Security tools
-@security-lab
-security-menus
-
-# unlock default keyring. FIXME: Should probably be done in comps
-gnome-keyring-pam
-
-# save some space
--autofs
--acpid
--gimp-help
--desktop-backgrounds-basic
--PackageKit* # we switched to dnfdragora, so we don't need this
--aspell-* # dictionaries are big
--gnumeric
--foomatic-db-ppds
--foomatic
--stix-fonts
--default-fonts-core-math
--ibus-typing-booster
--xfce4-sensors-plugin
--man-pages-*
-
-# drop some system-config things
--system-config-rootpassword
--policycoreutils-gui
-
-# exclude some packages to save some space
-# use './fsl-maintenance.py -l' in your security spin git folder to build
--ArpON
--aide
--binwalk
--bkhive
--bonesi
--cmospwd
--dnstop
--etherape
--hfsutils
--httpie
--httrack
--hydra
--kismon
--labrea
--nebula
--netsed
--onesixtyone
--packETH
--pads
--pdfcrack
--proxychains
--pyrit
--rkhunter
--safecopy
--samdump2
--scalpel
--sslstrip
--tcpreen
--tcpreplay
--tripwire
--wipe
--zmap
-
-%end
-
-%post
-# xfce configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-
-cat > /etc/sysconfig/desktop <
-# - Alex Perez
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-soas-common.ks
-
-%post
-
-# Fix https://bugzilla.redhat.com/show_bug.cgi?id=2239137
-cat > /etc/xdg/autostart/xfce-polkit.desktop <
-# - Jiří Konečný
-# - Anthony Rabbito
-# - Fabio Alessandro Locati
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-sway-common.ks
-
-part / --size 6144
-
-%packages
-# To be able to show installation instructions on background
-nwg-wrapper
-%end
-
-%post
-# create /etc/sysconfig/desktop (needed for installation)
-cat > /etc/sysconfig/desktop <
-# - Christoph Wickert
-# - Kevin Fenzi
-# - Adam Miller
-
-%include fedora-live-base.ks
-%include fedora-live-minimization.ks
-%include fedora-xfce-common.ks
-
-# need a bigger /
-part / --size 6144
-
-%post
-# xfce configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-
-cat > /etc/sysconfig/desktop <
-
-%packages
-### LXDE desktop
-# install env-group to resolve RhBug:1891500
-@^lxde-desktop-environment
-
-@lxde-apps
-@lxde-media
-@lxde-office
-
-# pam-fprint causes a segfault in LXDM when enabled
--fprintd-pam
-
-
-# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
--polkit-gnome
--polkit-kde
-
-# make sure xfce4-notifyd is not pulled in
-notification-daemon
--xfce4-notifyd
-
-# make sure xfwm4 is not pulled in for firstboot
-# https://bugzilla.redhat.com/show_bug.cgi?id=643416
-metacity
-
-
-# dictionaries are big
-#-man-pages-*
-#-words
-
-# save some space
--@admin-tools
--autofs
--acpid
--gimp-help
--desktop-backgrounds-basic
--PackageKit* # we switched to dnfdragora, so we don't need this
--foomatic-db-ppds
--foomatic
--stix-fonts
--default-fonts-core-math
--ibus-typing-booster
--xscreensaver-extras
-#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
-
-# drop some system-config things
-#-system-config-language
--system-config-network
--system-config-rootpassword
-#-system-config-services
--policycoreutils-gui
--gnome-disk-utility
-
-%end
-
diff --git a/fedora-lxqt-common.ks b/fedora-lxqt-common.ks
deleted file mode 100644
index 39f3889..0000000
--- a/fedora-lxqt-common.ks
+++ /dev/null
@@ -1,59 +0,0 @@
-# fedora-lxqt-common.ks
-#
-# Description:
-# – Fedora Live Spin with the LXQt desktop environment
-#
-# Maintainer(s):
-# – Christian Dersch
-# – Zamir SUN
-#
-
-%packages
-# install env-group to resolve RhBug:1891500
-@^lxqt-desktop-environment
-
-@lxqt-apps
-@lxqt-media
-
-# for nm applet
-gnome-keyring
-
-
-# l10n
-@lxqt-l10n
-lximage-qt-l10n
-obconf-qt-l10n
-pavucontrol-qt-l10n
-
-# MP3
-gstreamer1-plugin-mpg123
-
-# Text Editor
-enki
-
-# remove unneeded stuff to get a lightweight system
-# fonts (we make no bones about admitting we're english-only)
-wqy-microhei-fonts # a compact CJK font, to replace:
--naver-nanum-gothic-fonts # Korean
--vlgothic-fonts # Japanese
--adobe-source-han-sans-cn-fonts # simplified Chinese
--adobe-source-han-sans-tw-fonts # traditional Chinese
-
--pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
-#-stix-fonts # mathematical symbols
-
-# remove input methods to free space
--@input-methods
--@admin-tools
--scim*
--m17n*
-# Temporary include ibus to workaround RHBZ 1633225
-# -ibus*
--iok
-
-# Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132
-# Why is this not pulled in by anaconda???
-storaged
-
-%end
-
diff --git a/fedora-mate-common.ks b/fedora-mate-common.ks
deleted file mode 100644
index 6697c5e..0000000
--- a/fedora-mate-common.ks
+++ /dev/null
@@ -1,53 +0,0 @@
-%packages
-# install env-group to resolve RhBug:1891500
-@^mate-desktop-environment
-
-fedora-release-matecompiz
-compiz
-compiz-plugins-main
-compiz-plugins-extra
-compiz-manager
-compizconfig-python
-compiz-plugins-experimental
-libcompizconfig
-compiz-plugins-main
-ccsm
-simple-ccsm
-emerald-themes
-emerald
-fusion-icon
-
-# blacklist applications which breaks mate-desktop
--audacious
-
-# office
-@libreoffice
-
-# dsl tools
-rp-pppoe
-
-# FIXME; apparently the glibc maintainers dislike this, but it got put into the
-# desktop image at some point. We won't touch this one for now.
-nss-mdns
-
-# Drop things for size
--@3d-printing
--@admin-tools
--brasero
--fedora-icon-theme
--gnome-icon-theme
--gnome-icon-theme-symbolic
--gnome-logs
--gnome-software
--gnome-user-docs
-
--@mate-applications
-
-# Help and art can be big, too
--gnome-user-docs
--evolution-help
-
-# Legacy cmdline things we don't want
--telnet
-
-%end
diff --git a/fedora-miraclewm-common.ks b/fedora-miraclewm-common.ks
deleted file mode 100644
index fc1e1be..0000000
--- a/fedora-miraclewm-common.ks
+++ /dev/null
@@ -1,15 +0,0 @@
-# fedora-livecd-miraclewm.ks
-#
-# Description:
-# - Fedora Live Spin with the tiling window manager Miracle
-#
-# Maintainer(s):
-# - Matthew Kosarek
-# - Neal Gompa
-
-%packages
-fedora-release-miraclewm
-@^miraclewm-desktop-environment
-@firefox
-initial-setup-gui-wayland-miraclewm
-%end
diff --git a/fedora-modular-disk-minimal.ks b/fedora-modular-disk-minimal.ks
deleted file mode 100644
index de6e373..0000000
--- a/fedora-modular-disk-minimal.ks
+++ /dev/null
@@ -1,82 +0,0 @@
-text
-lang en_US.UTF-8
-keyboard us
-timezone US/Eastern
-selinux --enforcing
-# Disabled for modular compose (for now)
-#firewall --enabled --service=mdns
-# Disabled for modular compose (for now)
-#services --enabled=sshd,chronyd,initial-setup
-services --enabled=NetworkManager
-network --bootproto=dhcp --device=link --activate
-rootpw --lock --iscrypted locked
-shutdown
-
-bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
-
-zerombr
-clearpart --all --initlabel --disklabel=msdos
-autopart --type=plain
-
-# make sure that initial-setup runs and lets us do all the configuration bits
-firstboot --reconfig
-
-%include fedora-repo.ks
-
-%packages --excludedocs --exclude-weakdeps --nocore
-bash
-fedora-modular-release
-filesystem
-coreutils-single
-util-linux
-rpm
-shadow-utils
-dnf5
-glibc-minimal-langpack
-grubby
-kernel
-sssd-client
-@networkmanager-submodules
--fedora-logos
--coreutils
--dosfstools
--e2fsprogs
--fuse-libs
--gnupg2-smime
--libss # used by e2fsprogs
--libusbx
--pinentry
--shared-mime-info
--trousers
--xkeyboard-config
--dracut
-%end
-
-%post
-
-# Find the architecture we are on
-arch=$(uname -m)
-# Setup Raspberry Pi firmware
-if [[ $arch == "aarch64" ]]; then
-cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
-fi
-
-releasever=$(rpm --eval '%{fedora}')
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
-echo "Packages within this disk image"
-rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
-# Note that running rpm recreates the rpm db files which aren't needed or wanted
-rm -f /var/lib/rpm/__db*
-
-# remove random seed, the newly installed instance should make it's own
-rm -f /var/lib/systemd/random-seed
-
-# Disable network service here, as doing it in the services line
-# fails due to RHBZ #1369794
-/sbin/chkconfig network off
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-%end
diff --git a/fedora-phosh-common.ks b/fedora-phosh-common.ks
deleted file mode 100644
index 55b15a8..0000000
--- a/fedora-phosh-common.ks
+++ /dev/null
@@ -1,13 +0,0 @@
-# fedora-phosh-common.ks
-#
-# Description:
-# - Fedora Disk image Spin with the phosh window manager
-#
-# Maintainer(s):
-# - Kevin Fenzi
-
-%packages
-# install env-group to resolve RhBug:1891500
-@^phosh-desktop-environment
-
-%end
diff --git a/fedora-python-classroom-common.ks b/fedora-python-classroom-common.ks
deleted file mode 100644
index b52f463..0000000
--- a/fedora-python-classroom-common.ks
+++ /dev/null
@@ -1,48 +0,0 @@
-# Maintained by the Fedora Python SIG:
-# http://fedoraproject.org/wiki/SIGs/Python
-# mailto:python-devel@lists.fedoraproject.org
-
-# Common packages of all Python Classroom images
-
-%packages
-@python-classroom
-@python-science
-nano
-openssh-clients
-vim-enhanced
-wget2-wget
-
-# Remove Pythons possibly recommended by tox
--python2
--python26
--python27
--python33
--python34
--python35
--python36
--python37
--python38
--python2.7
--python3.5
--python3.6
--python3.7
--python3.8
--python3.9
--python3.10
--python3.11
--python3.12
--pypy
--pypy3.9
-
-# Remove LaTeX, see https://bugzilla.redhat.com/show_bug.cgi?id=1862450
-# and https://bugzilla.redhat.com/show_bug.cgi?id=1902354
--texlive-base
--texlive-latex
-
-# Remove gdal recommended by networkx, brings in close to 600M of proj data
-# Also explicitly list proj to make sure both packages are gone
-# https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/LGC5IMMHZ4DM7GQNPAFC6GU362PPTN7O/
--python3-gdal
--proj
-
-%end
diff --git a/fedora-python-classroom-gnome-common.ks b/fedora-python-classroom-gnome-common.ks
deleted file mode 100644
index 28d02ab..0000000
--- a/fedora-python-classroom-gnome-common.ks
+++ /dev/null
@@ -1,107 +0,0 @@
-# Maintained by the Fedora Python SIG:
-# http://fedoraproject.org/wiki/SIGs/Python
-# mailto:python-devel@lists.fedoraproject.org
-
-# GNOME part of Python Classroom images
-
-%include fedora-python-classroom-common.ks
-
-%packages
-emacs
-python3-matplotlib-tk
-python3-pillow-tk
-
-# Remove extra gnome-y things
--@graphical-internet
--@games
--@sound-and-video
--@multimedia
--dleyna*
--gnome-boxes
--gnome-calendar
--gnome-clocks
--gnome-contacts
--gnome-disk-utility
--gnome-documents
--gnome-font-viewer
--gnome-maps
--gnome-photos
--gnome-weather
--grilo-plugins
--cheese
--totem
--totem-nautilus
-
-# This is no longer workstation
--@workstation-product
-
-# But we want to keep the Fedora desktop backgrounds
-desktop-backgrounds-gnome
-
-# Add a web browser
-@firefox
-
-# Remove office suite
--@libreoffice
--libreoffice-*
--planner
-
-# Drop the Java plugin and Java
--icedtea-web
--*openjdk*
-
-# No printing
--@printing
--foomatic-db-ppds
--foomatic
-
-# Dictionaries are big
--aspell-*
--words
-
-# Help and art can be big, too
--gnome-user-docs
--desktop-backgrounds-basic
--*backgrounds-extras
-
-# Legacy cmdline things we don't want
--krb5-auth-dialog
--krb5-workstation
--pam_krb5
--quota
--dos2unix
--finger
--ftp
--jwhois
--mtr
--pinfo
--rsh
--nfs-utils
--ypbind
--yp-tools
--rpcbind
--acpid
--ntsysv
-
-# Don't need this
--linux-atm
-
-# Drop some system-config things
--system-config-language
--system-config-network
--system-config-rootpassword
--system-config-services
--policycoreutils-gui
-
-# Inkscape is too big to be included
--inkscape
-
-%end
-
-
-%post
-
-#Override the favorite desktop application in Dash
-sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'anaconda.desktop']/" /etc/rc.d/init.d/livesys
-
-%end
diff --git a/fedora-python-classroom-vagrant.ks b/fedora-python-classroom-vagrant.ks
deleted file mode 100644
index 91c37a2..0000000
--- a/fedora-python-classroom-vagrant.ks
+++ /dev/null
@@ -1,8 +0,0 @@
-# Maintained by the Fedora Python SIG:
-# http://fedoraproject.org/wiki/SIGs/Python
-# mailto:python-devel@lists.fedoraproject.org
-
-# Like the Python Classroom image, but tuned for vagrant.
-
-%include fedora-cloud-base-vagrant.ks
-%include fedora-python-classroom-common.ks
diff --git a/fedora-repo-not-rawhide.ks b/fedora-repo-not-rawhide.ks
deleted file mode 100644
index f7eeb20..0000000
--- a/fedora-repo-not-rawhide.ks
+++ /dev/null
@@ -1,4 +0,0 @@
-repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
-#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
-url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
diff --git a/fedora-repo-rawhide.ks b/fedora-repo-rawhide.ks
deleted file mode 100644
index 42bf8d7..0000000
--- a/fedora-repo-rawhide.ks
+++ /dev/null
@@ -1,2 +0,0 @@
-repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
diff --git a/fedora-repo.ks b/fedora-repo.ks
deleted file mode 100644
index 9c7dfff..0000000
--- a/fedora-repo.ks
+++ /dev/null
@@ -1,9 +0,0 @@
-# Include the appropriate repo definitions
-
-# Exactly one of the following should be uncommented
-
-# For the master branch the following should be uncommented
-%include fedora-repo-rawhide.ks
-
-# For non-master branches the following should be uncommented
-# %include fedora-repo-not-rawhide.ks
diff --git a/fedora-scientific-common.ks b/fedora-scientific-common.ks
deleted file mode 100644
index dbdcca9..0000000
--- a/fedora-scientific-common.ks
+++ /dev/null
@@ -1,144 +0,0 @@
-%packages
-
-# Installing the default/mandatory packages from engineering & scientific
-@engineering-and-scientific
-
-# scilab
-## scilab
-## scilab-devel
-## scilab-doc
-
-# Remove sagemath explicitly?
--sagemath
-
-#Devel tools
-
-#Install the mandatory packages from dev-tools and dev-libs
-# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
-@development-tools
-@development-libs
-@c-development
-@rpm-development-tools
-#others, not included
-# C++ libraries
-blitz-devel
-armadillo-devel
-
-# Misc. related utils
-ddd
-valgrind
-
-
-#python 3 and tools/libraries not included from the groups
-python3
-python3-tools
-python3-matplotlib
-python3-scipy
-python3-numpy
-python3-ipython
-python3-ipython-console
-python3-ipython-notebook
-python3-sympy
-python3-networkx
-python3-pandas
-
-# matplotlib backends
-python3-matplotlib-qt5
-python3-matplotlib-tk
-
-# Include Java development tools
-@java-development
-apache-commons-math
-
-#fortran compiler
-gcc-gfortran
-
-# GUI for R
-rkward
-
-# julia
-julia
-julia-doc
-julia-devel
-
-# FTI with Python 3.12:
-# https://bugzilla.redhat.com/show_bug.cgi?id=2220598
-# can be restored when that is fixed
-#python3-spyder
-python3-spyder-kernels
-
-
-#writing & publishing
-emacs
-emacs-color-theme
-vim
-scribus
-#scite
-lyx
-kile
-
-#Presentation, Bibliography & Document arrangement
-#tools
-BibTool
-pdfshuffler
-
-# Parallel/Distributed computing libraries/tools
-openmpi
-openmpi-devel
-valgrind-openmpi
-libgomp
-python3-mpi4py-openmpi
-python3-mpi4py-mpich
-
-#Version control- a GUI for each as well
-
-# Installing rapidsvn will also install subversion package
-rapidsvn
-git
-git-gui
-# Mercurial
-mercurial
-mercurial-hgk
-
-#Backup Utilities
-backintime-kde
-
-#needs to install this specifically because of some conflict between openmpi
-#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
-libotf
-
-#root
-root
-root-gui-fitpanel
-
-#Multiple jobs/clustering system
-# torque
-# torque-server
-# torque-scheduler
-# torque-gui
-# torque-libs
-# torque-mom
-# python-pbs
-
-#Drawing, Picture viewing tools, Visualization tools
-dia
-inkscape
-xzgv
-gimp
-## ggobi
-## ggobi-devel
-#g3data
-#Mayavi
-
-#Misc. Utils
-screen
-tmux
-rlwrap
-hexchat
-fig2ps
-hevea
-
-#Include Mozilla Firefox
-firefox
-
-%end
diff --git a/fedora-scientific-vagrant.ks b/fedora-scientific-vagrant.ks
deleted file mode 100644
index 61ea3e8..0000000
--- a/fedora-scientific-vagrant.ks
+++ /dev/null
@@ -1,12 +0,0 @@
-# Fedora Scientific Vagrant box
-
-# Fedora Scientific: For researchers in Science and Engineering
-# Fedora-Scientific aims to create a Fedora which has the generic
-# toolset for the researcher
-# Web: https://labs.fedoraproject.org/en/scientific/
-
-# Maintainer: Amit Saha
-# https://fedoraproject.org/wiki/User:Amitksaha
-
-%include fedora-cloud-base-vagrant.ks
-%include fedora-scientific-common.ks
diff --git a/fedora-server-vm-full.ks b/fedora-server-vm-full.ks
deleted file mode 100644
index bda62e7..0000000
--- a/fedora-server-vm-full.ks
+++ /dev/null
@@ -1,204 +0,0 @@
-# fedora-server-vm-full.ks (rel. 1.02)
-# Kickstart file to build a Fedora Server Edition VM disk image.
-# The image aims to resemble as close as technically possible the
-# full features of a Fedora Server Edition in a virtual machine.
-#
-# The image uses GPT partition type as of default in Fedora 37.
-#
-# At first boot it opens a text mode basic configuration screen.
-#
-# This kickstart file is designed to be used with ImageFactory (in Koji).
-#
-# To build the image locally, you need to install ImageFactory and
-# various additional helpers and configuration files.
-# See Fedora Server Edition user documentation tutorial.
-
-# Use text mode install
-text
-
-# Keyboard layouts
-keyboard 'us'
-
-# System language
-lang en_US.UTF-8
-
-# System timezone
-# set time zone to GMT (Etcetera/UTC)
-timezone Etc/UTC --utc
-
-
-# Root password
-rootpw --iscrypted --lock locked
-
-# SELinux configuration
-selinux --enforcing
-
-
-# System bootloader configuration
-bootloader --location=mbr --timeout=1 --append="console=tty1 console=ttyS0,115200n8"
-
-# Network information
-network --bootproto=dhcp --device=link --activate --onboot=on
-
-# Firewall configuration
-firewall --enabled --service=mdns
-
-
-# System services
-services --enabled="sshd,NetworkManager,chronyd,initial-setup"
-
-# Run the Setup Agent on first boot
-firstboot --reconfig
-
-# Partition Information. Use GPT by default (since Fedora 37)
-# Resemble the Partitioning used for Fedora Server Install media
-clearpart --all --initlabel --disklabel=gpt
-reqpart --add-boot
-part pv.007 --size=4000 --grow
-volgroup sysvg pv.007
-logvol / --vgname=sysvg --size=4000 --grow --maxsize=16000 --fstype=xfs --name=root --label=sysroot
-
-
-# Include URLs for network installation dynamically, dependent on Fedora release
-# and imagefactory runtime environment
-%include fedora-repo.ks
-
-# Shutdown after installation
-shutdown
-
-
-
-##### begin package list #############################################
-%packages --inst-langs=en
-
-@server-product
-@core
-@headless-management
-@standard
-@networkmanager-submodules
-# container management is an optional install item on disk media.
-# Install options not available with VMs. So we don't include it
-# despite trying to resemble a DVD installation as close as possible.
-##@container-management
-@domain-client
-@guest-agents
-
-# All arm-tools packages install on aarch64/armhfp only
-# TODO: on a x86_64 devel environment are @arm-tools not available
-# and cause a build error.
-# @arm-tools
-
-# Standard Fedora Package Groups
-## dracut-config-generic ## included in =core=
-glibc-all-langpacks
-initial-setup
-kernel-core
--dracut-config-rescue
--generic-release*
--initial-setup-gui
--kernel
--linux-firmware
--plymouth
-# pulled in by @standard
--smartmontools
--smartmontools-selinux
-
-%end
-##### end package list ###############################################
-
-
-##### begin kickstart post script ####################################
-%post --erroronfail --log=/root/anaconda-post-1.log
-
-# Find the architecture we are on
-arch=$(uname -m)
-
-# Import RPM GPG key, during installation saved in /etc/pki
-echo "Import RPM GPG key"
-releasever=$(rpm --eval '%{fedora}')
-basearch=$(uname -i)
-rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-
-# See the systemd-random-seed.service man page that says:
-# " It is recommended to remove the random seed from OS images intended
-# for replication on multiple systems"
-# The newly installed instance should make it's own
-echo "Removing random-seed so it's not the same in every image."
-rm -f /var/lib/systemd/random-seed
-
-# When we build the image a networking config file gets left behind.
-# Let's clean it up.
-echo "Cleanup leftover networking configuration"
-rm -f /etc/NetworkManager/system-connections/*.nmconnection
-
-# Truncate the /etc/resolv.conf left over from NetworkManager during the
-# kickstart because the DNS server is environment specific.
-truncate -s 0 /etc/resolv.conf
-
-echo "Cleaning repodata to save space."
-dnf clean all
-
-# linux-firmware is installed by default and is quite large. As of mid 2020:
-# Total download size: 97 M
-# Installed size: 268 M
-# Not needed in virtual environment.
-echo "Removing linux-firmware package."
-rpm -e linux-firmware
-
-# Will ever anybody see this?
-echo "Packages within this disk image"
-rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
-
-# Note that running rpm recreates the rpm db files which aren't needed or wanted
-rm -f /var/lib/rpm/__db*
-
-
-# Do we need a serial terminal with a VM?
-if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
- # Anaconda adds console=tty0 to the grub boot line on all images. this is problematic
- # when you are using fedora via serial console as you do not get any output post grub
- # linux does a good job of knowing what consoles need to be enabled.
- # https://bugzilla.redhat.com/show_bug.cgi?id=2022757
- sed -i -e 's|console=tty0||g' /boot/loader/entries/*conf
-fi
-
-# Trigger lvm-devices-import.path and .service to create
-# a new /etc/lvm/devices/system.devices for the root VG.
-rm -f /etc/lvm/devices/system.devices
-touch /etc/lvm/devices/auto-import-rootvg
-
-# Remove machine-id on pre generated images
-rm -f /etc/machine-id
-touch /etc/machine-id
-
-%end
-##### end kickstart post script #####################################
-
-
-##### begin custom post script (after base) #########################
-%post
-
-# When we build the image /var/log gets populated.
-# Let's clean it up.
-echo "Cleanup leftover in /var/log"
-cd /var/log && find . -name \* -type f -delete
-
-echo "Zeroing out empty space."
-# Create zeros file with nodatacow and no compression
-touch /var/tmp/zeros
-chattr +C /var/tmp/zeros
-# This forces the filesystem to reclaim space from deleted files
-dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
-echo "(Don't worry -- that out-of-space error was expected.)"
-# Force sync to disk
-sync /
-rm -f /var/tmp/zeros
-sync /
-
-# setup systemd to boot to the right runlevel
-echo -n "Setting default runlevel to multiuser text mode"
-systemctl set-default multi-user.target
-echo .
-
-%end
-##### end custom post script ########################################
diff --git a/fedora-soas-common.ks b/fedora-soas-common.ks
deleted file mode 100644
index bfeb872..0000000
--- a/fedora-soas-common.ks
+++ /dev/null
@@ -1,126 +0,0 @@
-# fedora-livecd-soas.ks
-#
-# Description:
-# - A Sugar environment that you can carry in your pocket
-#
-# Maintainers:
-# - Chihurumnaya Ibiam
-# - Alex Perez
-
-firewall --enabled --service=mdns,presence
-
-%packages
-# install env-group to resolve RhBug:1891500
-@^sugar-desktop-environment
-
-# == Core Sugar Platform ==
-fedora-release-soas
-
-# explicitly remove a bunch of extra stuff
--openbox
--@fonts
--@dial-up
--@multimedia
--@printing
--foomatic
--@gnome-desktop
--yp-tools
--ypbind
--rdate
--rdist
--icedtea-web
--firefox
--glx-utils
--nmap-ncat
--PackageKit
--eekboard-libs
--open-vm-tools*
--gfs2-utils
--abrt-cli
--ibus*
--hyperv-daemons
--sane-backends
--sane-backends-drivers-scanners
--dhcp-client
--gcc-gdb-plugin
--gcc
-
-# Add some extra fonts
-dejavu-sans-fonts
-dejavu-sans-mono-fonts
-madan-fonts
-aajohan-comfortaa-fonts
-sil-abyssinica-fonts
-vlgothic-fonts
-
-# Usefulness for DSL connections as per:
-# http://bugs.sugarlabs.org/ticket/1951
-rp-pppoe
-
-# Useful for SoaS duplication from:
-# http://bugs.sugarlabs.org/ticket/74
-livecd-tools
-
-# Get the Sugar boot screen
--plymouth-system-theme
--plymouth-theme-charge
-
-# Install XFCE polkit
-xfce-polkit
-
-%end
-
-%post
-
-# Get proper release naming in the control panel
-cat >> /boot/olpc_build << EOF
-Sugar on a Stick
-EOF
-cat /etc/fedora-release >> /boot/olpc_build
-
-# Rebuild initrd for Sugar boot screen
-KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
-/usr/sbin/plymouth-set-default-theme sugar
-sed -i -r 's/(omit_dracutmodules\+\=.*) plymouth (.*)/\1 \2/' /etc/dracut.conf.d/99-liveos.conf
-dracut --force-add plymouth -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
-
-# Note that running rpm recreates the rpm db files which aren't needed or wanted
-rm -f /var/lib/rpm/__db*
-
-cat > /etc/sysconfig/desktop </usr/share/glib-2.0/schemas/sugar.soas.gschema.override <
-# - Jiří Konečný
-# - Anthony Rabbito
-# - Fabio Alessandro Locati
-
-%packages
-fedora-release-sway
-@^sway-desktop-environment
-@firefox
-@swaywm-extended
-%end
diff --git a/fedora-workstation-common.ks b/fedora-workstation-common.ks
deleted file mode 100644
index 511c6a1..0000000
--- a/fedora-workstation-common.ks
+++ /dev/null
@@ -1,18 +0,0 @@
-%packages
-
-# Exclude unwanted groups that fedora-live-base.ks pulls in
--@dial-up
--@input-methods
--@standard
-
-# Install workstation-product-environment to resolve RhBug:1891500
-@^workstation-product-environment
-
-# Exclude unwanted packages from @anaconda-tools group
--gfs2-utils
--reiserfs-utils
-
-# Exclude extra unwanted packages
--python3-botocore
-
-%end
diff --git a/fedora-xfce-common.ks b/fedora-xfce-common.ks
deleted file mode 100644
index 750fa3f..0000000
--- a/fedora-xfce-common.ks
+++ /dev/null
@@ -1,34 +0,0 @@
-# fedora-livecd-xfce.ks
-#
-# Description:
-# - Fedora Live Spin with the light-weight XFCE Desktop Environment
-#
-# Maintainer(s):
-# - Kevin Fenzi
-# - Adam Miller
-# - Mukundan Ragavan
-
-%packages
-
-fedora-release-xfce
-# install env-group to resolve RhBug:1891500
-@^xfce-desktop-environment
-
-@xfce-apps
-@xfce-extra-plugins
-@xfce-media
-@xfce-office
-
-wget2-wget
-system-config-printer
-
-# save some space
--autofs
--acpid
--gimp-help
--desktop-backgrounds-basic
--aspell-* # dictionaries are big
--xfce4-sensors-plugin
--xfce4-eyes-plugin
-
-%end
diff --git a/l10n/README b/l10n/README
deleted file mode 100644
index 72123d1..0000000
--- a/l10n/README
+++ /dev/null
@@ -1,15 +0,0 @@
-== NOTICE ==
-
-These kickstarts are localized versions of the custom or official Fedora
-Spins.
-
-Kickstarts in this directory need to %include ../*.ks, or ../custom/*.ks
-
-Note: when composing localized kickstarts on Fedora 17 and later, you must
-use yum-langpacks to ensure you get the proper packages. To do so:
-
-1) Use livecd-tools-17.9/18.4 or later
-2) Have yum-langpacks installed, and configured for the language you're
-composing (either in /etc/yum/pluginconf.d/langpacks.conf or via
-$LANG/$LANGUAGE)
-3) Use the '-p' option to livecd-creator to enable plugins.
diff --git a/l10n/fedora-live-workstation-de_CH.ks b/l10n/fedora-live-workstation-de_CH.ks
deleted file mode 100644
index a9b12eb..0000000
--- a/l10n/fedora-live-workstation-de_CH.ks
+++ /dev/null
@@ -1,30 +0,0 @@
-# fedora-live-workstation-de_CH.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-live-workstation.ks
-
-lang de_DE.UTF-8
-keyboard sg-latin1-nodeadkeys
-timezone Europe/Zurich
-
-%packages
--gnome-blog
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "sg-latin1-nodeadkeys"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-live-workstation-de_DE.ks b/l10n/fedora-live-workstation-de_DE.ks
deleted file mode 100644
index 45f2fea..0000000
--- a/l10n/fedora-live-workstation-de_DE.ks
+++ /dev/null
@@ -1,30 +0,0 @@
-# fedora-live-workstation-de_DE.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-live-workstation.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
--gnome-blog
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "de-latin1-nodeadkeys"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-live-workstation-fr_FR.ks b/l10n/fedora-live-workstation-fr_FR.ks
deleted file mode 100644
index a00dccf..0000000
--- a/l10n/fedora-live-workstation-fr_FR.ks
+++ /dev/null
@@ -1,34 +0,0 @@
-# fedora-live-workstation-fr_FR.ks
-#
-# Description:
-# - French Fedora Live Spin with the Gnome Desktop Environment
-#
-# Maintainer(s):
-# - Matthieu Saulnier
-
-%include ../fedora-live-workstation.ks
-
-lang fr_FR.UTF-8
-keyboard fr-latin9
-timezone Europe/Paris
-
-%packages
-langpacks-fr
-# exclude input methods:
--m17n*
--scim*
--ibus*
--iok
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "fr-latin9"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-live-workstation-ja_JP.ks b/l10n/fedora-live-workstation-ja_JP.ks
deleted file mode 100644
index c629bc0..0000000
--- a/l10n/fedora-live-workstation-ja_JP.ks
+++ /dev/null
@@ -1,40 +0,0 @@
-# fedora-live-workstation-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the Gnome Desktop Environment
-#
-# Maintainer(s):
-# - Shintaro Fujiwara
-
-%include ../fedora-live-workstation.ks
-
-lang ja_JP.UTF-8
-keyboard jp
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-# ibus stuff
-ibus-kkc
-imsettings
-%end
-
-%post
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-
-gsettings set org.gnome.desktop.input-sources sources "[('ibus', 'kkc'), ('xkb', 'jp')]"
-
-%end
diff --git a/l10n/fedora-live-workstation-nl_NL.ks b/l10n/fedora-live-workstation-nl_NL.ks
deleted file mode 100644
index 9c3898e..0000000
--- a/l10n/fedora-live-workstation-nl_NL.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-live-workstation-nl_NL.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-live-workstation.ks
-
-lang nl_NL.UTF-8
-keyboard us
-timezone Europe/Amsterdam
-
-%packages
-langpacks-nl
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-live-workstation-pt_BR.ks b/l10n/fedora-live-workstation-pt_BR.ks
deleted file mode 100644
index e53df5f..0000000
--- a/l10n/fedora-live-workstation-pt_BR.ks
+++ /dev/null
@@ -1,28 +0,0 @@
-# fedora-live-workstation-pt_BR.ks
-#
-# Maintainer(s):
-# - Igor Pires Soares
-
-%include ../fedora-live-workstation.ks
-
-lang pt_BR.UTF-8
-keyboard br-abnt2
-timezone America/Sao_Paulo
-
-%packages
-langpacks-pt_BR
-# exclude input methods
--m17n*
--scim*
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "br-abnt2"
-EndSection
-EOF
-%end
diff --git a/l10n/fedora-live-workstation-pt_PT.ks b/l10n/fedora-live-workstation-pt_PT.ks
deleted file mode 100644
index 61b5a11..0000000
--- a/l10n/fedora-live-workstation-pt_PT.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-live-workstation-pt_PT.ks
-#
-# Maintainer(s):
-# - Pedro Silva
-
-%include ../fedora-live-workstation.ks
-
-lang pt_PT.UTF-8
-keyboard pt-latin1
-timezone Europe/Lisbon
-
-%packages
-langpacks-pt
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-live-workstation-ru_RU.ks b/l10n/fedora-live-workstation-ru_RU.ks
deleted file mode 100644
index cfc7656..0000000
--- a/l10n/fedora-live-workstation-ru_RU.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-live-workstation-ru_RU.ks
-#
-# Maintainer(s):
-# Sergey Mihailov
-
-%include ../fedora-live-workstation.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-cinnamon-de_DE.ks b/l10n/fedora-livecd-cinnamon-de_DE.ks
deleted file mode 100644
index 0d82102..0000000
--- a/l10n/fedora-livecd-cinnamon-de_DE.ks
+++ /dev/null
@@ -1,20 +0,0 @@
-# fedora-livecd-cinnamon-de_DE.ks
-#
-# Description:
-# - German Fedora Live Spin with the Cinnamon Desktop Environment
-#
-# Maintainer(s):
-# - Björn Esser
-
-%include ../fedora-live-cinnamon.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-cinnamon-ja_JP.ks b/l10n/fedora-livecd-cinnamon-ja_JP.ks
deleted file mode 100644
index bae7d0e..0000000
--- a/l10n/fedora-livecd-cinnamon-ja_JP.ks
+++ /dev/null
@@ -1,35 +0,0 @@
-# fedora-livecd-cinnamon-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the Cinnamon Desktop Environment
-#
-# Maintainer(s):
-# - Shintaro Fujiwara
-
-%include ../fedora-live-cinnamon.ks
-
-lang ja_JP.UTF-8
-keyboard jp
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-%end
-
-%post
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-livecd-kde-de_CH.ks b/l10n/fedora-livecd-kde-de_CH.ks
deleted file mode 100644
index a1d298d..0000000
--- a/l10n/fedora-livecd-kde-de_CH.ks
+++ /dev/null
@@ -1,28 +0,0 @@
-# fedora-livecd-kde-de_CH.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livecd-kde.ks
-
-lang de_DE.UTF-8
-keyboard sg-latin1-nodeadkeys
-timezone Europe/Zurich
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
-
-%post
-# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
-# KDE don't use /etc/sysconfig/keyboard.
-# Replace "sg-latin1-nodeadkeys" with the keyboard layout you have used above
-mkdir -p /home/liveuser/.kde/env
-echo "system-config-keyboard --noui sg-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
-chmod +x /home/liveuser/.kde/env/keyboard.sh
-chown -R liveuser:liveuser /home/liveuser/.kde/env/
-
-%end
diff --git a/l10n/fedora-livecd-kde-de_DE.ks b/l10n/fedora-livecd-kde-de_DE.ks
deleted file mode 100644
index d647c71..0000000
--- a/l10n/fedora-livecd-kde-de_DE.ks
+++ /dev/null
@@ -1,41 +0,0 @@
-# fedora-livecd-kde-de_DE.ks
-#
-# Maintainer(s):
-# - Sebastian Vahl
-
-%include ../fedora-livecd-kde.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-
-# don't install unnecessary input methods
--scim*
--m17n*
--iok
-
-# don't install unnecessary fonts
--abyssinica-fonts
--cjkuni*fonts*
--jomolhari*fonts*
--kacst*fonts*
--khmeros*fonts*
--lklug*fonts*
--lohit*fonts*
--padauk*fonts*
--paktype*fonts*
--smc*fonts*
--stix*fonts*
--thai*fonts*
--un-core-fonts-dotum
--vlgothic*fonts*
-
-# remove some packages to free needed space
--kdeartwork*
--kftpgrabber
--kdeplasma-addons
-
-%end
diff --git a/l10n/fedora-livecd-kde-fr_FR.ks b/l10n/fedora-livecd-kde-fr_FR.ks
deleted file mode 100644
index 1ae8556..0000000
--- a/l10n/fedora-livecd-kde-fr_FR.ks
+++ /dev/null
@@ -1,33 +0,0 @@
-# fedora-livecd-kde-fr_FR.ks
-#
-# Description:
-# - French Fedora Live Spin with the KDE Desktop Environment
-#
-# Maintainer(s):
-# - Matthieu Saulnier
-
-%include ../fedora-livecd-kde.ks
-
-lang fr_FR.UTF-8
-keyboard fr-latin9
-timezone Europe/Paris
-
-%packages
-langpacks-fr
-# exclude input methods:
--m17n*
--scim*
--ibus*
--iok
-%end
-
-%post
-# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
-# KDE don't use /etc/sysconfig/keyboard.
-# Replace "fr-latin9" with the keyboard layout you have used above
-mkdir -p /home/liveuser/.kde/env
-echo "system-config-keyboard --noui fr-latin9" > /home/liveuser/.kde/env/keyboard.sh
-chmod +x /home/liveuser/.kde/env/keyboard.sh
-chown -R liveuser:liveuser /home/liveuser/.kde/env/
-%end
-
diff --git a/l10n/fedora-livecd-kde-ja_JP.ks b/l10n/fedora-livecd-kde-ja_JP.ks
deleted file mode 100644
index 995083f..0000000
--- a/l10n/fedora-livecd-kde-ja_JP.ks
+++ /dev/null
@@ -1,40 +0,0 @@
-# fedora-livecd-kde-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the KDE Desktop Environment
-#
-# Maintainer(s):
-# - Shintaro Fujiwara
-
-%include ../fedora-live-kde.ks
-
-lang ja_JP.UTF-8
-keyboard jp
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-# ibus-stuff
-fcitx-qt5
-ibus-kkc
-ibus-mozc
-ibus-qt
-kcm-fcitx
-%end
-
-%post
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-%end
diff --git a/l10n/fedora-livecd-kde-nl_NL.ks b/l10n/fedora-livecd-kde-nl_NL.ks
deleted file mode 100644
index e48bb93..0000000
--- a/l10n/fedora-livecd-kde-nl_NL.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-kde-nl_NL.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-livecd-kde.ks
-
-lang nl_NL
-keyboard us
-timezone Europe/Amsterdam
-
-%packages
-langpacks-nl
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-kde-pt_PT.ks b/l10n/fedora-livecd-kde-pt_PT.ks
deleted file mode 100644
index 06a1565..0000000
--- a/l10n/fedora-livecd-kde-pt_PT.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-kde-pt_PT.ks
-#
-# Maintainer(s):
-# - Pedro Silva
-
-%include ../fedora-livecd-kde.ks
-
-lang pt_PT.UTF-8
-keyboard pt-latin1
-timezone Europe/Lisbon
-
-%packages
-langpacks-pt
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-kde-ru_RU.ks b/l10n/fedora-livecd-kde-ru_RU.ks
deleted file mode 100644
index f708017..0000000
--- a/l10n/fedora-livecd-kde-ru_RU.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-livecd-kde-ru_RU.ks
-#
-# Maintainer(s):
-# - Sergey Mihailov
-
-%include ../fedora-livecd-kde.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-lxde-de_CH.ks b/l10n/fedora-livecd-lxde-de_CH.ks
deleted file mode 100644
index 466872a..0000000
--- a/l10n/fedora-livecd-lxde-de_CH.ks
+++ /dev/null
@@ -1,22 +0,0 @@
-# fedora-livecd-lxde-de_CH.ks
-#
-# Description:
-# - Swiss German Fedora Live Spin with the light-weight LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livecd-lxde.ks
-
-lang de_DE
-keyboard sg-latin1-nodeadkeys
-timezone Europe/Zurich
-
-%packages
-langpacks-de
-
-# exclude input methods
--ibus*
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-lxde-de_DE.ks b/l10n/fedora-livecd-lxde-de_DE.ks
deleted file mode 100644
index 0e14fba..0000000
--- a/l10n/fedora-livecd-lxde-de_DE.ks
+++ /dev/null
@@ -1,22 +0,0 @@
-# fedora-livecd-lxde-de_DE.ks
-#
-# Description:
-# - German Fedora Live Spin with the light-weight LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Christoph Wickert
-
-%include ../fedora-livecd-lxde.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-
-# exclude input methods
--ibus*
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-lxde-fr_FR.ks b/l10n/fedora-livecd-lxde-fr_FR.ks
deleted file mode 100644
index 549a0b4..0000000
--- a/l10n/fedora-livecd-lxde-fr_FR.ks
+++ /dev/null
@@ -1,34 +0,0 @@
-# fedora-livecd-lxde-fr_FR.ks
-#
-# Description:
-# - French Fedora Live Spin with the LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Matthieu Saulnier
-
-%include ../fedora-livecd-lxde.ks
-
-lang fr_FR.UTF-8
-keyboard fr-latin9
-timezone Europe/Paris
-
-%packages
-langpacks-fr
-# exclude input methods:
--m17n*
--scim*
--ibus*
--iok
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "fr-latin9"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-livecd-lxde-ja_JP.ks b/l10n/fedora-livecd-lxde-ja_JP.ks
deleted file mode 100644
index 36414d8..0000000
--- a/l10n/fedora-livecd-lxde-ja_JP.ks
+++ /dev/null
@@ -1,60 +0,0 @@
-# fedora-livecd-lxde-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Shintaro Fujiwara
-
-%include ../fedora-live-lxde.ks
-
-lang ja_JP.UTF-8
-keyboard jp
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-# Better more popular browser
-firefox
-# ibus stuff
-ibus-kkc
-imsettings
-%end
-
-%post
-cat >> /var/lib/livesys/livesys-session-extra << EOF
-#### setting env and start ibus-deamon ####
-#mkdir /home/liveuser
-cat >> /home/liveuser/.bash_profile << FOE
-export XMODIFIERS="@im=ibus"
-export GTK_IM_MODULE=ibus
-export QT_IM_MODULE=ibus
-ibus-daemon -drx
-FOE
-#### autostart ibus and stuff ####
-cat > /etc/xdg/autostart/imsettings-start.desktop << "FOE"
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Version=1.0
-Name=Input Method starter
-Name[ja]=入力メソッドのスターター
-Exec=imsettings-switch -n -q -x
-Terminal=false
-FOE
-EOF
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-%end
diff --git a/l10n/fedora-livecd-lxde-ru_RU.ks b/l10n/fedora-livecd-lxde-ru_RU.ks
deleted file mode 100644
index 8cd9e91..0000000
--- a/l10n/fedora-livecd-lxde-ru_RU.ks
+++ /dev/null
@@ -1,23 +0,0 @@
-# fedora-livecd-lxde-ru_RU.ks
-#
-# Description:
-# - German Fedora Live Spin with the light-weight LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Sergey Mihailov
-
-%include ../fedora-livecd-lxde.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--ibus*
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-xfce-de_CH.ks b/l10n/fedora-livecd-xfce-de_CH.ks
deleted file mode 100644
index ffbe05e..0000000
--- a/l10n/fedora-livecd-xfce-de_CH.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-xfce-de_CH.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-live-xfce.ks
-
-lang de_DE
-keyboard sg-latin1-nodeadkeys
-timezone Europe/Zurich
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-xfce-de_DE.ks b/l10n/fedora-livecd-xfce-de_DE.ks
deleted file mode 100644
index 2122919..0000000
--- a/l10n/fedora-livecd-xfce-de_DE.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-xfce-de_DE.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-live-xfce.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-xfce-fr_FR.ks b/l10n/fedora-livecd-xfce-fr_FR.ks
deleted file mode 100644
index 2464065..0000000
--- a/l10n/fedora-livecd-xfce-fr_FR.ks
+++ /dev/null
@@ -1,34 +0,0 @@
-# fedora-livecd-xfce-fr_FR.ks
-#
-# Description:
-# - French Fedora Live Spin with the Xfce Desktop Environment
-#
-# Maintainer(s):
-# - Matthieu Saulnier
-
-%include ../fedora-live-xfce.ks
-
-lang fr_FR.UTF-8
-keyboard fr-latin9
-timezone Europe/Paris
-
-%packages
-langpacks-fr
-# exclude input methods:
--m17n*
--scim*
--ibus*
--iok
-%end
-
-%post
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "fr-latin9"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-livecd-xfce-ja_JP.ks b/l10n/fedora-livecd-xfce-ja_JP.ks
deleted file mode 100644
index c07fd43..0000000
--- a/l10n/fedora-livecd-xfce-ja_JP.ks
+++ /dev/null
@@ -1,38 +0,0 @@
-# fedora-livecd-xfce-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the Xfce Desktop Environment
-#
-# Maintainer(s):
-# - Shintaro Fujiwara
-
-%include ../fedora-live-xfce.ks
-
-lang ja_JP.UTF-8
-keyboard jp
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-
-# ibus-kkc
-ibus-kkc
-%end
-
-%post
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-%end
-
diff --git a/l10n/fedora-livecd-xfce-nl_NL.ks b/l10n/fedora-livecd-xfce-nl_NL.ks
deleted file mode 100644
index 87d22fd..0000000
--- a/l10n/fedora-livecd-xfce-nl_NL.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-xfce-nl_NL.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-live-xfce.ks
-
-lang nl_NL
-keyboard us
-timezone Europe/Amsterdam
-
-%packages
-langpacks-nl
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-xfce-pt_PT.ks b/l10n/fedora-livecd-xfce-pt_PT.ks
deleted file mode 100644
index 70b55fa..0000000
--- a/l10n/fedora-livecd-xfce-pt_PT.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-xfce-pt_PT.ks
-#
-# Maintainer(s):
-# - Pedro Silva
-
-%include ../fedora-live-xfce.ks
-
-lang pt_PT.UTF-8
-keyboard pt-latin1
-timezone Europe/Lisbon
-
-%packages
-langpacks-pt
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livecd-xfce-ru_RU.ks b/l10n/fedora-livecd-xfce-ru_RU.ks
deleted file mode 100644
index 15cebb2..0000000
--- a/l10n/fedora-livecd-xfce-ru_RU.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-livecd-xfce-ru_RU.ks
-#
-# Maintainer(s):
-# - Sergey Mihailov
-
-%include ../fedora-live-xfce.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-electronic-lab-de_CH.ks b/l10n/fedora-livedvd-electronic-lab-de_CH.ks
deleted file mode 100644
index 421dfa9..0000000
--- a/l10n/fedora-livedvd-electronic-lab-de_CH.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-electronic-lab-de_CH.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livedvd-electronic-lab.ks
-
-lang de_DE
-keyboard sg-latin1
-timezone Europe/Zurich
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-electronic-lab-de_DE.ks b/l10n/fedora-livedvd-electronic-lab-de_DE.ks
deleted file mode 100644
index 56e79f4..0000000
--- a/l10n/fedora-livedvd-electronic-lab-de_DE.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-electronic-lab-de_DE.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livedvd-electronic-lab.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-electronic-lab-nl_NL.ks b/l10n/fedora-livedvd-electronic-lab-nl_NL.ks
deleted file mode 100644
index 37b95d7..0000000
--- a/l10n/fedora-livedvd-electronic-lab-nl_NL.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-electronic-lab-nl_NL.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-livedvd-electronic-lab.ks
-
-lang nl_NL
-keyboard us
-timezone Europe/Amsterdam
-
-%packages
-langpacks-nl
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-electronic-lab-pt_PT.ks b/l10n/fedora-livedvd-electronic-lab-pt_PT.ks
deleted file mode 100644
index 8b7bd24..0000000
--- a/l10n/fedora-livedvd-electronic-lab-pt_PT.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livecd-electronic-lab-pt_PT.ks
-#
-# Maintainer(s):
-# - Pedro Silva
-
-%include ../fedora-livedvd-electronic-lab.ks
-
-lang pt_PT.UTF-8
-keyboard pt-latin1
-timezone Europe/Lisbon
-
-%packages
-langpacks-pt
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-electronic-lab-ru_RU.ks b/l10n/fedora-livedvd-electronic-lab-ru_RU.ks
deleted file mode 100644
index e192e90..0000000
--- a/l10n/fedora-livedvd-electronic-lab-ru_RU.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-livecd-electronic-lab-ru_RU.ks
-#
-# Maintainer(s):
-# - Sergey Mihailov
-
-%include ../fedora-livedvd-electronic-lab.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-games-de_CH.ks b/l10n/fedora-livedvd-games-de_CH.ks
deleted file mode 100644
index f592cab..0000000
--- a/l10n/fedora-livedvd-games-de_CH.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livedvd-games-de_CH.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livedvd-games.ks
-
-lang de_DE
-keyboard sg-latin1
-timezone Europe/Zurich
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-games-de_DE.ks b/l10n/fedora-livedvd-games-de_DE.ks
deleted file mode 100644
index dbccb64..0000000
--- a/l10n/fedora-livedvd-games-de_DE.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livedvd-games-de_DE.ks
-#
-# Maintainer(s):
-# - Fabian Affolter
-
-%include ../fedora-livedvd-games.ks
-
-lang de_DE.UTF-8
-keyboard de-latin1-nodeadkeys
-timezone Europe/Berlin
-
-%packages
-langpacks-de
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-games-ja_JP.ks b/l10n/fedora-livedvd-games-ja_JP.ks
deleted file mode 100644
index cce5aa7..0000000
--- a/l10n/fedora-livedvd-games-ja_JP.ks
+++ /dev/null
@@ -1,40 +0,0 @@
-# fedora-livedvd-games-ja_JP.ks
-#
-# Description:
-# - Japanese Fedora Live Spin with the game Desktop Environment
-#
-# Maintainer(s):
-# - Mika Tsukada
-
-%include ../fedora-live-games.ks
-
-lang ja_JP.UTF-8
-keyboard ja
-timezone Asia/Tokyo
-
-%packages
-langpacks-ja
-# exclude input methods except ibus:
--m17n*
--scim*
--iok
-glibc-langpack-ja
-# ibus-stuff
-ibus-kkc
-ibus-mozc
-%end
-
-%post
-cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
-# Read and parsed by systemd-localed. It's probably wise not to edit this file
-# manually too freely.
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "jp"
- Option "XkbModel" "jp106"
-EndSection
-EOF
-%end
-
-
diff --git a/l10n/fedora-livedvd-games-nl_NL.ks b/l10n/fedora-livedvd-games-nl_NL.ks
deleted file mode 100644
index 241e46e..0000000
--- a/l10n/fedora-livedvd-games-nl_NL.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livedvd-games-nl_NL.ks
-#
-# Maintainer(s):
-# - Jeroen van Meeuwen
-
-%include ../fedora-livedvd-games.ks
-
-lang nl_NL
-keyboard us
-timezone Europe/Amsterdam
-
-%packages
-langpacks-nl
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-games-pt_PT.ks b/l10n/fedora-livedvd-games-pt_PT.ks
deleted file mode 100644
index fdc2d66..0000000
--- a/l10n/fedora-livedvd-games-pt_PT.ks
+++ /dev/null
@@ -1,17 +0,0 @@
-# fedora-livedvd-games-pt_PT.ks
-#
-# Maintainer(s):
-# - Pedro Silva
-
-%include ../fedora-livedvd-games.ks
-
-lang pt_PT.UTF-8
-keyboard pt-latin1
-timezone Europe/Lisbon
-
-%packages
-langpacks-pt
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/l10n/fedora-livedvd-games-ru_RU.ks b/l10n/fedora-livedvd-games-ru_RU.ks
deleted file mode 100644
index 080bf16..0000000
--- a/l10n/fedora-livedvd-games-ru_RU.ks
+++ /dev/null
@@ -1,19 +0,0 @@
-# fedora-livedvd-games-ru_RU.ks
-#
-# Maintainer(s):
-# - Sergey Mihailov
-
-%include ../fedora-livedvd-games.ks
-
-lang ru_RU.UTF-8
-keyboard ru
-timezone Europe/Moscow
-
-%packages
-langpacks-ru
-hunspell-ru
-
-# exclude input methods
--m17n*
--scim*
-%end
diff --git a/maintainers.toml b/maintainers.toml
deleted file mode 100644
index da78269..0000000
--- a/maintainers.toml
+++ /dev/null
@@ -1,123 +0,0 @@
-[spins.lxqt.x86_64]
-fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
-maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
-[spins.lxqt.armhfp]
-fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
-maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
-
-[spins.xfce.x86_64]
-fas = [ "nonamedotc", "kevin", "maxamillion" ]
-maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
-[spins.xfce.armhfp]
-fas = [ "nonamedotc", "kevin", "maxamillion" ]
-maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
-
-[spins.kde.x86_64]
-fas = [ "rdieter", "marcdeop", "ngompa" ]
-maintainers = [ "Rex Dieter", "Marc Deop", "Neal Gompa" ]
-
-[spins.cinnamon.x86_64]
-fas = [ "grinnz" ]
-maintainers = [ "Dan Book" ]
-
-[spins.mate_compiz.x86_64]
-fas = [ "raveit65" ]
-maintainers = [ "Wolfgang Ulbrich" ]
-
-[spins.lxde.x86_64]
-fas = [ "cwickert", "mtasaka" ]
-maintainers = [ "Christoph Wickert", "Mamoru TASAKA" ]
-[spins.lxde.armhfp]
-fas = [ "cwickert", "mtasaka" ]
-maintainers = [ "Christoph Wickert", "Mamoru TASAKA" ]
-
-[spins.soas.x86_64]
-fas = [ "chimosky", "aperezbios" ]
-maintainers = [ "Chihurumnaya Ibiam", "Alex Perez" ]
-[spins.soas.armhfp]
-fas = [ "chimosky", "aperezbios", ]
-maintainers = [ "Chihurumnaya Ibiam", "Alex Perez" ]
-
-[labs.astronomy_kde.x86_64]
-fas = [ "lupinix", "q5sys" ]
-maintainers = [ "Christian Dersch", "JT Pennington" ]
-
-[labs.security.x86_64]
-fas = [ "fab", "jsimon", "q5sys"]
-maintainers = [ "Fabian Affolter", "Joerg Simon", "JT Pennington" ]
-
-[labs.design_suite.x86_64]
-fas = [ "luya" ]
-maintainers = [ "Luya Tshimbalanga" ]
-
-[labs.games.x86_64]
-fas = [ "ngompa", "q5sys" ]
-maintainers = [ "Neal Gompa", "JT Pennington" ]
-
-[labs.jam_kde.x86_64]
-fas = [ "q5sys" ]
-maintainers = [ "JT Pennington" ]
-
-[labs.python_classroom.x86_64]
-fas = [ "churchyard", "python-sig" ]
-maintainers = [ "Miro Hrončok", "Python SIG" ]
-
-[labs.scientific_kde.x86_64]
-fas = [ "scitech" ]
-maintainers = [ "SciTech SIG" ]
-
-[labs.scientific.x86_64]
-fas = [ "scitech" ]
-maintainers = [ "SciTech SIG" ]
-
-[labs.robotics.x86_64]
-fas = [ "lrossett", "robotics-sig" ]
-maintainers = [ "Leonardo Rossetti", "Robotics SIG" ]
-
-[spins.i3.x86_64]
-fas = [ "jflory7", "defolos", "nasirhm", "odilhao", "x3mboy" ]
-maintainers = [ "Justin Flory", "Dan Čermák", "Nasir Hussain", "Odilon Junior", "Eduard Lucena" ]
-
-[eln]
-fas = [ "sgallagh", "tdawson", "asamalik", "yselkowitz" ]
-maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik", "Yaakov Selkowitz" ]
-
-[spins.budgie.x86_64]
-fas = [ "joshstrobl" ]
-maintainers = [ "Joshua Strobl" ]
-
-[spins.sway.x86_64]
-fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
-maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
-
-[spins.miraclewm.x86_64]
-fas = [ "mattkae", "ngompa" ]
-maintainers = [ "Matthew Kosarek", "Neal Gompa" ]
-
-[silverblue.x86_64]
-fas = [ "siosm", "tpopela" ]
-maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
-[silverblue.aarch64]
-fas = [ "siosm", "tpopela" ]
-maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
-
-[kinoite.x86_64]
-fas = [ "siosm" ]
-maintainers = [ "Timothée Ravier" ]
-[kinoite.aarch64]
-fas = [ "siosm" ]
-maintainers = [ "Timothée Ravier" ]
-
-[sericea.x86_64]
-fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
-maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
-[sericea.aarch64]
-fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
-maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
-
-[onyx.x86_64]
-fas = [ "joshstrobl" ]
-maintainers = [ "Joshua Strobl" ]
-[onyx.aarch64]
-fas = [ "joshstrobl" ]
-maintainers = [ "Joshua Strobl" ]
diff --git a/snippets/packagekit-cached-metadata.ks b/snippets/packagekit-cached-metadata.ks
deleted file mode 100644
index 199bc0e..0000000
--- a/snippets/packagekit-cached-metadata.ks
+++ /dev/null
@@ -1,53 +0,0 @@
-# %post script to include initial metadata for PackageKit
-
-%post --nochroot
-# Copy over files needed for networking inside the chroot
-for f in /etc/resolv.conf /etc/hosts ; do
- test -f $f && cp $f /mnt/sysimage/$f.kickstart
-done
-%end
-
-%post
-
-# Use host machine's resolv.conf and hosts files
-for f in /etc/resolv.conf /etc/hosts ; do
- test -f $f && mv $f $f.orig
- test -f $f.kickstart && mv -f $f.kickstart $f
-done
-
-PK_PREFIX=`mktemp -d`
-mkdir -p $PK_PREFIX/etc/yum.repos.d
-if [ -f /etc/yum.repos.d/fedora.repo ] ; then
- cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
- sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-/compose/Everything/$basearch/os/|' \
- $PK_PREFIX/etc/yum.repos.d/fedora.repo
-fi
-if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
- cp /etc/yum.repos.d/fedora-updates.repo $PK_PREFIX/etc/yum.repos.d/
- sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates/$basearch/|' \
- $PK_PREFIX/etc/yum.repos.d/fedora-updates.repo
-fi
-if [ -f /etc/yum.repos.d/fedora-updates-testing.repo ] ; then
- cp /etc/yum.repos.d/fedora-updates-testing.repo $PK_PREFIX/etc/yum.repos.d/
- sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates-testing/$basearch/|' \
- $PK_PREFIX/etc/yum.repos.d/fedora-updates-testing.repo
-fi
-if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
- cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
- sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-/compose/Everything/$basearch/os/|' \
- $PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
-fi
-rpm --root=$PK_PREFIX --initdb
-DESTDIR=$PK_PREFIX /usr/libexec/packagekit-direct refresh
-if [ -d /var/cache/PackageKit ] ; then
- mv $PK_PREFIX/var/cache/PackageKit/* /var/cache/PackageKit/
-fi
-rm -rf $PK_PREFIX
-
-# Restore original resolv.conf and hosts files
-for f in /etc/resolv.conf /etc/hosts ; do
- rm -f $f
- test -f $f.orig && mv $f.orig $f
-done
-
-%end
diff --git a/templates/language-de_CH.ks b/templates/language-de_CH.ks
deleted file mode 100644
index c70f708..0000000
--- a/templates/language-de_CH.ks
+++ /dev/null
@@ -1,11 +0,0 @@
-# %post language-modifications for de_DE-spins
-
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "ch"
- Option "XkbVariant" "de_nodeadkeys"
-EndSection
-EOF
diff --git a/templates/language-de_DE.ks b/templates/language-de_DE.ks
deleted file mode 100644
index 576dcff..0000000
--- a/templates/language-de_DE.ks
+++ /dev/null
@@ -1,10 +0,0 @@
-# %post language-modifications for de_DE-spins
-
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "de-latin1-nodeadkeys"
-EndSection
-EOF
diff --git a/templates/language-pt_BR.ks b/templates/language-pt_BR.ks
deleted file mode 100644
index b7c2e25..0000000
--- a/templates/language-pt_BR.ks
+++ /dev/null
@@ -1,10 +0,0 @@
-# %post language-modifications for pt_BR-spins
-
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "br-abnt2"
-EndSection
-EOF
diff --git a/templates/language-pt_PT.ks b/templates/language-pt_PT.ks
deleted file mode 100644
index c22dea5..0000000
--- a/templates/language-pt_PT.ks
+++ /dev/null
@@ -1,10 +0,0 @@
-# %post language-modifications for pt_PT-spins
-
-# system-config-keyboard doesn't really work (missing xorg.conf etc)
-cat >>/etc/X11/xorg.conf << EOF
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "pt"
-EndSection
-EOF
diff --git a/tools/list-packages-for-ks.py b/tools/list-packages-for-ks.py
deleted file mode 100755
index ba67056..0000000
--- a/tools/list-packages-for-ks.py
+++ /dev/null
@@ -1,104 +0,0 @@
-#!/usr/bin/python3
-# Given as input a comps definition and a .ks file, list
-# the packages which would be installed. This list is
-# NOT depsolved, it's merely a textual list of explicitly
-# added or removed packages from the combined set.
-#
-# Licensed under the new-BSD license (http://www.opensource.org/licenses/bsd-license.php)
-# Copyright (C) 2010 Red Hat, Inc.
-# Written by Colin Walters
-
-import os
-import sys
-import getopt
-import xml.etree.ElementTree as ElementTree
-
-import pykickstart
-import pykickstart.parser
-import pykickstart.version
-
-
-def usage(ecode):
- print("Usage: {} [--version=VERSION] COMPS.xml KICKSTART.ks".format(sys.argv[0]))
- print("List packages installed by KICKSTART.")
- sys.exit(ecode)
-
-
-def main():
- try:
- opts, args = getopt.getopt(sys.argv[1:], 'h', ['help', 'version=', 'debug'])
- except getopt.GetoptError as e:
- usage(1)
-
- version = None
- debug = False
- for o, a in opts:
- if o in ('-h', '--help'):
- usage(0)
- elif o in ('--debug',):
- debug = True
- elif o in ('--version',):
- version = a
-
- if len(args) != 2:
- usage(1)
- comps_filename = args[0]
- kickstart_filename = args[1]
-
- if version:
- version_cls = pykickstart.version.stringToVersion(version)
- else:
- version_cls = pykickstart.version.makeVersion()
-
- comps = ElementTree.parse(comps_filename)
-
- # pykickstart is going to look for files relative to
- # the current directory of the kickstart file
- working_directory = os.path.dirname(kickstart_filename)
- if working_directory:
- os.chdir(working_directory)
-
- parser = pykickstart.parser.KickstartParser(version_cls)
- parser.readKickstart(kickstart_filename)
-
- comps_groups = comps.findall('group')
- packages_for_group = {}
- for group in comps_groups:
- group_id = group.find('id')
- assert group_id is not None
- pkglist_node = group.find('packagelist')
- assert pkglist_node is not None
- reqs = pkglist_node.findall('packagereq')
- pkglist = []
- for req in reqs:
- if req.attrib['type'] in ('default', 'mandatory'):
- pkglist.append(req.text)
- packages_for_group[group_id.text] = pkglist
-
- pkg_list = set()
-
- for group in parser.handler.packages.groupList:
- if debug:
- print("# Including {} packages from group '{}'".format(len(packages_for_group.get(group.name, [])),
- group.name), file=sys.stderr)
- for pkg in packages_for_group.get(group.name, []):
- pkg_list.add(pkg)
- if debug:
- print("# Adding {} explicitly specified packages".format(len(parser.handler.packages.packageList)),
- file=sys.stderr)
- for pkg in parser.handler.packages.packageList:
- pkg_list.add(pkg)
- if debug:
- print("# Processing {} explicitly excluded packages".format(len(parser.handler.packages.excludedList)),
- file=sys.stderr)
- for pkg in parser.handler.packages.excludedList:
- pkg_list.discard(pkg)
-
- for pkg in sorted(pkg_list):
- print(pkg)
-
- sys.exit(0)
-
-
-if __name__ == '__main__':
- main()
diff --git a/tools/liveimage-diff b/tools/liveimage-diff
deleted file mode 100755
index a7ff363..0000000
--- a/tools/liveimage-diff
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/usr/bin/python
-# Given as input two live images, print out differences in their RPM content.
-#
-# Licensed under the new-BSD license (http://www.opensource.org/licenses/bsd-license.php)
-# Copyright (C) 2010 Red Hat, Inc.
-# Written by Colin Walters
-
-import os
-import sys
-import tempfile
-import subprocess
-import getopt
-
-
-def usage(ecode):
- print "Usage: %s img1.iso img2.iso" % (sys.argv[0], )
- print "Print differences between two live images"
- sys.exit(ecode)
-
-def main():
- try:
- opts,args = getopt.getopt(sys.argv[1:], 'h', ['help', 'debug'])
- except getopt.GetoptError, e:
- usage(1)
-
- version = None
- debug = False
- for o,a in opts:
- if o in ('-h', '--help'):
- usage(0)
- elif o in ('--debug', ):
- debug = True
-
- if len(args) != 2:
- usage(1)
- original = args[0]
- new = args[1]
-
- mount_temp = tempfile.mkdtemp()
-
- (fd, original_rpmdata) = tempfile.mkstemp()
- subprocess.check_call(['../livecd/tools/liveimage-mount', '--mount-hacks', '--chroot',
- original, mount_temp, 'rpm', '-qa', '--queryformat="%{NAME} %{SIZE}\n'],
- stdout=fd, stderr=sys.stderr)
- os.close(fd)
- (fd, new_rpmdata) = tempfile.mkstemp()
- subprocess.check_call(['../livecd/tools/liveimage-mount', '--mount-hacks', '--chroot',
- new, mount_temp, 'rpm', '-qa', '--queryformat="%{NAME} %{SIZE}\n'],
- stdout=fd, stderr=sys.stderr)
- os.close(fd)
-
- os.rmdir(mount_temp)
-
- original_rpms = {}
- new_rpms = {}
-
- def read_rpmdata(filename, data):
- f = open(filename)
- for line in f:
- line = line.strip()
- if not line: break
- (rpm, size) = line.split(' ', 1)
- data[rpm] = int(size)
- f.close()
- read_rpmdata(original_rpmdata, original_rpms)
- read_rpmdata(new_rpmdata, new_rpms)
-
- original_set = set(original_rpms)
- new_set = set(new_rpms)
- intersection = original_set.intersection(new_set)
- intersection_deltas = {}
- for rpm in intersection:
- delta = new_rpms[rpm] - original_rpms[rpm]
- if delta != 0:
- intersection_deltas[rpm] = delta
-
- added_set = new_set - original_set
- removed_set = original_set - new_set
- for rpm in sorted(added_set, lambda a,b: cmp(new_rpms[a], new_rpms[b])):
- print '+ %s %d' % (rpm, new_rpms[rpm])
- for rpm in sorted(removed_set, lambda a,b: cmp(original_rpms[a], original_rpms[b])):
- print '- %s %d' % (rpm, original_rpms[rpm])
-
- for rpm in sorted(intersection_deltas, lambda a,b: cmp(intersection_deltas[a], intersection_deltas[b])):
- print '= %s %d' % (rpm, intersection_deltas[rpm])
-
- sys.exit(0)
-
-if __name__ == '__main__':
- main()
-