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
|
windowPlacement: center
|
||||||
|
|
||||||
sidebar: widget
|
sidebar: none
|
||||||
|
|
||||||
navigation: widget
|
navigation: none
|
||||||
|
|
||||||
strings:
|
strings:
|
||||||
productName: ParchLinux
|
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
|
# Mount filesystems in the target (generally, before treating the
|
||||||
# target as a usable chroot / "live" system).
|
# 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
|
setSELinux: false
|
||||||
|
|
||||||
extraMounts:
|
extraMounts:
|
||||||
|
|
|
@ -39,7 +39,7 @@ passwordRequirements:
|
||||||
|
|
||||||
allowWeakPasswords: true
|
allowWeakPasswords: true
|
||||||
|
|
||||||
allowWeakPasswordsDefault: true
|
allowWeakPasswordsDefault: false
|
||||||
|
|
||||||
user:
|
user:
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue