add snigdha os calamares

This commit is contained in:
2024-03-23 05:30:24 +05:30
parent 0785e1c7b4
commit e96fd5efeb
103 changed files with 5888 additions and 0 deletions

View File

@@ -0,0 +1,231 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Product branding information. This influences some global
# user-visible aspects of Calamares, such as the product
# name, window behavior, and the slideshow during installation.
#
# Additional styling can be done using the stylesheet.qss
# file, also in the branding directory.
---
componentName: arcolinuxnew
### WELCOME / OVERALL WORDING
#
# These settings affect some overall phrasing and looks,
# which are most visible in the welcome page.
# This selects between different welcome texts. When false, uses
# the traditional "Welcome to the %1 installer.", and when true,
# uses "Welcome to the Calamares installer for %1." This allows
# to distinguish this installer from other installers for the
# same distribution.
welcomeStyleCalamares: false
# Should the welcome image (productWelcome, below) be scaled
# up beyond its natural size? If false, the image does not grow
# with the window but remains the same size throughout (this
# may have surprising effects on HiDPI monitors).
welcomeExpandingLogo: true
### WINDOW CONFIGURATION
#
# The settings here affect the placement of the Calamares
# window through hints to the window manager and initial
# sizing of the Calamares window.
# Size and expansion policy for Calamares.
# - "normal" or unset, expand as needed, use *windowSize*
# - "fullscreen", start as large as possible, ignore *windowSize*
# - "noexpand", don't expand automatically, use *windowSize*
windowExpanding: normal
# Size of Calamares window, expressed as w,h. Both w and h
# may be either pixels (suffix px) or font-units (suffix em).
# e.g. "800px,600px"
# "60em,480px"
# This setting is ignored if "fullscreen" is selected for
# *windowExpanding*, above. If not set, use constants defined
# in CalamaresUtilsGui, 800x520.
windowSize: 1200px,800px
# Placement of Calamares window. Either "center" or "free".
# Whether "center" actually works does depend on the window
# manager in use (and only makes sense if you're not using
# *windowExpanding* set to "fullscreen").
windowPlacement: center
### PANELS CONFIGURATION
#
# Calamares has a main content area, and two panels (navigation
# and progress / sidebar). The panels can be controlled individually,
# or switched off. If both panels are switched off, the layout of
# the main content area loses its margins, on the assumption that
# you're doing something special.
# Kind of sidebar (panel on the left, showing progress).
# - "widget" or unset, use traditional sidebar (logo, items)
# - "none", hide it entirely
# - "qml", use calamares-sidebar.qml from branding folder
# In addition, you **may** specify a side, separated by a comma,
# from the kind. Valid sides are:
# - "left" (if not specified, uses this)
# - "right"
# - "top"
# - "bottom"
# For instance, "widget,right" is valid; so is "qml", which defaults
# to putting the sidebar on the left. Also valid is "qml,top".
# While "widget,top" is valid, the widgets code is **not** flexible
# and results will be terrible.
sidebar: widget
# Kind of navigation (button panel on the bottom).
# - "widget" or unset, use traditional navigation
# - "none", hide it entirely
# - "qml", use calamares-navigation.qml from branding folder
# In addition, you **may** specify a side, separated by a comma,
# from the kind. The same sides are valid as for *sidebar*,
# except the default is *bottom*.
navigation: widget
### STRINGS, IMAGES AND COLORS
#
# This section contains the "branding proper" of names
# and images, rather than global-look settings.
# These are strings shown to the user in the user interface.
# There is no provision for translating them -- since they
# are names, the string is included as-is.
#
# The four Url strings are the Urls used by the buttons in
# the welcome screen, and are not shown to the user. Clicking
# on the "Support" button, for instance, opens the link supportUrl.
# If a Url is empty, the corresponding button is not shown.
#
# bootloaderEntryName is how this installation / distro is named
# in the boot loader (e.g. in the GRUB menu).
#
# These strings support substitution from /etc/os-release
# if KDE Frameworks 5.58 are available at build-time. When
# enabled, @{var-name} is replaced by the equivalent value
# from os-release. All the supported var-names are in all-caps,
# and are listed on the FreeDesktop.org site,
# https://www.freedesktop.org/software/systemd/man/os-release.html
# Note that ANSI_COLOR and CPE_NAME don't make sense here, and
# are not supported (the rest are). Remember to quote the string
# if it contains substitutions, or you'll get YAML exceptions.
#
# The *Url* entries are used on the welcome page, and they
# are visible as buttons there if the corresponding *show* keys
# are set to "true" (they can also be overridden).
strings:
productName: ArcoLinux
shortProductName: ArcoLinux
version: 3.0
shortVersion: 3.0
versionedName: ArcoLinux
shortVersionedName: ArcoLinux
bootloaderEntryName: ArcoLinux
# productUrl: https://arcolinux.info/
# supportUrl: https://arcolinuxforum.com/
# knownIssuesUrl: https://arcolinux.info/
# releaseNotesUrl: https://arcolinux.info/arcolinux-editions/
# donateUrl: https://kde.org/community/donations/index.php
# These images are loaded from the branding module directory.
#
# productBanner is an optional image, which if present, will be shown
# on the welcome page of the application, above the welcome text.
# It is intended to have a width much greater than height.
# It is displayed at 64px height (also on HiDPI).
# Recommended size is 64px tall, and up to 460px wide.
# productIcon is used as the window icon, and will (usually) be used
# by the window manager to represent the application. This image
# should be square, and may be displayed by the window manager
# as small as 16x16 (but possibly larger).
# productLogo is used as the logo at the top of the left-hand column
# which shows the steps to be taken. The image should be square,
# and is displayed at 80x80 pixels (also on HiDPI).
# productWallpaper is an optional image, which if present, will replace
# the normal solid background on every page of the application.
# It can be any size and proportion,
# and will be tiled to fit the entire window.
# For a non-tiled wallpaper, the size should be the same as
# the overall window, see *windowSize* above (800x520).
# productWelcome is shown on the welcome page of the application in
# the middle of the window, below the welcome text. It can be
# any size and proportion, and will be scaled to fit inside
# the window. Use `welcomeExpandingLogo` to make it non-scaled.
# Recommended size is 320x150.
#
# These filenames can also use substitutions from os-release (see above).
images:
# productBanner: "banner.png"
productLogo: "squid.png"
productIcon: "logo.png"
# productWallpaper: "wallpaper.png"
productWelcome: "calamares-0.png"
# Colors for text and background components.
#
# - sidebarBackground is the background of the sidebar
# - sidebarText is the (foreground) text color
# - sidebarTextHighlight sets the background of the selected (current) step.
# Optional, and defaults to the application palette.
# - sidebarSelect is the text color of the selected step.
#
# These colors can **also** be set through the stylesheet, if the
# branding component also ships a stylesheet.qss. Then they are
# the corresponding CSS attributes of #sidebarApp.
style:
SidebarBackground: "#353945"
SidebarText: "#ECEDEE"
### SLIDESHOW
#
# The slideshow is displayed during execution steps (e.g. when the
# installer is actually writing to disk and doing other slow things).
# The slideshow can be a QML file (recommended) which can display
# arbitrary things -- text, images, animations, or even play a game --
# during the execution step. The QML **is** abruptly stopped when the
# execution step is done, though, so maybe a game isn't a great idea.
#
# The slideshow can also be a sequence of images (not recommended unless
# you don't want QML at all in your Calamares). The images are displayed
# at a rate of 1 every 2 seconds during the execution step.
#
# To configure a QML file, list a single filename:
# slideshow: "show.qml"
# To configure images, like the filenames (here, as an inline list):
# slideshow: [ "/etc/calamares/slideshow/0.png", "/etc/logo.png" ]
slideshow: "show.qml"
# There are two available APIs for a QML slideshow:
# - 1 (the default) loads the entire slideshow when the installation-
# slideshow page is shown and starts the QML then. The QML
# is never stopped (after installation is done, times etc.
# continue to fire).
# - 2 loads the slideshow on startup and calls onActivate() and
# onLeave() in the root object. After the installation is done,
# the show is stopped (first by calling onLeave(), then destroying
# the QML components).
#
# An image slideshow does not need to have the API defined.
slideshowAPI: 2
# These options are to customize online uploading of logs to pastebins:
# - type : Defines the kind of pastebin service to be used. Currently
# it accepts two values:
# - none : disables the pastebin functionality
# - fiche : use fiche pastebin server
# - url : Defines the address of pastebin service to be used.
# Takes string as input. Important bits are the host and port,
# the scheme is not used.
uploadServer :
type : "fiche"
url : "http://termbin.com:9999"
sizeLimit : -1

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

@@ -0,0 +1,572 @@
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
"mainApp"
"sidebarApp"
"logoApp"
"sidebarMenuApp"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"debugButton"
""
"view-button-back"
"view-button-next"
"view-button-cancel"
"viewManager"
"viewManagerStack"
"FinishedPage"
"mainText"
"restartCheckBox"
""
""
""
""
"summaryStep"
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
"Page_UserSetup"
"labelWhatIsYourName"
"textBoxFullName"
"labelFullName"
"labelFullNameError"
"username_label_2"
"textBoxLoginName"
"labelUsername"
"labelUsernameError"
"hostname_label_2"
"textBoxHostName"
"labelHostname"
"labelHostnameError"
"password_label_2"
"textBoxUserPassword"
"textBoxUserVerifiedPassword"
"labelUserPassword"
"labelUserPasswordError"
"checkBoxRequireStrongPassword"
"checkBoxDoAutoLogin"
"checkBoxReusePassword"
"labelChooseRootPassword"
"textBoxRootPassword"
"textBoxVerifiedRootPassword"
"labelRootPassword"
"labelRootPasswordError"
""
"ChoicePage"
"m_drivesLabel"
"m_messageLabel"
"m_itemsScrollArea"
"qt_scrollarea_viewport"
"scrollAreaWidgetContents"
""
""
""
""
""
""
""
""
""
""
""
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
""
""
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"hLine"
"m_encryptWidget"
"m_encryptCheckBox"
"m_passphraseLineEdit"
"m_confirmLineEdit"
"m_iconLabel"
"m_reuseHomeCheckBox"
"m_selectLabel"
"m_previewAfterLabel"
"m_previewBeforeLabel"
"m_previewBeforeFrame"
"partitionBarView"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"partitionLabel"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"m_previewAfterFrame"
""
"bootInfoIcon"
"bootInfoLabel"
""
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
""
"deviceInfoIcon"
"deviceInfoLabel"
"Page_Keyboard"
""
"label"
"physicalModelSelector"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
"buttonRestore"
"layoutSelector"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"variantSelector"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"LE_TestKeyboard"
""
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"Page_NetInst"
"label"
"scrollArea"
"qt_scrollarea_viewport"
"groupswidget"
"qt_scrollarea_viewport"
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"netinst_status"
"WelcomePage"
""
""
""
""
"mainText"
"languageIcon"
"languageWidget"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
"aboutButton"
"donateButton"
"supportButton"
"knownIssuesButton"
"releaseNotesButton"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
""
"Calamares__DebugWindow"
"tabWidget"
"qt_tabwidget_stackedwidget"
"jobQueueTab"
"jobQueueText"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"globalStorageTab"
"globalStorageView"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"qt_scrollarea_vcontainer"
""
"modulesTab"
"modulesListView"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"typeLabel"
"moduleTypeLabel"
"interfaceLabel"
"moduleInterfaceLabel"
"moduleConfigView"
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
""
"qt_scrollarea_viewport"
"qt_scrollarea_hcontainer"
""
"qt_scrollarea_vcontainer"
""
"toolsTab"
"crashButton"
"reloadStylesheetButton"
"widgetTreeButton"
"qt_tabwidget_tabbar"
""
""
Shutting down Calamares...
.. Finished shutdown.
[liveuser@ArcoLinux Desktop]$

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ar">
<context>
<name>show</name>
<message>
<location filename="../show.qml" line="64"/>
<source>This is a second Slide element.</source>
<translation>عرض الثاني</translation>
</message>
<message>
<location filename="../show.qml" line="68"/>
<source>This is a third Slide element.</source>
<translation>عرض الثالث</translation>
</message>
</context>
</TS>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en">
<context>
<name>show</name>
<message>
<location filename="../show.qml" line="64"/>
<source>This is a second Slide element.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../show.qml" line="68"/>
<source>This is a third Slide element.</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="eo">
<context>
<name>show</name>
<message>
<location filename="../show.qml" line="64"/>
<source>This is a second Slide element.</source>
<translation>Ĉi tio estas la dua gliteja.</translation>
</message>
<message>
<location filename="../show.qml" line="68"/>
<source>This is a third Slide element.</source>
<translation>Ĉi tio estas la tria gliteja.</translation>
</message>
</context>
</TS>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr">
<context>
<name>show</name>
<message>
<location filename="../show.qml" line="64"/>
<source>This is a second Slide element.</source>
<translation>Ceci est la deuxieme affiche.</translation>
</message>
<message>
<location filename="../show.qml" line="68"/>
<source>This is a third Slide element.</source>
<translation>La troisième affice ce trouve ici.</translation>
</message>
</context>
</TS>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="nl">
<context>
<name>show</name>
<message>
<location filename="../show.qml" line="64"/>
<source>This is a second Slide element.</source>
<translation>Dit is het tweede Dia element.</translation>
</message>
<message>
<location filename="../show.qml" line="68"/>
<source>This is a third Slide element.</source>
<translation>Dit is het derde Dia element.</translation>
</message>
</context>
</TS>

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,223 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* SPDX-FileCopyrightText: 2018 Adriaan de Groot <groot@kde.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
*
*/
import QtQuick 2.0;
import calamares.slideshow 1.0;
Presentation
{
id: presentation
function nextSlide() {
console.log("QML Component (default slideshow) Next slide");
presentation.goToNextSlide();
}
Timer {
id: advanceTimer
interval: 5000
running: presentation.activatedInCalamares
repeat: true
onTriggered: nextSlide()
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background1
source: "calamares-0.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background2
source: "calamares-2.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background4
source: "calamares-3.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background5
source: "calamares-4.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background6
source: "calamares-5.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background7
source: "calamares-6.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background8
source: "calamares-7.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background9
source: "calamares-8.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background10
source: "calamares-9.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background11
source: "calamares-10.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background12
source: "calamares-11.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background13
source: "calamares-12.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
Slide {
anchors.fill: parent
anchors.verticalCenterOffset: 0
Image {
id: background14
source: "calamares-13.png"
width: parent.width; height: parent.height
verticalAlignment: Image.AlignTop
fillMode: Image.Stretch
anchors.fill: parent
}
}
function onActivate() {
console.log("QML Component (default slideshow) activated");
presentation.currentSlide = 0;
}
function onLeave() {
console.log("QML Component (default slideshow) deactivated");
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1,398 @@
/*
A branding component can ship a stylesheet (like this one)
which is applied to parts of the Calamares user-interface.
In principle, all parts can be styled through CSS.
Missing parts should be filed as issues.
The IDs are based on the object names in the C++ code.
You can use the Debug Dialog to find out object names:
- Open the debug dialog
- Choose tab *Tools*
- Click *Widget Tree* button
The list of object names is printed in the log.
Documentation for styling Qt Widgets through a stylesheet
can be found at
https://doc.qt.io/qt-5/stylesheet-examples.html
https://doc.qt.io/qt-5/stylesheet-reference.html
In Calamares, styling widget classes is supported (e.g.
using `QComboBox` as a selector).
This example stylesheet has all the actual styling commented out.
The examples are not exhaustive.
Use gammaray
*/
/* ########## MAIN APPLICATION WINDOW ########## */
#mainApp {
}
#mainText{
font : bold 16px;
}
#sidebarApp {
}
#logoApp {
}
#sidebarMenuApp {
padding: 3px;
background-color: #353945;
}
QWidget {
font: 16px;
}
QTextEdit, QListView {
}
QDialogButtonBox {
}
QAbstractSpinBox {
}
QListWidget::item:alternate {
}
#view-button-back:hover {
color: #58B2D7;
}
#view-button-next:hover {
color: #58B2D7;
}
#view-button-cancel:hover {
color: #58B2D7;
}
#debugButton {
font: bold 8px;
color: #FFFFFF;
}
#debugButton:hover {
color: #58B2D7;
}
#aboutButton:hover {
color: #58B2D7;
}
#donateButton:hover {
color: #58B2D7;
}
#supportButton:hover {
color: #58B2D7;
}
#knownIssuesButton:hover {
color: #58B2D7;
}
#releaseNotesButton:hover {
color: #58B2D7;
}
/* ########## TOOLTIP ########## */
QToolTip {
background-color: #58B2D7;
font : 16px;
color: white;
padding: 3px;
border: none;
}
QPushButton {
font : 16px;
}
QDialogButtonBox {
dialogbuttonbox-buttons-have-icons: 0;
}
/* ########## SCROLL BAR ########## */
QScrollBar:vertical {
background: #efefef;
width: 20px;
margin: 38px 0 20px 0;
}
QScrollBar::handle:vertical {
background: #58B2D7;
max-height: 25px;
}
QScrollBar::sub-line:vertical {
border: none;
background: none;
height: 20px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
border: none;
background: none;
height: 20px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
/* ########## QLIST VIEW ########## */
QListView {
font: 16px;
}
QListView::item:alternate {
color: #58B2D7;
color: white;
}
QListView::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
QListView::item:selected:active {
background: #58B2D7;
color: white;
}
QListView::item:selected:!active {
background: #58B2D7;
color: white;
}
QListView::item:hover {
background: #58B2D7;
color: white;
}
QListView#listLayout::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
QListView#listVariant::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
/* ########## QLINE EDIT ########## */
QLineEdit#LE_TestKeyboard {
font: 16px;
}
QLineEdit#m_passphraseLineEdit, QLineEdit#vgName,
QLineEdit#m_confirmLineEdit {
font: 16px;
}
QLineEdit#textBoxUserVerifiedPassword, QLineEdit#textBoxVerifiedRootPassword {
font: 16px;
}
QLineEdit#textBoxFullName, QLineEdit#textBoxLoginName, QLineEdit#textBoxHostName,
QLineEdit#textBoxUserPassword, QLineEdit#textBoxRootPassword {
font: 16px;
}
#textBoxFullName, #textBoxLoginName, #textBoxHostName, #textBoxUserPassword,
#textBoxRootPassword, #textBoxAutoLogin, #vgName {
font: 16px;
}
#textBoxUserVerifiedPassword, #textBoxVerifiedRootPassword,
#LE_TestKeyboard, #m_confirmLineEdit, #m_passphraseLineEdit {
font: 16px;
}
/* ##########PARTITION ########## */
#partitionLabel {
}
#partitionLabelsView {
}
#CreatePartitionDialog {
}
#partResizerWidget {
font: 16px;
}
/* ########## PAGE_USERSETUP ########## */
#labelWhatIsYourName {
font: 16px;
}
#textBoxFullName {
font: 16px;
}
#labelFullName {
font: 16px;
}
#labelFullNameError {
font: 16px;
}
#username_label_2 {
font: 16px;
}
#textBoxLoginName {
font: 16px;
}
#labelUsername {
font: 16px;
}
#labelUsernameError {
font: 16px;
}
#hostname_label_2 {
font: 16px;
}
#textBoxHostName {
font: 16px;
}
#labelHostname {
font: 16px;
}
#labelHostnameError {
font: 16px;
}
#password_label_2 {
font: 16px;
}
#textBoxUserPassword {
font: 16px;
}
#textBoxUserVerifiedPassword {
font: 16px;
}
#labelUserPassword {
font: 16px;
}
#labelUserPasswordError {
font: 16px;
}
#checkBoxRequireStrongPassword {
font: 16px;
}
#checkBoxDoAutoLogin {
font: 16px;
}
#checkBoxReusePassword {
font: 16px;
}
#labelChooseRootPassword {
font: 16px;
}
#textBoxRootPassword {
font: 16px;
}
#textBoxVerifiedRootPassword {
font: 16px;
}
#labelRootPassword {
font: 16px;
}
#labelRootPasswordError {
font: 16px;
}
/* ########## COMBO BOX ########## */
QComboBox {
font: 16px;
}
QComboBox::item:selected {
background: #58B2D7;
color: white;
}
#mountPointComboBox::drop-down {
font: 16px;
}
/* ########## SPIN BOX ########## */
QSpinBox {
font: 16px;
}
QLineEdit {
font: 16px;
}
/* ########## TREE VIEW ########## */
QTreeView {
font: 16px;
show-decoration-selected: 0;
}
QTreeView::item {
padding: 2px;
}
QTreeView::item:selected {
background: #58B2D7;
font: bold;
}
QTreeView::branch:has-siblings:!adjoins-item {
}
QTreeView::branch:has-siblings:adjoins-item {
}
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
}
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings {
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings {
}
/* ########## CHECK BOX ########## */
QCheckBox {
}
QCheckBox::indicator:unchecked {
}
QCheckBox::indicator:checked {
}
QItemSelectionModel::Select {
}
/* ########## HEADER VIEW ########## */
QHeaderView::section {
font : 16px;
}
/* ########## PROGRESS BAR ########## */
QProgressBar {
text-align: center;
}
QProgressBar::chunk {
background-color: #58B2D7;
}
#debugButton {
font: bold 8px;
color: #353945;
}
#debugButton:hover {
color: #353945;
}

View File

@@ -0,0 +1,347 @@
/*
A branding component can ship a stylesheet (like this one)
which is applied to parts of the Calamares user-interface.
In principle, all parts can be styled through CSS.
Missing parts should be filed as issues.
The IDs are based on the object names in the C++ code.
You can use the Debug Dialog to find out object names:
- Open the debug dialog
- Choose tab *Tools*
- Click *Widget Tree* button
The list of object names is printed in the log.
Documentation for styling Qt Widgets through a stylesheet
can be found at
https://doc.qt.io/qt-5/stylesheet-examples.html
https://doc.qt.io/qt-5/stylesheet-reference.html
In Calamares, styling widget classes is supported (e.g.
using `QComboBox` as a selector).
This example stylesheet has all the actual styling commented out.
The examples are not exhaustive.
Use gammaray
*/
/* ########## MAIN APPLICATION WINDOW ########## */
#mainApp {
}
#sidebarApp {
width : 250px;
}
#mainText{
font : bold 16px;
}
#sidebarMenuApp {
padding: 3px;
background-color: #353945;
}
QWidget {
font: 16px;
}
#view-button-back:hover {
color: #58B2D7;
}
#view-button-next:hover {
color: #58B2D7;
}
#view-button-cancel:hover {
color: #58B2D7;
}
/* ########## TOOLTIP ########## */
QToolTip {
background-color: #58B2D7;
font : 16px;
color: white;
padding: 3px;
border: none;
}
QPushButton {
font : 16px;
}
QDialogButtonBox {
dialogbuttonbox-buttons-have-icons: 0;
}
/* ########## SCROLL BAR ########## */
QScrollBar:vertical {
background: #efefef;
width: 10px;
margin: 38px 0 20px 0;
}
QScrollBar::handle:vertical {
background: #58B2D7;
max-height: 25px;
}
QScrollBar::sub-line:vertical {
border: none;
background: none;
height: 10px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
border: none;
background: none;
height: 10px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
/* ########## QLIST VIEW ########## */
QListView {
font: 16px;
}
QListView::item:alternate {
color: black;
}
QListView::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
QListView::item:selected:active {
background: #58B2D7;
color: white;
}
QListView::item:selected:!active {
background: #58B2D7;
color: white;
}
QListView::item:hover {
background: #58B2D7;
color: white;
}
QListView#listLayout::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
QListView#listVariant::item:!alternate:selected:active {
background: #58B2D7;
color: white;
}
/* ########## QLINE EDIT ########## */
QLineEdit#LE_TestKeyboard {
font: 16px;
}
QLineEdit#m_passphraseLineEdit, QLineEdit#vgName,
QLineEdit#m_confirmLineEdit {
font: 16px;
}
QLineEdit#textBoxUserVerifiedPassword, QLineEdit#textBoxVerifiedRootPassword {
font: 16px;
}
QLineEdit#textBoxFullName, QLineEdit#textBoxLoginName, QLineEdit#textBoxHostName,
QLineEdit#textBoxUserPassword, QLineEdit#textBoxRootPassword {
font: 16px;
}
#textBoxFullName, #textBoxLoginName, #textBoxHostName, #textBoxUserPassword,
#textBoxRootPassword, #textBoxAutoLogin, #vgName {
font: 16px;
}
#textBoxUserVerifiedPassword, #textBoxVerifiedRootPassword,
#LE_TestKeyboard, #m_confirmLineEdit, #m_passphraseLineEdit {
font: 16px;
}
/* ##########PARTITION ########## */
#partResizerWidget {
font: 16px;
}
/* ########## PAGE_USERSETUP ########## */
#labelWhatIsYourName {
font: 16px;
}
#textBoxFullName {
font: 16px;
}
#labelFullName {
font: 16px;
}
#labelFullNameError {
font: 16px;
}
#username_label_2 {
font: 16px;
}
#textBoxLoginName {
font: 16px;
}
#labelUsername {
font: 16px;
}
#labelUsernameError {
font: 16px;
}
#hostname_label_2 {
font: 16px;
}
#textBoxHostName {
font: 16px;
}
#labelHostname {
font: 16px;
}
#labelHostnameError {
font: 16px;
}
#password_label_2 {
font: 16px;
}
#textBoxUserPassword {
font: 16px;
}
#textBoxUserVerifiedPassword {
font: 16px;
}
#labelUserPassword {
font: 16px;
}
#labelUserPasswordError {
font: 16px;
}
#checkBoxRequireStrongPassword {
font: 16px;
}
#checkBoxDoAutoLogin {
font: 16px;
}
#checkBoxReusePassword {
font: 16px;
}
#labelChooseRootPassword {
font: 16px;
}
#textBoxRootPassword {
font: 16px;
}
#textBoxVerifiedRootPassword {
font: 16px;
}
#labelRootPassword {
font: 16px;
}
#labelRootPasswordError {
font: 16px;
}
/* ########## COMBO BOX ########## */
QComboBox {
font: 16px;
}
QComboBox::item:selected {
background: #58B2D7;
color: white;
}
#mountPointComboBox::drop-down {
font: 16px;
}
/* ########## SPIN BOX ########## */
QSpinBox {
font: 16px;
}
QLineEdit {
font: 16px;
}
/* ########## TREE VIEW ########## */
QTreeView {
font: 16px;
show-decoration-selected: 0;
}
QTreeView::item {
padding: 2px;
}
QTreeView::item:selected {
background: #58B2D7;
font: bold;
}
/* ########## HEADER VIEW ########## */
QHeaderView::section {
font : 16px;
}
/* ########## PROGRESS BAR ########## */
QProgressBar {
text-align: center;
}
QProgressBar::chunk {
background-color: #58B2D7;
}
#debugButton {
background-color: none;
font: 12px;
color: #edecf0;
height: 32px;
border: none;
}
#debugButton:hover {
color: #ff7f7f;
}
#aboutButton {
background-color: none;
font: 12px;
color: #edecf0;
height: 32px;
border: none;
}
QScrollBar:horizontal{
height:0
}

View File

@@ -0,0 +1,15 @@
efiBootLoader: "grub"
kernel: "_ALL_kver_"
img: "_default_image_"
fallback: "_fallback_image_"
timeout: "10"
bootloaderEntryName: "snigdhaos"
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"
installEFIFallback: true

View File

@@ -0,0 +1,16 @@
efiBootLoader: "systemd-boot"
kernelSearchPath: "/usr/lib/modules"
kernelPattern: "^vmlinuz.*"
loaderEntries:
- "timeout 5"
- "console-mode keep"
kernelParams: [ "quiet" ]
bootloaderEntryName: "arcolinux"
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"
installEFIFallback: true

View File

@@ -0,0 +1,15 @@
efiBootLoader: "grub"
kernel: "_ALL_kver_"
img: "_default_image_"
fallback: "_fallback_image_"
timeout: "10"
bootloaderEntryName: "arcolinux"
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"
installEFIFallback: true

View File

@@ -0,0 +1,9 @@
displaymanagers:
- sddm
executable: "startxfce4"
desktopFile: "xfce"
basicSetup: false
sysconfigSetup: false

View File

@@ -0,0 +1,5 @@
restartNowMode: user-checked
restartNowCommand: "systemctl -i reboot"
notifyOnFinished: false

View File

@@ -0,0 +1,11 @@
mountOptions:
default: defaults,noatime
btrfs: defaults,noatime,noautodefrag,compress=zstd
btrfs_swap: defaults,noatime
efiMountOptions: umask=0077
ssdExtraMountOptions:
btrfs: discard=async,ssd
crypttabOptions: luks

View File

@@ -0,0 +1,12 @@
overwrite: false
prefer_grub_d: false
keep_distributor: false
defaults:
GRUB_TIMEOUT: 5
GRUB_DEFAULT: "saved"
GRUB_DISABLE_SUBMENU: true
GRUB_TERMINAL_OUTPUT: "console"
GRUB_DISABLE_RECOVERY: true

View File

@@ -0,0 +1,3 @@
kernel: linux-zen
be_unsafe: false

View File

@@ -0,0 +1,3 @@
kernel: linux
be_unsafe: false

View File

@@ -0,0 +1,9 @@
region: "America"
zone: "New_York"
localeGenPath: "/etc/locale.gen"
geoip:
style: "json"
url: "https://geoip.kde.org/v1/calamares"
selector: ""

View File

@@ -0,0 +1,3 @@
systemd: true
dbus: true
dbus-symlink: true

View File

@@ -0,0 +1,48 @@
extraMounts:
- device: proc
fs: proc
mountPoint: /proc
- device: sys
fs: sysfs
mountPoint: /sys
- device: /dev
mountPoint: /dev
options: [ bind ]
- device: tmpfs
fs: tmpfs
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: [ bind ]
- device: efivarfs
fs: efivarfs
mountPoint: /sys/firmware/efi/efivars
efi: true
btrfsSubvolumes:
- mountPoint: /
subvolume: /@
- mountPoint: /home
subvolume: /@home
- mountPoint: /root
subvolume: /@root
- mountPoint: /srv
subvolume: /@srv
- mountPoint: /var/cache
subvolume: /@cache
- mountPoint: /var/log
subvolume: /@log
- mountPoint: /var/tmp
subvolume: /@tmp
btrfsSwapSubvol: /@swap
mountOptions:
- filesystem: default
options: [ defaults, noatime ]
- filesystem: efi
options: [ defaults, umask=0077 ]
- filesystem: btrfs
options: [ defaults, noatime, compress=zstd ]
- filesystem: btrfs_swap
options: [ defaults, noatime ]

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-applications.yaml
- file:///etc/calamares/modules/netinstall-applications.yaml
required: false
label:
sidebar: "Applications"
sidebar[nl]: "Applicaties"
sidebar[ja]: "アプリケーション"
title: "Applications"
title[nl]: "Applicaties"
title[ja]: "アプリケーション"

View File

@@ -0,0 +1,111 @@
- name: "Accessories"
description: "Accessories"
critical: false
hidden: false
selected: false
expanded: true
packages:
- cheese
- font-manager-git
- galculator
- gpick
- flameshot-git
- liferea
- mediainfo-gui
- mcomix
- nitrogen
- nomacs
- nomacs-git
- nomacs-qt6-git
- pdfarranger
- plank
- arcolinux-plank-themes-git
- screenkey-git
- variety
- name: "Conky"
description: "Conky and conky collection"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-conky-collection-git
- arcolinux-pipemenus-git
- conky-lua-archers
- yad
- name: "Git"
description: "Git applications"
critical: false
hidden: false
selected: false
expanded: true
packages:
- gitahead
- gitg
- gitfiend
- github-desktop-bin
- gitkraken
- name: "Password Manager"
description: "Password managers"
critical: false
hidden: false
selected: false
expanded: true
packages:
- bitwarden
- enpass-bin
- keepassxc
- lastpass
- name: "Privacy"
description: "Applications that ensure your privacy"
critical: false
hidden: false
selected: false
expanded: true
packages:
- torbrowser-launcher
- privoxy
- name: "Virtualbox for Linux kernel"
description: "Installs virtualbox for linux kernel"
critical: false
hidden: false
selected: false
expanded: false
packages:
- virtualbox
- virtualbox-host-dkms
- linux
- linux-headers
- name: "Virtualbox for Linux-lts kernel"
description: "Installs virtualbox for linux-lts kernel"
critical: false
hidden: false
selected: false
expanded: false
packages:
- virtualbox
- virtualbox-host-dkms
- linux-lts
- linux-lts-headers
- name: "Vmware"
description: "Installs vmware software"
critical: false
hidden: false
selected: false
expanded: false
packages:
- open-vm-tools
- vmware-workstation
- vmware-keymaps
- name: "Qemu software"
description: "Installs qemu software"
critical: false
hidden: false
selected: false
expanded: false
packages:
- qemu-base
- qemu-full
- quickemu
- quickemu-git
- quickgui-bin

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-arcolinux.yaml
- file:///etc/calamares/modules/netinstall-arcolinux.yaml
required: false
label:
sidebar: "ArcoLinux Tools"
sidebar[nl]: "ArcoLinux Tools"
sidebar[ja]: "ArcoLinux 道具"
title: "ArcoLinux Tools"
title[nl]: "ArcoLinux Tools"
title[ja]: "ArcoLinux 道具"

View File

@@ -0,0 +1,155 @@
- name: "ArcoLinux Plasma Packages"
description: "ArcoLinux plasma packages"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-plasma-keybindings-git
- arcolinux-plasma-servicemenus-git
- arcolinux-plasma-theme-candy-beauty-arc-dark-git
- arcolinux-plasma-theme-candy-beauty-nordic-git
- arcolinux-plasma-theme-surfn-arc-dark-git
- arcolinux-plasma-theme-surfn-nordic-git
- name: "ArcoLinux Meta Packages"
description: "ArcoLinux meta packages"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-meta-arc-theme
- arcolinux-meta-asian-fonts
- arcolinux-meta-fun
- arcolinux-meta-log
- arcolinux-meta-plasma-design
- arcolinux-meta-samba
- arcolinux-meta-sddm-themes
- arcolinux-meta-steam-amd
- arcolinux-meta-steam-intel
- arcolinux-meta-steam-nvidia
- arcolinux-meta-utilities
- arcolinux-meta-wine
- name: "ArcoLinux Applications"
description: "ArcoLinux applications"
critical: false
hidden: false
selected: false
expanded: true
packages:
- archlinux-logout-git
- archlinux-tweak-tool-git
- arcolinux-desktop-trasher-git
- arcolinux-powermenu-git
- arcolinux-reflector-simple-git
- arcolinux-teamviewer
- arcolinux-tellme-git
- arcolinux-xlunch-git
- name: "ArcoLinux Arc Theming"
description: "ArcoLinux arc theming packages"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-arc-aqua-git
- arcolinux-arc-archlinux-blue-git
- arcolinux-arc-arcolinux-blue-git
- arcolinux-arc-azul-git
- arcolinux-arc-azure-git
- arcolinux-arc-azure-dodger-blue-git
- arcolinux-arc-blood-git
- arcolinux-arc-blue-sky-git
- arcolinux-arc-blueberry-git
- arcolinux-arc-botticelli-git
- arcolinux-arc-bright-lilac-git
- arcolinux-arc-carnation-git
- arcolinux-arc-carolina-blue-git
- arcolinux-arc-casablanca-git
- arcolinux-arc-cornflower-blue-git
- arcolinux-arc-crimson-git
- arcolinux-arc-darkish-git
- arcolinux-arc-dawn-git
- arcolinux-arc-dodger-blue-git
- arcolinux-arc-emerald-git
- arcolinux-arc-evopop-git
- arcolinux-arc-fern-git
- arcolinux-arc-fire-git
- arcolinux-arc-froly-git
- arcolinux-arc-havelock-git
- arcolinux-arc-hibiscus-git
- arcolinux-arc-light-blue-grey-git
- arcolinux-arc-light-blue-surfn-git
- arcolinux-arc-light-salmon-git
- arcolinux-arc-mandy-git
- arcolinux-arc-mantis-git
- arcolinux-arc-medium-blue-git
- arcolinux-arc-niagara-git
- arcolinux-arc-nice-blue-git
- arcolinux-arc-numix-git
- arcolinux-arc-orchid-git
- arcolinux-arc-pale-grey-git
- arcolinux-arc-paper-git
- arcolinux-arc-pink-git
- arcolinux-arc-polo-git
- arcolinux-arc-punch-git
- arcolinux-arc-purpley-git
- arcolinux-arc-red-orange-git
- arcolinux-arc-red-violet-git
- arcolinux-arc-rusty-orange-git
- arcolinux-arc-sky-blue-git
- arcolinux-arc-slate-grey-git
- arcolinux-arc-smoke-git
- arcolinux-arc-soft-blue-git
- arcolinux-arc-tacao-git
- arcolinux-arc-tangerine-git
- arcolinux-arc-tory-git
- arcolinux-arc-twilight-git
- arcolinux-arc-warm-pink-git
- name: "ArcoLinux Theming"
description: "ArcoLinux theming packages"
critical: false
hidden: false
selected: false
expanded: true
packages:
- a-candy-beauty-icon-theme-git
- arcolinux-arc-kde
- arcolinux-mint-y-icons-git
- arcolinux-paleofetch-git
- arcolinux-plank-git
- arcolinux-plank-themes-git
- name: "ArcoLinux Wallpapers"
description: "ArcoLinux wallpapers"
critical: false
hidden: false
selected: false
expanded: true
packages:
- archlinux-login-backgrounds-git
- arcolinux-wallpapers-git
- arcolinux-wallpapers-candy-git
- arcolinux-wallpapers-dual-git
- name: "ArcoLinux Sddm themes"
description: "ArcoLinux Sddm themes"
critical: false
hidden: false
selected: false
expanded: true
packages:
- archlinux-login-backgrounds-git
- arcolinux-sddm-futuristic-git
- arcolinux-sddm-materia-git
- arcolinux-sddm-simplicity-git
- arcolinux-sddm-slice-git
- arcolinux-sddm-sugar-candy-git
- arcolinux-sddm-urbanlifestyle-git
- name: "Packages that will install plasma as a dependency"
description: "Plasma related"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-sddm-breeze-git
- arcolinux-sddm-breeze-minimal-git

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-arcolinuxdev.yaml
- file:///etc/calamares/modules/netinstall-arcolinuxdev.yaml
required: false
label:
sidebar: "ArcoLinux Dev"
sidebar[nl]: "ArcoLinux Dev"
sidebar[ja]: "ArcoLinux 開発"
title: "ArcoLinux Dev"
title[nl]: "ArcoLinux Dev"
title[ja]: "ArcoLinux 開発"

View File

@@ -0,0 +1,18 @@
- name: "ArcoLinux Dev"
description: "Software for ArcoLinux developers and betatesters"
critical: false
hidden: false
selected: false
expanded: true
packages:
- chromium
- discord
- flameshot-git
- gitahead
- meld
- simplescreenrecorder
- sublime-text-4
- telegram-desktop
- vivaldi
- vivaldi-ffmpeg-codecs
- vivaldi-widevine

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-communication.yaml
- file:///etc/calamares/modules/netinstall-communication.yaml
required: false
label:
sidebar: "Communication"
sidebar[nl]: "Communication"
sidebar[ja]: "コミュニケーション"
title: "Communication"
title[nl]: "Communication"
title[ja]: "コミュニケーション"

View File

@@ -0,0 +1,44 @@
- name: "Communication"
description: "Communication software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- element-desktop
- discord
- discord_arch_electron
- google-chat-linux-bin
- hexchat
- jitsi-meet-desktop-bin
- mumble
- neochat
- pidgin
- qtox
- skypeforlinux-stable-bin
- signal-desktop
- signal-desktop-beta-bin
- slack-desktop
- teams
- telegram-desktop
- telegram-desktop-bin
- tweetdeck-desktop
- viber
- whatsapp-nativefier
- wire-desktop
- zoom
- name: "Connect Remotely"
description: "Applications to connect to other systems"
critical: false
hidden: false
selected: false
expanded: true
packages:
- anydesk-bin
- arcolinux-teamviewer
- krdc
- nomachine
- realvnc-vnc-server
- realvnc-vnc-viewer
- remmina
- tigervnc

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-desktop-wayland.yaml
- file:///etc/calamares/modules/netinstall-desktop-wayland.yaml
required: false
label:
sidebar: "Desktop Wayland"
sidebar[nl]: "Desktop Wayland"
sidebar[jp]: "デスクトップ"
title: "Desktop Wayland"
title[nl]: "Desktop Wayland"
title[jp]: "デスクトップ"

View File

@@ -0,0 +1,42 @@
- name: "Desktop: Hyprland - Wayland"
description: "Installs hyprland - only on real metal"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- archlinux-logout-git
- arcolinux-hyprland-git
- arcolinux-kitty-git
- hyprland-git
- kitty
- swaybg
- thunar
- ttf-jetbrains-mono-nerd
- waybar-hyprland-git
- wofi
- xfce4-terminal
- name: "Desktop: Sway - Wayland"
description: "Installs sway - only on real metal"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- archlinux-logout-git
- arcolinux-kitty-git
- arcolinux-nwg-drawer-git
- arcolinux-sway-git
- kitty
- nwg-drawer-bin
- rofi-lbonn-wayland-only-git
- thunar
- sway-dev
- swaybg
- swayidle
- swaylock
- ttf-iosevka-nerd
- waybar

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-desktop.yaml
- file:///etc/calamares/modules/netinstall-desktop.yaml
required: false
label:
sidebar: "Desktop"
sidebar[nl]: "Desktop"
sidebar[jp]: "デスクトップ"
title: "Desktop"
title[nl]: "Desktop"
title[jp]: "デスクトップ"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-development.yaml
- file:///etc/calamares/modules/netinstall-development.yaml
required: false
label:
sidebar: "Development"
sidebar[nl]: "Development"
sidebar[ja]: "開発ソフトウェア"
title: "Development"
title[nl]: "Development"
title[ja]: "開発ソフトウェア"

View File

@@ -0,0 +1,34 @@
- name: "Development"
description: "Development software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arduino
- bluefish
- brackets-bin
- code
- codeblocks
- emacs
- geany
- geany-plugins
- glade
- intellij-idea-community-edition
- kdevelop
- kde-dev-utils
- leafpad
- meld
- micro
- netbeans
- notepadqq
- openscad
- pulsar-bin
- pycharm-community-edition
- qt5-tools
- qtcreator
- sublime-text-4
- vim
- vim-runtime
- visual-studio-code-bin
- vscodium-bin

View File

@@ -0,0 +1,11 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-drivers.yaml
- file:///etc/calamares/modules/netinstall-drivers.yaml
required: false
label:
sidebar: "Drivers"
sidebar[nl]: "Drivers"
title: "Drivers"
title[nl]: "Drivers"

View File

@@ -0,0 +1,41 @@
- name: "Xf86-video-nouveau"
description: "Installs xf86-video-nouveau"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- xf86-video-nouveau
- name: "Xf86-video-amdgpu"
description: "Installs xf86-video-amdgpu"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- xf86-video-amdgpu
- name: "Xf86-video-ati"
description: "Installs xf86-video-ati"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- xf86-video-ati
- name: "Xf86-video-vesa"
description: "Installs xf86-video-vesa"
critical: false
hidden: false
selected: false
packages:
- xf86-video-vesa
- name: "Xf86-video-openchrome"
description: "Installs xf86-video-openchrome"
critical: false
hidden: false
selected: false
packages:
- xf86-video-openchrome

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-filemanagers.yaml
- file:///etc/calamares/modules/netinstall-filemanagers.yaml
required: false
label:
sidebar: "Filemanagers"
sidebar[nl]: "Filemanagers"
sidebar[ja]: "ファイルマネージャー"
title: "Filemanagers"
title[nl]: "Filemanagers"
title[ja]: "ファイルマネージャー"

View File

@@ -0,0 +1,23 @@
- name: "Filemanagers"
description: "Filemanagers"
critical: false
hidden: false
selected: false
expanded: true
packages:
- caja
- dolphin
- doublecmd-qt5
- joshuto
- lf
- nnn
- mc
- nautilus
- nemo
- nemo-fileroller
- pcmanfm
- ranger
- thunar
- thunar-archive-plugin
- thunar-volman
- thunar-shares-plugin

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-fonts.yaml
- file:///etc/calamares/modules/netinstall-fonts.yaml
required: false
label:
sidebar: "Fonts"
sidebar[nl]: "Fonts"
sidebar[ja]: "フォント"
title: "Fonts"
title[nl]: "Fonts"
title[ja]: "フォント"

View File

@@ -0,0 +1,55 @@
- name: "Fonts"
description: "Fonts"
critical: false
hidden: false
selected: false
expanded: true
packages:
- adobe-source-code-pro-fonts
- adobe-source-sans-fonts
- adobe-source-serif-fonts
- awesome-terminal-fonts
- libertinus-font
- lohit-fonts
- nerd-fonts-source-code-pro
- noto-fonts
- noto-fonts-emoji
- ttf-anonymous-pro
- ttf-bitstream-vera
- ttf-caladea
- ttf-carlito
- ttf-cascadia-code
- ttf-cormorant
- ttf-croscore
- ttf-dejavu
- ttf-droid
- ttf-eurof
- ttf-fantasque-sans-mono
- ttf-fira-code
- ttf-fira-mono
- ttf-fira-sans
- ttf-font-awesome
- ttf-hack
- ttf-hactor
- ttf-hellvetica
- ttf-ibm-plex
- ttf-inconsolata
- ttf-iosevka-nerd
- ttf-jetbrains-mono
- ttf-jetbrains-mono-nerd
- ttf-joypixels
- ttf-lato
- ttf-liberation
- ttf-linux-libertine
- ttf-linux-libertine-g
- ttf-meslo-nerd-font-powerlevel10k
- ttf-mac-fonts
- ttf-monofur
- ttf-ms-fonts
- ttf-nerd-fonts-symbols
- ttf-nerd-fonts-symbols-mono
- ttf-opensans
- ttf-proggy-clean
- ttf-roboto
- ttf-roboto-mono
- ttf-ubuntu-font-family

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-gaming.yaml
- file:///etc/calamares/modules/netinstall-gaming.yaml
required: false
label:
sidebar: "Gaming"
sidebar[nl]: "Gaming"
sidebar[ja]: "ゲーム"
title: "Gaming"
title[nl]: "Gaming"
title[ja]: "ゲーム"

View File

@@ -0,0 +1,64 @@
- name: "Games"
description: "Gaming software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- aisleriot
- armagetronad
- astromenace
- chromium-bsu
- extremetuxracer
- freeciv
- gnome-chess
- gnuchess
- hedgewars
- kbreakout
- knights
- mari0
- minecraft-launcher
- multimc-git
- neverball
- sauerbraten
- sauerbraten-data
- supertux
- supertuxkart
- warsow
- wesnoth
- xonotic
- xonotic-data
- name: "Game utilities"
description: "Game utilities"
critical: false
hidden: false
selected: false
expanded: true
packages:
- arcolinux-meta-steam-amd
- arcolinux-meta-steam-intel
- arcolinux-meta-steam-nvidia
- gamehub-bin
- gamemode
- game-devices-udev
- goverlay-bin
- heroic-games-launcher-bin
- itch
- legendary
- lutris
- mangohud
- minigalaxy
- playonlinux
- proton-community-updater
- proton-ge-custom-bin
- protontricks
- protontricks-git
- protonup-qt-bin
- protonup-git
- rare
- replay-sorcery
- supergfxctl
- steam-buddy
- steam-tweaks
- steamtinkerlaunch
- vkbasalt

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-graphics.yaml
- file:///etc/calamares/modules/netinstall-graphics.yaml
required: false
label:
sidebar: "Graphics"
sidebar[nl]: "Grahpics"
sidebar[ja]: "グラフィックス"
title: "Graphics"
title[nl]: "Graphics"
title[ja]: "グラフィックス"

View File

@@ -0,0 +1,13 @@
- name: "Graphics"
description: "Graphics"
critical: false
hidden: false
selected: false
expanded: true
packages:
- blender
- darktable
- digikam
- gimp
- inkscape
- krita

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-internet.yaml
- file:///etc/calamares/modules/netinstall-internet.yaml
required: false
label:
sidebar: "Internet"
sidebar[nl]: "Internet"
sidebar[ja]: "インターネット"
title: "Internet"
title[nl]: "Internet"
title[ja]: "インターネット"

View File

@@ -0,0 +1,77 @@
- name: "Browsers"
description: "Browsers"
critical: false
hidden: false
selected: false
expanded: true
packages:
- brave-bin
- chrome-gnome-shell
- chromium
- chromium-widevine
- falkon
- firefox
- firefox-adblock-plus
- firefox-ublock-origin
- google-chrome
- icecat
- librewolf-bin
- netsurf
- opera
- qutebrowser
- torbrowser-launcher
- vivaldi
- vivaldi-ffmpeg-codecs
- vivaldi-widevine
- name: "Downloaders"
description: "Downloaders"
critical: false
hidden: false
selected: false
expanded: true
packages:
- aria2
- deluge
- filezilla
- fragments
- freedownloadmanager
- gdown
- jdownloader2
- ktorrent
- persepolis
- qbittorrent
- transmission-gtk
- xdman
- name: "Cloud Software"
description: "Cloud software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- dropbox
- insync
- megasync-bin
- nextcloud-client
- name: "Mail Clients"
description: "Mail clients"
critical: false
hidden: false
selected: false
expanded: true
packages:
- evolution
- geary
- mailspring
- thunderbird
- name: "Vpn Software"
description: "Vpn Software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- mullvad-vpn-bin
- nordtray-bin
- nordpass-bin
- nordvpn-bin

View File

@@ -0,0 +1,11 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-kernel.yaml
- file:///etc/calamares/modules/netinstall-kernel.yaml
required: false
label:
sidebar: "Kernel"
sidebar[nl]: "Kernel"
title: "Kernel"
title[nl]: "Kernel"

View File

@@ -0,0 +1,48 @@
- name: "Linux kernel"
description: "Installs the latest linux kernel"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- linux
- linux-headers
- name: "Linux-lts kernel"
description: "Installs the linux-lts kernel"
critical: false
hidden: false
selected: false
packages:
- linux-lts
- linux-lts-headers
- name: "Linux-hardened kernel"
description: "Installs the linux-hardened kernel"
critical: false
hidden: false
selected: false
packages:
- linux-hardened
- linux-hardened-headers
- name: "Linux-zen kernel"
description: "Installs the linux-zen kernel"
critical: false
hidden: false
selected: false
packages:
- linux-zen
- linux-zen-headers
- name: "Intel-ucode"
description: "Installs intel-ucode"
critical: false
hidden: false
selected: false
packages:
- intel-ucode
- name: "Amd-ucode"
description: "Installs amd-ucode"
critical: false
hidden: false
selected: false
packages:
- amd-ucode

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-login.yaml
- file:///etc/calamares/modules/netinstall-login.yaml
required: false
label:
sidebar: "Login"
sidebar[nl]: "Login"
sidebar[jp]: "ログイン"
title: "Login"
title[nl]: "Login"
title[jp]: "ログイン"

View File

@@ -0,0 +1,50 @@
- name: "Login Manager: Sddm"
description: "Installs sddm"
critical: false
hidden: false
selected: false
packages:
- sddm
- arcolinux-sddm-futuristic-git
- arcolinux-sddm-materia-git
- arcolinux-sddm-simplicity-git
- arcolinux-sddm-slice-git
- arcolinux-sddm-sugar-candy-git
- arcolinux-sddm-urbanlifestyle-git
- name: "Login Manager: Lightdm"
description: "Installs lightdm"
critical: false
hidden: false
selected: false
packages:
- lightdm
- lightdm-gtk-greeter
- lightdm-gtk-greeter-settings
- lightdm-webkit-theme-aether
- lightdm-webkit2-theme-reactive
- arcolinux-wallpapers-git
- lightdm-slick-greeter
- name: "Login Manager: Gdm"
description: "Installs gdm"
critical: false
hidden: false
selected: false
packages:
- gdm
- arcolinux-wallpapers-git
- name: "Login Manager: Lxdm"
description: "Installs lxdm"
critical: false
hidden: false
selected: false
packages:
- lxdm
- arcolinux-wallpapers-git
- name: "Login Manager: Ly"
description: "Installs ly"
critical: false
hidden: false
selected: false
packages:
- ly
- arcolinux-wallpapers-git

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-multimedia.yaml
- file:///etc/calamares/modules/netinstall-multimedia.yaml
required: false
label:
sidebar: "Multimedia"
sidebar[nl]: "Multimedia"
sidebar[ja]: "マルチメディア"
title: "Multimedia"
title[nl]: "Multimedia"
title[ja]: "マルチメディア"

View File

@@ -0,0 +1,77 @@
- name: "Audio Software"
description: "Primarily Audio software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- amberol
- ardour
- audacious
- audacious-plugins
- audacity
- byte
- cava
- clementine
- curseradio-git
- deadbeef
- deezer
- elisa
- gmusicbrowser
- g4music
- juk
- kwave
- lollypop
- lxmusic
- lmms
- ncmpcpp
- olivia
- pragha
- radiotray
- rhythmbox
- sayonara-player
- shortwave
- soundconverter
- spotify
- spotifywm-git
- spotify-adblock-git
- tauon-music-box
- name: "Video Software"
description: "Primarily Video software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- celluloid
- clapper
- freetube-bin
- guvcview
- handbrake
- hypnotix
- juk
- kazam
- kdenlive
- kodi-x11
- kodi
- kodi-addons
- losslesscut-bin
- obs-studio
- openshot
- makemkv
- mkvtoolnix-gui
- mpc
- mpd
- mpv
- peek
- pitivi
- plex-media-player
- plex-media-server
- qtwebflix-git
- simplescreenrecorder
- simplescreenrecorder-git
- smplayer
- vlc
- youtube-dl
- youtube-dl-gui-git
- yt-dlp

View File

@@ -0,0 +1,11 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-nvidia.yaml
- file:///etc/calamares/modules/netinstall-nvidia.yaml
required: false
label:
sidebar: "Drivers Nv"
sidebar[nl]: "Drivers Nv"
title: "Drivers Nvidia"
title[nl]: "Drivers Nvidia"

View File

@@ -0,0 +1,74 @@
- name: "Nvidia-dkms for linux kernel - installed by default"
description: "Installs nvidia-dkms for linux kernel"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- linux
- linux-headers
- nvidia-dkms
- nvidia-settings
- nvidia-utils
- name: "Nvidia-dkms for linux-lts kernel"
description: "Installs nvidia-dkms for linux-lts kernel"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- linux-lts
- linux-lts-headers
- nvidia-dkms
- nvidia-settings
- nvidia-utils
- name: "Nvidia-dkms for linux-hardened kernel"
description: "Installs nvidia-dkms for linux-hardened kernel"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- linux-hardened
- linux-hardened-headers
- nvidia-dkms
- nvidia-settings
- nvidia-utils
- name: "Nvidia-dkms for linux-zen kernel"
description: "Installs nvidia-dkms for linux-zen kernel"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- linux-zen
- linux-zen-headers
- nvidia-dkms
- nvidia-settings
- nvidia-utils
- name: "Nvidia Related"
description: "Nvidia related applications"
critical: false
hidden: false
selected: false
immutable: false
expanded: false
packages:
- bumblebee
- bumblebee-status
- bumblebee-status-git
- cuda
- envycontrol
- gwe
- nvflash
- nvidia
- nvidia-lts
- nvidia-prime
- nvidia-xrun
- nvtop
- optimus-manager
- optimus-manager-qt

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-office.yaml
- file:///etc/calamares/modules/netinstall-office.yaml
required: false
label:
sidebar: "Office"
sidebar[nl]: "Office"
sidebar[ja]: "オフィスソフトウェア"
title: "Office"
title[nl]: "Office"
title[ja]: "オフィスソフトウェア"

View File

@@ -0,0 +1,123 @@
- name: "Abiword"
description: "Abiword"
critical: false
hidden: false
selected: false
packages:
- abiword
- name: "Calligra"
description: "Office Suite"
critical: false
hidden: false
selected: false
packages:
- calligra
- calligra-plan
- name: "Epub"
description: "Epub"
critical: false
hidden: false
selected: false
packages:
- calibre
- sigil
- name: "Freeoffice"
description: "Freeoffice"
critical: false
hidden: false
selected: false
packages:
- freeoffice
- name: "Focuswriter"
description: "Focuswriter"
critical: false
hidden: false
selected: false
packages:
- focuswriter
- name: "Ghostwriter"
description: "Ghostwriter"
critical: false
hidden: false
selected: false
packages:
- ghostwriter
- name: "Gnumeric"
description: "Gnumeric"
critical: false
hidden: false
selected: false
packages:
- gnumeric
- name: "Libre Office Fresh"
description: "Installs libre office fresh - feature branch - conflicts with still"
critical: false
hidden: false
selected: false
packages:
- libreoffice-fresh
- hunspell
- name: "Libre Office Still"
description: "Installs libre office still - stable branch - conflicts with fresh"
critical: false
hidden: false
selected: false
packages:
- libreoffice-still
- hunspell
- name: "Ms Office Online"
description: "Microsoft Office Suite Online as a native application"
critical: false
hidden: false
selected: false
packages:
- ms-office-online
- name: "Moneydance"
description: "Moneydance"
critical: false
hidden: false
selected: false
packages:
- moneydance
- name: "Onlyoffice"
description: "Onlyoffice"
critical: false
hidden: false
selected: false
packages:
- onlyoffice-bin
- name: "Openoffice"
description: "Openoffice"
critical: false
hidden: false
selected: false
packages:
- openoffice-bin
- name: "PDF applications"
description: "PDF applications"
critical: false
hidden: false
selected: false
packages:
- atril
- evince
- okular
- pdfarranger
- xpdf
- xreader
- name: "Scribus"
description: "Scribus"
critical: false
hidden: false
selected: false
packages:
- scribus
- name: "WPS Office"
description: "Installs wps office"
critical: false
hidden: false
selected: false
packages:
- wps-office
- wps-office-mime
- ttf-wps-fonts

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-terminals.yaml
- file:///etc/calamares/modules/netinstall-terminals.yaml
required: false
label:
sidebar: "Terminals"
sidebar[nl]: "Terminals"
sidebar[ja]: "ターミナル"
title: "Terminals"
title[nl]: "Terminals"
title[ja]: "ターミナル"

View File

@@ -0,0 +1,101 @@
- name: "Terminals"
description: "Terminals"
critical: false
hidden: false
selected: false
expanded: true
packages:
- alacritty
- alacritty-themes
- base16-alacritty-git
- gnome-terminal
- gnome-terminal-transparency
- guake
- kitty
- konsole
- lxterminal
- nautilus-open-any-terminal
- oh-my-zsh-powerline-theme-git
- prot16-xfce4-terminal
- rxvt-unicode
- sakura
- tabby-bin
- tempus-themes-xfce4-terminal-git
- terminator
- termite
- tilix
- tilda
- tmux
- urxvt-fullscreen
- urxvt-perls
- urxvt-resize-font-git
- xfce4-terminal
- xfce4-terminal-base16-colors-git
- name: "Terminal Tools To Search"
description: "Terminal tools to search"
critical: false
hidden: false
selected: false
expanded: true
packages:
- ripgrep
- ripgrep-all
- the_platinum_searcher-bin
- the_silver_searcher
- name: "Terminal Fun"
description: "Terminal fun"
critical: false
hidden: false
selected: false
expanded: true
packages:
- asciiquarium
- bash-pipes
- boxes
- bpytop
- cava
- c-lolcat
- cool-retro-term
- cowfortune
- cmatrix-git
- cpufetch-git
- curseradio-git
- cxxmatrix-git
- figlet
- gotop-bin
- inetutils
- lolcat
- mc
- nixieclock
- pipes.sh
- pfetch
- python-pywal
- ranger
- sl
- slurm
- sparklines-git
- toilet
- tty-clock
- tty-clock-git
- ufetch-git
- ufetch-arco-git
- unimatrix-git
- wttr
- name: "Zsh"
description: "Zsh"
critical: false
hidden: false
selected: false
expanded: true
packages:
- zsh
- zsh-autosuggestions-git
- zsh-completions
- zsh-fast-syntax-highlighting
- zsh-history-substring-search-git
- zsh-syntax-highlighting
- zsh-syntax-highlighting-git
- zsh-theme-powerlevel10k-git
- arcolinux-zsh-git
- oh-my-zsh-git
- oh-my-zsh-powerline-theme-git

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-theming.yaml
- file:///etc/calamares/modules/netinstall-theming.yaml
required: false
label:
sidebar: "Theming"
sidebar[nl]: "Theming"
sidebar[ja]: "テーマ"
title: "Theming"
title[nl]: "Theming"
title[ja]: "テーマ"

View File

@@ -0,0 +1,150 @@
- name: "Themes"
description: "Themes"
critical: false
hidden: false
selected: false
expanded: true
packages:
- adapta-gtk-theme
- arc-darkest-theme-git
- arcolinux-arc-kde
- arcolinux-sweet-mars-git
- ayu-theme
- breeze
- dracula-gtk-theme
- fluent-gtk-theme
- fluent-kde-theme-git
- graphite-gtk-theme-git
- kripton-theme-git
- layan-gtk-theme-git
- layan-kde-git
- materia-gtk-theme
- materia-kde
- nordic-kde-git
- numix-gtk-theme-git
- openbox-themes-pambudi-git
- orchis-kde-theme-git
- orchis-theme-git
- plata-theme
- qogir-gtk-theme-git
- sweet-theme-git
- sweet-gtk-theme-dark
- name: "Icons"
description: "Icons"
critical: false
hidden: false
selected: false
expanded: true
packages:
- a-candy-beauty-icon-theme-git
- arc-icon-theme
- arc-x-icons-theme
- breeze-icons
- dracula-icons-git
- faba-icon-theme-git
- faba-mono-icons-git
- flat-remix-git
- fluent-icon-theme-git
- halo-icons-git
- la-capitaine-icon-theme-git
- luna-icon-theme-git
- moka-icon-theme-git
- nordzy-icon-theme-git
- numix-circle-arc-icons-git
- numix-circle-icon-theme-git
- numix-icon-theme-git
- numix-kde-theme-git
- obsidian-icon-theme
- oranchelo-icon-theme-git
- paper-icon-theme
- papirus-folders-git
- papirus-folders-gui-bin
- papirus-folders-nordic
- papirus-icon-theme
- papirus-linux-universe
- papirus-nord
- qogir-icon-theme
- sardi-icons
- sardi-colora-variations-icons-git
- sardi-flat-colora-variations-icons-git
- sardi-flat-mint-y-icons-git
- sardi-flat-mixing-icons-git
- sardi-flexible-colora-variations-icons-git
- sardi-flexible-luv-colora-variations-icons-git
- sardi-flexible-mint-y-icons-git
- sardi-flexible-mixing-icons-git
- sardi-flexible-variations-icons-git
- sardi-ghost-flexible-colora-variations-icons-git
- sardi-ghost-flexible-mint-y-icons-git
- sardi-ghost-flexible-mixing-icons-git
- sardi-ghost-flexible-variations-icons-git
- sardi-mint-y-icons-git
- sardi-mixing-icons-git
- sardi-mono-colora-variations-icons-git
- sardi-mono-mint-y-icons-git
- sardi-mono-mixing-icons-git
- sardi-mono-numix-colora-variations-icons-git
- sardi-mono-papirus-colora-variations-icons-git
- sardi-orb-colora-mint-y-icons-git
- sardi-orb-colora-mixing-icons-git
- sardi-orb-colora-variations-icons-git
- surfn-icons-git
- surfn-arc-breeze-icons-git
- surfn-mint-y-icons-git
- surfn-plasma-dark-icons-git
- surfn-plasma-light-icons-git
- tela-circle-icon-theme-git
- vimix-icon-theme-git
- we10x-icon-theme-git
- whitesur-icon-theme-git
- zafiro-icon-theme
- name: "Cursors"
description: "Cursors"
critical: false
hidden: false
selected: false
expanded: true
packages:
- bibata-cursor-theme-bin
- bibata-cursor-translucent
- bibata-extra-cursor-theme
- bibata-rainbow-cursor-theme
- capitaine-cursors
- catppuccin-cursors-git
- dracula-cursors-git
- layan-cursor-theme-git
- oxy-neon
- phinger-cursors
- sweet-cursor-theme-git
- vimix-cursors
- xcursor-arch-cursor-complete
- xcursor-breeze
- xcursor-comix
- xcursor-flatbed
- xcursor-neutral
- xcursor-premium
- xcursor-simpleandsoft
- name: "Changing the look"
description: "Changing the look"
critical: false
hidden: false
selected: false
expanded: true
packages:
- kvantum-qt5-git
- kvantum-qt6-git
- kvantum-theme-materia
- kvantum-theme-qogir-git
- picom
- picom-jonaburg-git
- picom-ibhagwan-git
- picom-git
- name: "Packages that will install plasma as a dependency"
description: "Plasma related"
critical: false
hidden: false
selected: false
expanded: true
packages:
- qogir-kde-theme-git
- sweet-kde-theme-mars-git

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-usb.yaml
- file:///etc/calamares/modules/netinstall-usb.yaml
required: false
label:
sidebar: "Usb Utilities"
sidebar[nl]: " Usb Utilities"
sidebar[ja]: "ユーティリティ"
title: "Utilities"
title[nl]: "Utilities"
title[ja]: "ユーティリティ"

View File

@@ -0,0 +1,36 @@
- name: "Usb/Disk Utilities"
description: "Utility software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- baobab
- brasero
- etcher-bin
- imagewriter
- mintstick-git
- ventoy-bin
- woeusb
- xfburn
- name: "Printing Utilities"
description: "Printing software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- hplip
- name: "Accessibility Utilities"
description: "Accessibility Utility software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- brltty
- espeak-ng
- florence
- mousetweaks
- onboard
- orca

View File

@@ -0,0 +1,13 @@
groupsUrl:
- https://raw.githubusercontent.com/arcolinux/arco-calamares-config-xs-zen/master/calamares/modules/netinstall-utilities.yaml
- file:///etc/calamares/modules/netinstall-utilities.yaml
required: false
label:
sidebar: "Utilities"
sidebar[nl]: "Utilities"
sidebar[ja]: "ユーティリティ"
title: "Utilities"
title[nl]: "Utilities"
title[ja]: "ユーティリティ"

View File

@@ -0,0 +1,222 @@
- name: "Utilities for Timeshift and Btrfs"
description: "Utility software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- grub-btrfs
- timeshift
- timeshift-autosnap
- name: "Utilities for Snapper and Btrfs"
description: "Utility software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- btrfs-assistant
- btrfsmaintenance
- grub-btrfs
- snap-pac
- snapper
- snapper-support
- snapper-tools
- name: "Utilities for Android"
description: "Utility software android"
critical: false
hidden: false
selected: false
expanded: true
packages:
- airdroid-nativefier
- android-tools
- android-file-transfer
- android-sdk-platform-tools
- droidcam
- qtscrcpy
- scrcpy
- waydroid
- name: "Utilities for IOS"
description: "Utility software ios"
critical: false
hidden: false
selected: false
expanded: true
packages:
- ifuse
- shairport-sync
- name: "Utilities for benchmarking"
description: "Utility software benchmarking"
critical: false
hidden: false
selected: false
expanded: true
packages:
- blender-benchmark
- geekbench
- gputest
- phoronix-test-suite
- name: "Application installers or launchers"
description: "Application installers or launchers"
critical: false
hidden: false
selected: false
expanded: true
packages:
- albert
- appimagelauncher
- aura-bin
- bauh
- flatpak
- gnome-software
- octopi
- octopi-notifier-qt5
- pace
- pace-git
- pacui
- pacui-git
- pacseek-bin
- paru
- paru-bin
- paru-git
- pikaur-git
- rate-mirrors
- rate-mirrors-bin
- skippy-xd-git
- snapd
- synapse
- topgrade
- topgrade-bin
- topgrade-git
- trizen
- ulauncher
- xlunch-git
- yay
- yay-bin
- yay-git
- name: "Power Management"
description: "Power Management"
critical: false
hidden: false
selected: false
expanded: true
packages:
- upower
- system76-power
- name: "Backlight"
description: "Backlight"
critical: false
hidden: false
selected: false
expanded: true
packages:
- acpilight
- brightnessctl
- brillo
- gummy
- light
- name: "Utilities for hardware discovery"
description: "Utility software for hardware discovery"
critical: false
hidden: false
selected: false
expanded: true
packages:
- alsi
- archey3
- bottom
- btop
- cpufetch-git
- cpuid
- cpu-x
- dmidecode
- duf
- edid-decode-git
- fastfetch
- fastfetch-git
- glances
- gnome-disk-utility
- gotop-bin
- gsmartcontrol
- gtop
- hddtemp
- htop
- hw-probe
- inxi
- lm_sensors
- lshw
- neofetch
- nvtop
- nvtop-git
- ookla-speedtest-bin
- pfetch
- powertop
- screenfetch
- slurm
- speedtest-cli-git
- s-tui
- sysprof
- name: "Utilities Kernels"
description: "Utility software kernels"
critical: false
hidden: false
selected: false
expanded: true
packages:
- mkinitcpio-firmware
- name: "Utilities"
description: "Utility software"
critical: false
hidden: false
selected: false
expanded: true
packages:
- auto-cpufreq
- betterlockscreen
- betterlockscreen-git
- bleachbit
- btrbk
- caffeine
- caffeine-ng
- catfish
- ckb-next-git
- debtap
- deja-dup
- downgrade
- fancontrol-gui-git
- find-the-command-git
- fingerprint-gui
- flavours
- hardcode-fixer-git
- galculator
- gammy
- google-earth-pro
- grsync
- grub-customizer
- gufw
- hardinfo-gtk3
- kbackup
- konsave
- linux-wifi-hotspot
- pacback
- parcellite
- piper
- power-profiles-daemon
- powerpill
- putty
- redshift
- simple-scan
- slimbookbattery
- solaar
- stacer
- stacer-bin
- systemd-manager-git
- tlp
- tuxboot
- tuxboot-git
- vnstat
- wacom-settings-git
- wireshark-qt
- workrave
- yin-yang-git

View File

@@ -0,0 +1,28 @@
backend: pacman
skip_if_no_internet: false
update_db: false
update_system: false
pacman:
num_retries: 1
disable_download_timeout: true
needed_only: true
operations:
- try_remove:
- arco-calamares
- arco-calamares-config-xs-zen-git
- plasma-framework5
- kpmcore
- mkinitcpio-archiso
- boost-libs
- ckbcomp
- kservice5
- ki18n5
- kconfig5
- kwidgetsaddons5
- kcoreaddons5
- intel-ucode
- amd-ucode
- qt5-xmlpatterns

View File

@@ -0,0 +1,28 @@
backend: pacman
skip_if_no_internet: false
update_db: true
update_system: true
pacman:
num_retries: 1
disable_download_timeout: true
needed_only: true
operations:
- try_remove:
- arco-calamares
- arco-calamares-config-xs-zen-git
- plasma-framework5
- kpmcore
- mkinitcpio-archiso
- boost-libs
- ckbcomp
- kservice5
- ki18n5
- kconfig5
- kwidgetsaddons5
- kcoreaddons5
- intel-ucode
- amd-ucode
- qt5-xmlpatterns

View File

@@ -0,0 +1,28 @@
backend: pacman
skip_if_no_internet: false
update_db: true
update_system: false
pacman:
num_retries: 1
disable_download_timeout: true
needed_only: true
operations:
- try_remove:
- arco-calamares
- arco-calamares-config-xs-zen-git
- plasma-framework5
- kpmcore
- mkinitcpio-archiso
- boost-libs
- ckbcomp
- kservice5
- ki18n5
- kconfig5
- kwidgetsaddons5
- kcoreaddons5
- intel-ucode
- amd-ucode
- qt5-xmlpatterns

View File

@@ -0,0 +1,25 @@
efi:
mountPoint: "/boot/efi"
recommendedSize: 1000MiB
minimumSize: 32MiB
label: "EFI"
userSwapChoices:
- none # Create no swap, use no swap
- small # Up to 4GB
- suspend # At least main memory size
- file # To swap file instead of partition
luksGeneration: luks1
drawNestedPartitions: false
alwaysShowPartitionLabels: true
initialPartitioningChoice: none
initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","jfs","reiser","f2fs","xfs"]

View File

@@ -0,0 +1,7 @@
files:
- from: log
dest: /var/log/Calamares.log
perm: root:root:644
- from: config
dest: /var/log/Calamares-install.json
perm: root:root:644

View File

@@ -0,0 +1 @@
username: liveuser

View File

@@ -0,0 +1,8 @@
i18n:
name: "Preparing your system for ArcoLinux"
dontChroot: false
timeout: 999
script:
- command: "/usr/local/bin/arcolinux-before"
- command: "/usr/local/bin/arcolinux-graphical-target"

View File

@@ -0,0 +1,11 @@
i18n:
name: "Preparing your system for ArcoLinux"
dontChroot: false
timeout: 999
script:
- command: "/usr/local/bin/arcolinux-all-cores"
- command: "/usr/local/bin/arcolinux-displaymanager-check"
- command: "/usr/local/bin/arcolinux-final"
- command: "/usr/bin/pacman -R --noconfirm arcolinux-system-installation-git"
- command: "/usr/local/bin/arcolinux-snapper"

View File

@@ -0,0 +1,4 @@
---
keyrings:
- archlinux
- arcolinux

View File

@@ -0,0 +1 @@
emergency: true

View File

@@ -0,0 +1,4 @@
unpack:
- source: "/run/archiso/bootmnt/arch/x86_64/airootfs.sfs"
sourcefs: "squashfs"
destination: ""

View File

@@ -0,0 +1,7 @@
unpack:
- source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux"
sourcefs: "file"
destination: "/boot/vmlinuz-linux"
- source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux-zen"
sourcefs: "file"
destination: "/boot/vmlinuz-linux-zen"

View File

@@ -0,0 +1,37 @@
defaultGroups:
- name: users
must_exist: true
system: true
- lp
- power
- video
- network
- storage
- name: wheel
must_exist: false
system: true
- audio
- sys
- optical
- scanner
- rfkill
autologinGroup: autologin
doAutologin: false
sudoersGroup: wheel
sudoersConfigureWithGroup: true
setRootPassword: true
doReusePassword: false
userShell: /bin/bash
avatarFilePath: ~/.face
hostname:
location: EtcFile
writeHostsFile: true

View File

@@ -0,0 +1,2 @@
prettyName: "Release Notes"
url: "https://arcolinux.info/getting-to-know-arcolinux-d-b/"

View File

@@ -0,0 +1,31 @@
showSupportUrl: false
showKnownIssuesUrl: false
showReleaseNotesUrl: false
requirements:
requiredStorage: 15
requiredRam: 1.0
internetCheckUrl:
- http://google.com
- http://erikdubois.be
- http://www.kde.org
- http://www.freebsd.org
check:
- storage
- ram
- power
- internet
- root
required:
- ram
- storage
- root
geoip:
style: "json"
url: "https://geoip.kde.org/v1/calamares"
selector: ""

View File

@@ -0,0 +1,176 @@
modules-search: [ local ]
instances:
- id: kernel
module: netinstall
config: netinstall-kernel.conf
- id: drivers
module: netinstall
config: netinstall-drivers.conf
- id: nvidia
module: netinstall
config: netinstall-nvidia.conf
- id: services
module: netinstall
config: netinstall-services.conf
- id: login
module: netinstall
config: netinstall-login.conf
- id: desktop
module: netinstall
config: netinstall-desktop.conf
- id: desktop-wayland
module: netinstall
config: netinstall-desktop-wayland.conf
- id: arcolinux
module: netinstall
config: netinstall-arcolinux.conf
- id: communication
module: netinstall
config: netinstall-communication.conf
- id: development
module: netinstall
config: netinstall-development.conf
- id: office
module: netinstall
config: netinstall-office.conf
- id: fonts
module: netinstall
config: netinstall-fonts.conf
- id: multimedia
module: netinstall
config: netinstall-multimedia.conf
- id: internet
module: netinstall
config: netinstall-internet.conf
- id: theming
module: netinstall
config: netinstall-theming.conf
- id: graphics
module: netinstall
config: netinstall-graphics.conf
- id: gaming
module: netinstall
config: netinstall-gaming.conf
- id: terminals
module: netinstall
config: netinstall-terminals.conf
- id: filemanagers
module: netinstall
config: netinstall-filemanagers.conf
- id: utilitiesusb
module: netinstall
config: netinstall-usb.conf
- id: utilities
module: netinstall
config: netinstall-utilities.conf
- id: applications
module: netinstall
config: netinstall-applications.conf
- id: arcolinuxdev
module: netinstall
config: netinstall-arcolinuxdev.conf
- id: rootfs
module: unpackfs
config: unpackfs1.conf
weight: 50
- id: vmlinuz
module: unpackfs
config: unpackfs2.conf
weight: 1
- id: choice
module: packages
config: packages.conf
weight: 20
- id: before
module: shellprocess
config: shellprocess-before.conf
- id: final
module: shellprocess
config: shellprocess-final.conf
- id: linux
module: initcpio
config: initcpio-linux.conf
- id: linux-zen
module: initcpio
config: initcpio-linux-zen.conf
sequence:
- show:
- welcome
- netinstall@kernel
- netinstall@drivers
# - netinstall@nvidia
# - netinstall@services
- netinstall@login
- netinstall@desktop
# - netinstall@desktop-wayland
- netinstall@arcolinux
- netinstall@communication
- netinstall@development
- netinstall@office
- netinstall@fonts
- netinstall@multimedia
- netinstall@internet
- netinstall@theming
- netinstall@graphics
- netinstall@gaming
- netinstall@terminals
- netinstall@filemanagers
- netinstall@utilitiesusb
- netinstall@utilities
- netinstall@applications
- netinstall@arcolinuxdev
- locale
- keyboard
- partition
- users
# - tracking
- summary
- exec:
- partition
- mount
- unpackfs@rootfs
- unpackfs@vmlinuz
- machineid
- fstab
- locale
- keyboard
- localecfg
- luksbootkeyfile
- luksopenswaphookcfg
- initcpiocfg
- initcpio@linux
- initcpio@linux-zen
- networkcfg
- hwclock
- services-systemd
- shellprocess@before
- packages@choice
- removeuser
- users
- displaymanager
- ucode
- grubcfg
- bootloader
- shellprocess@final
- preservefiles
- umount
- show:
- finished
branding: arcolinuxnew
prompt-install: true
dont-chroot: false
oem-setup: false
disable-cancel: false
disable-cancel-during-exec: false
hide-back-and-next-during-exec: false
quit-at-end: false

Some files were not shown because too many files have changed in this diff Show More