updated branding
This commit is contained in:
parent
8f563af24a
commit
422ea46c9c
4 changed files with 65 additions and 5 deletions
|
@ -9,9 +9,9 @@ windowExpanding: normal
|
|||
|
||||
windowPlacement: center
|
||||
|
||||
sidebar: widget
|
||||
sidebar: none
|
||||
|
||||
navigation: widget
|
||||
navigation: none
|
||||
|
||||
strings:
|
||||
productName: ParchLinux
|
||||
|
|
17
etc/calamares/modules/machineid.conf
Normal file
17
etc/calamares/modules/machineid.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Machine-ID and other random data on the target system.
|
||||
---
|
||||
|
||||
systemd: true
|
||||
|
||||
dbus: true
|
||||
|
||||
dbus-symlink: true
|
||||
|
||||
entropy-copy: false
|
||||
|
||||
entropy-files:
|
||||
- /var/lib/urandom/random-seed
|
||||
- /var/lib/systemd/random-seed
|
|
@ -4,7 +4,50 @@
|
|||
# Mount filesystems in the target (generally, before treating the
|
||||
# target as a usable chroot / "live" system).
|
||||
---
|
||||
|
||||
setSELinux: false
|
||||
|
||||
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
|
||||
|
||||
btrfsSwapSubvol: /@swap
|
||||
|
||||
btrfsSubvolumes:
|
||||
- mountPoint: /
|
||||
subvolume: /@
|
||||
- mountPoint: /home
|
||||
subvolume: /@home
|
||||
- mountPoint: /var/cache
|
||||
subvolume: /@cache
|
||||
- mountPoint: /var/log
|
||||
subvolume: /@log
|
||||
|
||||
mountOptions:
|
||||
- filesystem: default
|
||||
options: [ noatime ]
|
||||
- filesystem: efi
|
||||
options: [ fmask=0137, dmask=0027 ]
|
||||
- filesystem: btrfs
|
||||
options: [ noatime, compress=zstd ]
|
||||
- filesystem: btrfs_swap
|
||||
options: [ noatime ]
|
||||
setSELinux: false
|
||||
|
||||
extraMounts:
|
||||
|
|
|
@ -39,7 +39,7 @@ passwordRequirements:
|
|||
|
||||
allowWeakPasswords: true
|
||||
|
||||
allowWeakPasswordsDefault: true
|
||||
allowWeakPasswordsDefault: false
|
||||
|
||||
user:
|
||||
shell: /bin/bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue