Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Version 3.0 r. 13
Browse files Browse the repository at this point in the history
  • Loading branch information
EzeeLinux committed Sep 22, 2018
1 parent e13966e commit 570e130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbt
Expand Up @@ -420,7 +420,7 @@ if test "$choice" == "y"; then

sudo parted --script ${chosen_disk} mklabel msdos mkpart primary ext4 1MiB 100%

# Creating new ext3 file sysem:
# Creating new ext4 file sysem:

sudo mkfs.ext4 -F ${chosen_disk}1
echo "${chosen_disk} has been formatted! Adding label..."
Expand All @@ -432,7 +432,7 @@ if test "$choice" == "y"; then

# Returning to Main Menu:

# Clear any accidental input during restore:
# Clear any accidental input:

read -t 1 -n 10000 discard

Expand Down

0 comments on commit 570e130

Please sign in to comment.