Delete files/usr directory
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
# First boot logic
|
|
||||||
enable fluffy-pancake-firstboot.service
|
|
||||||
|
|
||||||
# Virtualization (virt-manager / libvirt)
|
|
||||||
enable libvirtd.service
|
|
||||||
enable virtlogd.service
|
|
||||||
enable libvirtd.socket
|
|
||||||
enable virtlogd.socket
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Fluffy Pancake First Boot Initialization
|
|
||||||
ConditionFirstBoot=yes
|
|
||||||
After=network-online.target
|
|
||||||
Wants=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/libexec/fluffy-pancake/firstboot.sh
|
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# First boot logic
|
|
||||||
enable fluffy-pancake-firstboot.service
|
|
||||||
|
|
||||||
# Virtualization (virt-manager / libvirt)
|
|
||||||
enable libvirtd.service
|
|
||||||
enable virtlogd.service
|
|
||||||
enable libvirtd.socket
|
|
||||||
enable virtlogd.socket
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
echo "[firstboot] Ensuring Flathub remote exists"
|
|
||||||
|
|
||||||
if ! flatpak remote-list --system | grep -q '^flathub'; then
|
|
||||||
flatpak remote-add --system --if-not-exists flathub \
|
|
||||||
https://flathub.org/repo/flathub.flatpakrepo
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "[firstboot] Done"
|
|
||||||
Reference in New Issue
Block a user