Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cyber-murmel/a2006454ed8f69d25c629f781304cf11 to your computer and use it in GitHub Desktop.
Save cyber-murmel/a2006454ed8f69d25c629f781304cf11 to your computer and use it in GitHub Desktop.
Lego Loco Linux
Download the [CD image archive](https://archive.org/details/LegoLoco).
```shell
# Turn into iso
bchunk Lego\ Loco.bin Lego\ Loco.cue Lego_Loco
# Turn iso into loop device and mount
udisksctl loop-setup -r -f Lego_Loco.iso01.iso
udisksctl mount -b /dev/loop0
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment