Bootable USB creator — Like Ventoy, but 100% open source
- Download
libretoy.img - Copy the image to $DEVICE (
dd if=libretoy.img of=$DEVICE bs=4M)
sudo nix run .#libretoy-dd $DEVICEThis will:
- build LibreToy (
diskoImage) - copy the
libretoy-bootloaderto$DEVICE - run
libretoy-repartition(using free space of$DEVICEas defined in disko.nix)
