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,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/*