Inital Commit
All checks were successful
Proxmox LXC Tool / Proxmox LXC Tool [arm64] (push) Successful in 11s
Proxmox LXC Tool / Proxmox LXC Tool [amd64] (push) Successful in 12s

This commit is contained in:
Cantibra
2025-10-26 21:11:05 +01:00
commit b798dc2d09
14 changed files with 1177 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
## Cleanup Path Specification
## Path specification to the files or folders
## which will be deleted from the container.
##
/boot/*
/dev/*
/etc/.??*
/etc/group-
/etc/gshadow-
/etc/ld.so.cache
/etc/machine-id
/etc/passwd-
/etc/shadow-
/etc/ssh/ssh_host_*
/etc/ssl/certs/*
/etc/ssl/crt/*
/etc/ssl/dhpem/*
/etc/ssl/key/*
/etc/systemd/network/*
/etc/systemd/system/getty.target.wants/container-*
/etc/udev/hwdb.bin
/etc/xml/catalog.old
/etc/xml/polkitd.xml.old
/etc/xml/xml-core.xml.old
/media/*
/mnt/*
/opt/*
/proc/*
/root/*
/root/.bash_history
/root/.cache
/root/.config
/root/.gnupg
/root/.lesshst
/root/.local
/root/.nano
/root/.ssh
/root/.wget-hsts
/run/*
/srv/*
/sys/*
/tmp/*
/tmp/.??*
/usr/lib/udev/hwdb.bin
/var/backups/*
/var/cache/adduser/*
/var/cache/apt/*
/var/cache/debconf/*
/var/cache/ldconfig/*
/var/cache/man/*
/var/lib/apt/daily_lock
/var/lib/apt/lists/*
/var/lib/apt/mirrors/*
/var/lib/apt/periodic/*
/var/lib/dpkg/*-old
/var/lib/logrotate/*
/var/lib/sgml-base/*
/var/lib/sudo/lectured/*
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/lib/systemd/pstore
/var/lib/systemd/timers
/var/lib/ucf/*
/var/log/apt/eipp.log.xz
/var/tmp/*
/var/trash/*

View File

@@ -0,0 +1,67 @@
## Cleanup Path Specification
## Path specification to the files or folders
## which will be deleted from the container.
##
/boot/*
/dev/*
/etc/.??*
/etc/group-
/etc/gshadow-
/etc/ld.so.cache
/etc/machine-id
/etc/passwd-
/etc/shadow-
/etc/ssh/ssh_host_*
/etc/ssl/certs/*
/etc/ssl/crt/*
/etc/ssl/dhpem/*
/etc/ssl/key/*
/etc/systemd/network/*
/etc/systemd/system/getty.target.wants/container-*
/etc/udev/hwdb.bin
/etc/xml/catalog.old
/etc/xml/polkitd.xml.old
/etc/xml/xml-core.xml.old
/media/*
/mnt/*
/opt/*
/proc/*
/root/*
/root/.bash_history
/root/.cache
/root/.config
/root/.gnupg
/root/.lesshst
/root/.local
/root/.nano
/root/.ssh
/root/.wget-hsts
/run/*
/srv/*
/sys/*
/tmp/*
/tmp/.??*
/usr/lib/udev/hwdb.bin
/var/backups/*
/var/cache/adduser/*
/var/cache/apt/*
/var/cache/debconf/*
/var/cache/ldconfig/*
/var/cache/man/*
/var/lib/apt/daily_lock
/var/lib/apt/lists/*
/var/lib/apt/mirrors/*
/var/lib/apt/periodic/*
/var/lib/dpkg/*-old
/var/lib/logrotate/*
/var/lib/sgml-base/*
/var/lib/sudo/lectured/*
/var/lib/systemd/coredump
/var/lib/systemd/ephemeral-trees
/var/lib/systemd/linger
/var/lib/systemd/pstore
/var/lib/systemd/timers
/var/lib/ucf/*
/var/log/apt/eipp.log.xz
/var/tmp/*
/var/trash/*

View File

@@ -0,0 +1,13 @@
## Cleanup Path Specification
## Path specification to the files or folders
## which will be deleted from the image.
##
/dev/*
/media/*
/mnt/*
/proc/*
/run/*
/sys/*
/tmp/*
/tmp/.??*
/var/tmp/*

View File

@@ -0,0 +1 @@
LXC_NAME

View File

@@ -0,0 +1,33 @@
## System Host File
##
## This file describes a number of netname-to-address
## mappings for the TCP/IP subsystem. It is mostly
## used at boot time, when no name servers are running.
##
## IPv4
##
# Loopback
127.0.0.1 localhost
# Network
# --- BEGIN PVE ---
# --- END PVE ---
##
## IPv6
##
# Loopback
::1 ip6-localhost ip6-loopback
# Link-Local
fe00::0 ip6-localnet
# Multicast
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
# Network

View File

@@ -0,0 +1,5 @@
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
source /etc/network/interfaces.d/*

View File

@@ -0,0 +1,2 @@
# --- BEGIN PVE ---
# --- END PVE ---