Lots of changes
This commit is contained in:
parent
fea318ad89
commit
139da63a82
24 changed files with 98 additions and 509 deletions
|
@ -1,8 +1,9 @@
|
|||
MODULES=(amdgpu)
|
||||
BINARIES=()
|
||||
FILES=()
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
HOOKS=(base udev autodetect modconf block filesystems keyboard colors consolefont welcomemessage encrypt resume fsck)
|
||||
{%@@ elif profile == "Rivendell" @@%}
|
||||
BINARIES=("/usr/bin/btrfs")
|
||||
HOOKS=(base autodetect modconf block filesystems keyboard fsck systemd sd-welcomemessage sd-encrypt)
|
||||
{%@@ else @@%}
|
||||
BINARIES=()
|
||||
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
|
||||
{%@@ endif @@%}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[Unit]
|
||||
Description=Nightly reboot
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/systemctl reboot
|
|
@ -1,8 +0,0 @@
|
|||
[Unit]
|
||||
Description=Reboot Scheduling.
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 03:00:00
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Download package updates
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/pacman -Syuw --noconfirm
|
||||
|
||||
[Install]
|
||||
WantedBy=network-online.target
|
|
@ -1,8 +0,0 @@
|
|||
[Unit]
|
||||
Description=Download packages hourly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue