summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-06 18:37:35 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-06 18:39:28 +0000
commitcea4ba65fae0d56d5cc05df4d31b5da9b83e7570 (patch)
tree3c857bff1930b5bb04cdec03a9387e28ef5bf06a /host
parentd9fe64d3816c978c2845f0bddf7b09c1fa863e7e (diff)
downloadspectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar.gz
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar.bz2
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar.lz
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar.xz
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.tar.zst
spectrum-cea4ba65fae0d56d5cc05df4d31b5da9b83e7570.zip
host/initramfs: don't modprobe exfat
Long ago, the eosimages partition of the combined installer+live image
was exfat.  Now it's squashfs, so we don't need to be loading exfat
any more.
Diffstat (limited to 'host')
-rwxr-xr-xhost/initramfs/etc/probe2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/initramfs/etc/probe b/host/initramfs/etc/probe
index c82c457..fa8380d 100755
--- a/host/initramfs/etc/probe
+++ b/host/initramfs/etc/probe
@@ -10,7 +10,7 @@ if -n {
     backtick -E type { lsblk -lnpo PARTTYPE $mdev }
     test $type = 56a3bbc3-aefa-43d9-a64d-7b3fd59bbc4e
   }
-  if { forx -Ep module { exfat loop } modprobe $module }
+  if { modprobe loop }
   backtick -E uuid { lsblk -lnpo PARTUUID $mdev }
   if { mkdir -p /mnt/${uuid} }
   if { mount $mdev /mnt/${uuid} }