diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-06 00:38:16 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-11 22:43:11 +0200 |
| commit | 2c3e5ad8150f772e529fd7d62d419d8cbb4f1826 (patch) | |
| tree | ba682090ede00726ead3767f46b4d54b0ba8ae85 | |
| parent | 49c3c46c6c712d75d7ced8c71a8b38ae39e3cf51 (diff) | |
[Skip CI] add the commands needed to clean LVM partition
| -rw-r--r-- | proxmox.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ - Boot the `Debian Live ISO` live image from a bootable USB - Connect to wireless network (if not connected via LAN) - Set root password (which will be asked to run the install playbook) -- Remove LVM Partitions signatures if any. +- Wipe FS and remove LVM signatures if any (to release the partitions for the playbook). - Set the host name `proxmox-iso.local` - Install and configure ssh - `cp host_vars/proxmox-iso.local.example host_vars/proxmox-iso.local` @@ -24,10 +24,11 @@ sudo apt update sudo apt install -y openssh-server sudo systemctl restart ssh avahi-daemon +sudo wipefs -af /dev/sda? sudo /sbin/vgchange -an sudo /sbin/dmsetup remove_all --force ``` **Mac Example:** -TBD +Not supported. |
