Browse Source

Revert "Allow boot when external storage isn't present"

revert-46-patch-6
Luke Childs 4 years ago
committed by GitHub
parent
commit
a3ee4c1918
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/partitioner/partitioner.py

2
contrib/partitioner/partitioner.py

@ -217,7 +217,7 @@ def main():
os.system('/bin/umount /mnt/data')
print('Update /etc/fstab')
os.system('echo "UUID=' + first_partition_uuid + ' /mnt/data ext4 defaults,noatime,nofail 0 0" >> /etc/fstab')
os.system('echo "UUID=' + first_partition_uuid + ' /mnt/data ext4 defaults,noatime 0 0" >> /etc/fstab')
print('Remounting through /bin/mount')
os.system('/bin/mount -a');

Loading…
Cancel
Save