mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Removed redundant code
This commit is contained in:
parent
f711d7894f
commit
8595021ffa
@ -166,8 +166,6 @@ if [ "$transfer_image" = "y" ]
|
||||
info "Starting image transfer..."
|
||||
if [ "$os" = "arch" ]
|
||||
then
|
||||
info "Deleting partition tables..." &&
|
||||
wipefs -a "$device_path" &&
|
||||
info "Creating partitions..." &&
|
||||
( echo "o" #Type o. This will clear out any partitions on the drive.
|
||||
echo "p" #Type p to list partitions. There should be no partitions left
|
||||
|
Loading…
Reference in New Issue
Block a user