Skip to content

Commit

Permalink
Merge pull request #4 from blutack/patch-1
Browse files Browse the repository at this point in the history
Add partition labels for quick identification.
  • Loading branch information
Andreas Wilhelm committed Oct 27, 2014
2 parents 8e190a9 + e9e9d77 commit 9304d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch4bone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ echo "Creating fat16 boot partition filesystem ..."
echo "Creating ext4 root partition filesystem ..."

# Create the fat16 filesystem at the first partition ...
mkfs.vfat -F 16 $part1
mkfs.vfat -n "BOOT" -F 16 $part1

# ... and the ext4 filesystem at the second partition.
mkfs.ext4 $part2
mkfs.ext4 -L "ROOT" $part2

# Print out the new partition table.
parted $device print
Expand Down Expand Up @@ -307,4 +307,4 @@ tar -xf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root
umount /tmp/bone/root

# Done! Print out some information to the user.
echo "Done!"
echo "Done!"

0 comments on commit 9304d96

Please sign in to comment.