No description
- Shell 100%
| lxc-bootstrap.sh | ||
| README.md | ||
lxc-bootstrap
A bootstrap script for new Proxmox LXC containers.
What it does
- Updates packages
- Installs
sudoandneovim - Creates a system user
app_user - Checks hostname and prompts if not set
- Generates a README in
/home/app_user/README.mdwith basic container info
Usage
Run this inside a fresh LXC as root:
wget -qO- https://git.geertrademakers.nl/master/pve-setup-scripts/raw/branch/main/lxc-bootstrap.sh | bash
Requirements
- Debian 12 (Bookworm) LXC
- Run as root
After running
- Set mounted storage paths in
/home/app_user/README.md - Check hostname is correct in Proxmox UI if changed by script
Changelog
v1.0
- Initial version