Skip to content

Instantly share code, notes, and snippets.

@innomatics
Created January 20, 2026 12:56
Show Gist options
  • Select an option

  • Save innomatics/e847e16cbfb6e8e0b3887aa391ee432e to your computer and use it in GitHub Desktop.

Select an option

Save innomatics/e847e16cbfb6e8e0b3887aa391ee432e to your computer and use it in GitHub Desktop.
Make Puppy ISO
curl -O https://distro.ibiblio.org/puppylinux/puppy-bookwormpup/BookwormPup64/10.0.12/BookwormPup64_10.0.12.iso
# Write the iso directly to device REPLACES ALL DATA
sudo dd if=BookwormPup64_10.0.12.iso of=/dev/sda status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment