Skip to content

Commit 828ba8c

Browse files
committed
pacman configs
1 parent ab4181c commit 828ba8c

5 files changed

Lines changed: 23 additions & 367 deletions

File tree

airootfs/etc/gshadow

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root:::root
2+
sys:!!::liveuser
3+
network:!!::liveuser
4+
power:!!::liveuser
5+
adm:!!::liveuser
6+
wheel:!!::liveuser
7+
uucp:!!::liveuser
8+
optical:!!::liveuser
9+
rfkill:!!::liveuser
10+
video:!!::liveuser
11+
storage:!!::liveuser
12+
audio:!!::liveuser
13+
users:!!::liveuser
14+
nopasswdlogin:!::liveuser
15+
autologin:!::liveuser
16+
liveuser:!::

airootfs/etc/pacman.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Architecture = auto
3434
#UseSyslog
3535
Color
3636
ParallelDownloads = 5
37+
ILoveCandy
3738
# We cannot check disk space from within a chroot environment
3839
#CheckSpace
3940
#VerbosePkgLists
@@ -92,18 +93,14 @@ Include = /etc/pacman.d/mirrorlist
9293
#[multilib-testing]
9394
#Include = /etc/pacman.d/mirrorlist
9495

95-
#[multilib]
96-
#Include = /etc/pacman.d/mirrorlist
96+
[multilib]
97+
Include = /etc/pacman.d/mirrorlist
9798

9899
# An example of a custom package repository. See the pacman manpage for
99100
# tips on creating your own repositories.
100101
#[custom]
101102
#SigLevel = Optional TrustAll
102103
#Server = file:///home/custompkgs
103104

104-
#[alg_repo]
105-
#SigLevel = Optional TrustedOnly
106-
#Server = https://arch-linux-gui.github.io/$repo/$arch
107-
108105
[chaotic-aur]
109106
Include = /etc/pacman.d/chaotic-mirrorlist

0 commit comments

Comments
 (0)