diff --git a/install.sh b/install.sh
index bf147e5..df1f7f2 100644
--- a/install.sh
+++ b/install.sh
@@ -20,11 +20,11 @@ parted $DISK -- set 3 esp on
 cryptsetup luksFormat ${DISK}1
 cryptsetup open ${DISK}1 root
 
-# Now format the encrypted partition
-mkfs.ext4 /dev/mapper/root
+# # Now format the encrypted partition
+# mkfs.ext4 /dev/mapper/root
 
-# Mount the partitions
-mount /dev/mapper/root /mnt
+# # Mount the partitions
+# mount /dev/mapper/root /mnt
 
 # Format 
 mkfs.ext4 -L nixos ${DISK}1