parent
d60aab9584
commit
d930bdddbd
1 changed files with 3 additions and 0 deletions
|
|
@ -533,6 +533,9 @@ echo -e "${GREEN}Building Kit${CLEAR}"
|
||||||
touch "${LOG_FILE}"
|
touch "${LOG_FILE}"
|
||||||
tmux split-window -dl 10 tail -f "${LOG_FILE}"
|
tmux split-window -dl 10 tail -f "${LOG_FILE}"
|
||||||
|
|
||||||
|
# Zero beginning of device
|
||||||
|
dd bs=4M count=16 if=/dev/zero of="${DEST_DEV}" >> "${LOG_FILE}" 2>&1
|
||||||
|
|
||||||
# Format
|
# Format
|
||||||
echo "Formatting drive..."
|
echo "Formatting drive..."
|
||||||
if [[ "${USE_MBR}" == "True" ]]; then
|
if [[ "${USE_MBR}" == "True" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue