mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
warnings
This commit is contained in:
parent
34cd7b3715
commit
adabf1224b
@ -1,8 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
# this create an lvm-thin with the same naming scheme the proxmox installer uses
|
||||
|
||||
# xxx TODO EDITME
|
||||
target=/dev/sda4
|
||||
|
||||
echo '*** YOU NEED TO EDIT THIS SCRIPT BEFORE RUNNING IT ***'
|
||||
echo '*** AUTHOR IS NOT RESPONSIBLE FOR DATA LOSS!! ***'
|
||||
echo ''
|
||||
echo "About to create lvm-thin on $target - Enter to continue or ^C"
|
||||
read
|
||||
|
||||
pvcreate $target
|
||||
vgcreate -A y pve $target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user