summaryrefslogtreecommitdiff
path: root/old-school/grok-block
diff options
context:
space:
mode:
Diffstat (limited to 'old-school/grok-block')
-rwxr-xr-xold-school/grok-block4
1 files changed, 3 insertions, 1 deletions
diff --git a/old-school/grok-block b/old-school/grok-block
index 62b063f..3f61c4a 100755
--- a/old-school/grok-block
+++ b/old-school/grok-block
@@ -172,7 +172,9 @@ then
172 # Recognize and mount the Samizdat 172 # Recognize and mount the Samizdat
173 if ! mountpoint -q /cdrom; then 173 if ! mountpoint -q /cdrom; then
174 mkdir -p /cdrom 174 mkdir -p /cdrom
175 (retry_mount -t iso9660 -r "$DEVNAME" /cdrom && bootdone samizdat-cdrom) & 175 . mdadm-dup.sh
176 mount_cdrom "$DEVNAME" && bootdone samizdat-cdrom
177# (retry_mount -t iso9660 -r "$DEVNAME" /cdrom && bootdone samizdat-cdrom) &
176 fi 178 fi
177else 179else
178 grok_block & 180 grok_block &