summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-10-10 12:21:36 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-10-10 12:21:36 -0400
commit31983cdc61d19868990b131afe6489175ea08bde (patch)
tree36fb888c2b6e4bd1c0dfb8b8222e472f812f2f8a
parenta89e198a35af06da0a0b5d3bee9f5abb50847b96 (diff)
fix mount
-rwxr-xr-xpartition.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/partition.sh b/partition.sh
index c82dc3c..e162431 100755
--- a/partition.sh
+++ b/partition.sh
@@ -15,7 +15,7 @@ sudo parted -s $DISK name 2 grub
sudo parted -s $DISK set 2 bios_grub on
sudo mkfs.btrfs -L linux "$DISK"1
-sudo mount /dev/"$DISK"1 /mnt
+sudo mount "$DISK"1 /mnt
sudo btrfs subvolume create /mnt/root
sudo btrfs subvolume create /mnt/boot