Re: boot the Hurd with Guix
mg $ ls -lh file.img -rw--- 1 vince vince 1,0G déc. 1 19:43 file.img -- Vincent Legoll
Re: boot the Hurd with Guix
l: create the image with > > dd if=/dev/zero of=file.img bs=1M count=1 seek=1000 Or you can use truncate from gnu coreutils: $ du -sh file.img 0file.img vince@dell:~$ ls -l file.img -rw--- 1 vince vince 1073741824 déc. 1 19:43 file.img vince@dell:~$ ls -lh file.img -rw--- 1 vince vince 1,0G déc. 1 19:43 file.img -- Vincent Legoll