[02:21] Hi, Running script to find the install disk as part of of preseed early_command. But getting an error "10 partman-auto/disk doesn't exist". [02:21] d-i preseed/early_command string \ [02:21] /bin/sh /tmp/updates/pre.sh; \ [02:21] DISKA=$(cat /tmp/updates/install-disk); \ [02:21] debconf-set partman-auto/disk "$DISKA"; [02:22] But 'cat /tmp/updates/install-disk' shows /dev/sdb [02:22] syslog says /tmp/updates/install-disk not found. [02:23] Any issue with the early_command syntax?