[19:01] Hi. Is it possible to use a different squashfs when installing to disk? I've tried to use a preseeded "ubiquity ubiquity/install/filesystem-images string /cdrom/localdata/customized.squashfs" but couldn't get it to work [20:43] thatva: you can, but the files should be under the casper path (/cdrom/casper, usually), or as exactly: /live/image/live/filesystem.squashfs [20:44] thatva: you may change the "casper" string in the casper path by setting LIVE_MEDIA_PATH to what you want [20:44] ie. LIVE_MEDIA_PATH=toto will get you /cdrom/toto as a path. [20:45] so when you preseed filesystem-images, use just the file-name if the file is in /cdrom/casper [20:47] in other words, either put your file in /cdrom/casper, or edit /etc/casper.conf to set LIVE_MEDIA_PATH to something else and then put the file in that directly (and in both cases, just preseed the file name with no path, unless you need more path items than /cdrom/casper/ [20:50] perfect, thank you!