Created
March 27, 2024 10:19
-
-
Save cyber-murmel/a2006454ed8f69d25c629f781304cf11 to your computer and use it in GitHub Desktop.
Lego Loco Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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