Fix typo
This commit is contained in:
parent
266f688176
commit
552eb22477
|
@ -85,7 +85,7 @@ echo -e "#! /usr/bin/env bash\nset -e\n" 'parted $@ 2> parted-stderr.txt || grep
|
|||
./parted-ignoring-partprobe-error.sh --script --align optimal /dev/sda -- mklabel gpt mkpart 'BIOS-boot-partition' 1MB 2MB set 1 bios_grub on mkpart 'data-partition' 2MB '100%'
|
||||
./parted-ignoring-partprobe-error.sh --script --align optimal /dev/sdb -- mklabel gpt mkpart 'BIOS-boot-partition' 1MB 2MB set 1 bios_grub on mkpart 'data-partition' 2MB '100%'
|
||||
|
||||
# Relaod partitions
|
||||
# Reload partitions
|
||||
partprobe
|
||||
|
||||
# Wait for all devices to exist
|
||||
|
|
Loading…
Reference in a new issue