Compare commits
2
Commits
d0fa3f2e47
..
1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
002df99e75 | ||
|
|
40aa387c3c |
@@ -1 +0,0 @@
|
||||
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
||||
+1
-4
@@ -1,4 +1 @@
|
||||
PBX.img
|
||||
PBX.qcow2
|
||||
PBX-Test.qcow2
|
||||
*.snapshot*
|
||||
*.zst
|
||||
|
||||
+1
-2
@@ -128,7 +128,7 @@ dialogue() {
|
||||
echo -e "${RED}WARNING: ALL DATA ON ${disk_name} WILL BE DESTROYED${RESET}"
|
||||
elif [[ $NO_RETABLE == false ]]; then
|
||||
echo -e "${YELLOW}INFO: Running in NO WRITE mode. No data will be written to disk${RESET}"
|
||||
elif
|
||||
else
|
||||
echo -e "${YELLOW}WARNING: Existing partitions will be used but filesystems and file data may be modified${RESET}"
|
||||
fi
|
||||
|
||||
@@ -156,7 +156,6 @@ rewrite_gpt_table() {
|
||||
sgdisk -n 3:0:0 -t 3:8e00 -c 3:"Linux LVM" $disk_name
|
||||
|
||||
partprobe 2>/dev/null ||
|
||||
|
||||
lsblk $disk_name
|
||||
|
||||
echo -e "${GREEN}GPT table created. ${RESET}"
|
||||
|
||||
Reference in New Issue
Block a user