mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 16:45:11 +01:00
create disks
This commit is contained in:
commit
f6c317b38b
6 changed files with 136 additions and 0 deletions
7
debian-image/reset.sh
Executable file
7
debian-image/reset.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT=$(dirname "$0")
|
||||
BUILD="$SCRIPT/build"
|
||||
|
||||
sudo umount "$BUILD/chroot/"
|
||||
rm -r "$BUILD"
|
||||
Loading…
Add table
Add a link
Reference in a new issue