Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
186c4cc944 | |||
36b3def4df | |||
bff662b2bb | |||
6a830fd09e | |||
f1a229a2b2 | |||
8163c1574f |
@@ -32,4 +32,5 @@ echo "Configured accountsservice" >> "${LOGFILE}"
|
||||
configure_displaymanager
|
||||
echo "Configured displaymanager" >> "${LOGFILE}"
|
||||
|
||||
|
||||
configure_branding
|
||||
echo "Configured branding" >> "${LOGFILE}"
|
||||
|
@@ -1 +0,0 @@
|
||||
haveged
|
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
foreground { mkdir -p /etc/pacman.d/gnupg }
|
||||
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg }
|
||||
fdmove -c 2 1
|
||||
foreground { pacman-key --init }
|
||||
|
@@ -244,6 +244,12 @@ configure_swap(){
|
||||
fi
|
||||
}
|
||||
|
||||
configure_branding(){
|
||||
if [[ -f /usr/bin/neofetch ]]; then
|
||||
neofetch >| /etc/issue
|
||||
fi
|
||||
}
|
||||
|
||||
configure_user(){
|
||||
local user="$1"
|
||||
if [[ "$user" == 'root' ]];then
|
||||
|
Reference in New Issue
Block a user