fixed some problems with pacman
This commit is contained in:
parent
d6287a92c7
commit
a24626bf0f
5 changed files with 17 additions and 26 deletions
|
@ -6,8 +6,7 @@
|
|||
---
|
||||
|
||||
groupsUrl:
|
||||
- https://raw.githubusercontent.com/parchlinux/calamares-parch-net/etc/calamares/modules/netinstall.yaml
|
||||
- file:///etc/calamares/modules/netinstall.yaml
|
||||
- https://github.com/parchlinux/calamares-parch-net/raw/main/etc/calamares/modules/netinstall.yaml
|
||||
required: true
|
||||
|
||||
label:
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# The identifier is written to the file as UTF-8 (this will be no
|
||||
# different from ASCII, for most inputs) and followed by a newline.
|
||||
# If the identifier is empty, only a newline is written.
|
||||
batch-identifier: neon-${DATE}
|
||||
batch-identifier: Parch-${DATE}
|
||||
|
|
|
@ -19,6 +19,7 @@ labels:
|
|||
step[ja]: "デスクトップ"
|
||||
step[sv]: "Skrivbord"
|
||||
step[pt_BR]: "Ambiente de Trabalho"
|
||||
step[ir]: "میزکار"
|
||||
|
||||
default: KDE-Desktop
|
||||
|
||||
|
@ -28,7 +29,9 @@ items:
|
|||
name: "No Desktop"
|
||||
name[nl]: "Geen desktop"
|
||||
name[de]: "Kein Desktop"
|
||||
name[ir]: "بدون میزکار"
|
||||
description: "Please pick a desktop environment from the list. If you don't want to install a desktop, that's fine, your system will start up in text-only mode and you can install a desktop environment later."
|
||||
description[ir]: "لطفاً یک میزکار از لیست انتخاب کنید، اگرقصد نصب یک میزکار را ندارید مشکلی نیست. بعد از نصب یک محیط متنی به شما نشان داده خواهد شد تا میزکار مورد نیاز خودتان را نصب کنید."
|
||||
description[de]: "Bitte wählen Sie eine Desktop-Umgebung aus der Liste. Wenn Sie keine Desktop-Umgebung installieren möchten, ist das in Ordnung. Ihr System wird im Nur-Text-Modus gestartet und Sie können später eine Desktop-Umgebung installieren."
|
||||
description[nl]: "Kies eventueel een desktop-omgeving uit deze lijst. Als u geen desktop-omgeving wenst te gebruiken, kies er dan geen. In dat geval start het systeem straks op in tekst-modus en kunt u later alsnog een desktop-omgeving installeren."
|
||||
|
||||
|
|
|
@ -14,14 +14,11 @@ basePackages:
|
|||
- base
|
||||
- base-devel
|
||||
- btrfs-progs
|
||||
- cachyos-fish-config
|
||||
- cachyos-hooks
|
||||
- cachyos-keyring
|
||||
- cachyos-mirrorlist
|
||||
- cachyos-v4-mirrorlist
|
||||
- cachyos-v3-mirrorlist
|
||||
- cachyos-rate-mirrors
|
||||
- cachyos-settings
|
||||
- parch-branding
|
||||
- parch-pacman
|
||||
- parch-emoji-ios
|
||||
- parch-grub
|
||||
- fastfetch
|
||||
- cryptsetup
|
||||
- device-mapper
|
||||
- diffutils
|
||||
|
@ -34,8 +31,8 @@ basePackages:
|
|||
- iptables-nft
|
||||
- jfsutils
|
||||
- less
|
||||
- linux-cachyos
|
||||
- linux-cachyos-headers
|
||||
- linux
|
||||
- linux-headers
|
||||
- linux-firmware
|
||||
- logrotate
|
||||
- lsb-release
|
||||
|
@ -43,22 +40,20 @@ basePackages:
|
|||
- man-db
|
||||
- man-pages
|
||||
- mdadm
|
||||
- chwd
|
||||
- mkinitcpio
|
||||
- netctl
|
||||
- os-prober
|
||||
- perl
|
||||
- python
|
||||
- s-nail
|
||||
- sudo
|
||||
- sysfsutils
|
||||
- texinfo
|
||||
- usbutils
|
||||
- which
|
||||
- systemd-boot-manager
|
||||
- grub
|
||||
- xfsprogs
|
||||
- plymouth
|
||||
- cachyos-plymouth-theme
|
||||
- parch-plymouth
|
||||
|
||||
#
|
||||
# postInstallFiles is an array of file names which will be copied into the system
|
||||
|
@ -68,11 +63,6 @@ basePackages:
|
|||
#
|
||||
postInstallFiles:
|
||||
- "/etc/pacman.conf"
|
||||
- "/etc/pacman-more.conf"
|
||||
- "/etc/default/grub"
|
||||
- "/etc/mkinitcpio.conf"
|
||||
- "/usr/local/bin/dmcheck"
|
||||
- "/usr/local/bin/remove-nvidia"
|
||||
- "/etc/calamares/scripts/try-v3"
|
||||
- "/etc/calamares/scripts/remove-ucode"
|
||||
- "/etc/calamares/scripts/install-gpu-drivers"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ doReusePassword: true
|
|||
|
||||
passwordRequirements:
|
||||
# nonempty: true
|
||||
minLength: 4
|
||||
minLength: 2
|
||||
# maxLength: -1 # Password at most this many characters
|
||||
# libpwquality:
|
||||
# - minlen=0
|
||||
|
@ -68,13 +68,12 @@ allowWeakPasswordsDefault: false
|
|||
# names for a given distro (eg. "video", or "mysql" might not be a valid
|
||||
# end-user login name).
|
||||
user:
|
||||
shell: /bin/fish
|
||||
shell: /bin/bash
|
||||
forbidden_names: [ root ]
|
||||
|
||||
hostname:
|
||||
location: EtcFile
|
||||
writeHostsFile: true
|
||||
template: "cachyos-${cpu}"
|
||||
forbidden_names: [ localhost ]
|
||||
|
||||
presets:
|
||||
|
|
Loading…
Add table
Reference in a new issue