Hello,
On Wed 14 Aug 2024 at 12:39pm +02, Sylvain Beucler wrote:
> Fine by me. The "autopkgtest" entry could be moved under "tools" as well :)
Thanks, done.
> As for the script, I believe you can do without the partition table + losetup,
> and work directly on the image:
> fallocate -l 1G tes
Hi,
On 14/08/2024 11:40, Sean Whitton wrote:
For testing the git updates I've been working on, I needed a
case-insensitive scratch filesystem. The usual thing would be to make a
FAT32 loop mount, but I also needed 'ln -s' to work. I ended up with a
script to set up this an NTFS mount.[1]
This
Hello,
For testing the git updates I've been working on, I needed a
case-insensitive scratch filesystem. The usual thing would be to make a
FAT32 loop mount, but I also needed 'ln -s' to work. I ended up with a
script to set up this an NTFS mount.[1]
This isn't really git-specific. I was think