| Leopold Schabel | 67f9d09 | 2019-10-22 15:41:42 +0200 | [diff] [blame] | 1 | # Smalltown Operating System |
| 2 | |||||
| 3 | ## Run build | ||||
| 4 | |||||
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 5 | The build uses a Fedora 30 base image with a set of dependencies. |
| Leopold Schabel | 2983d72 | 2019-10-23 12:16:42 +0200 | [diff] [blame^] | 6 | Guide has been tested on a Fedora 30 host, with latest rW deployed. |
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 7 | |
| Leopold Schabel | 2983d72 | 2019-10-23 12:16:42 +0200 | [diff] [blame^] | 8 | Build the base image: |
| Leopold Schabel | 67f9d09 | 2019-10-22 15:41:42 +0200 | [diff] [blame] | 9 | |
| 10 | ``` | ||||
| Leopold Schabel | 67f9d09 | 2019-10-22 15:41:42 +0200 | [diff] [blame] | 11 | podman build -t smalltown-builder . |
| Leopold Schabel | 67f9d09 | 2019-10-22 15:41:42 +0200 | [diff] [blame] | 12 | ``` |
| 13 | |||||
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 14 | Launch the VM: |
| 15 | |||||
| Leopold Schabel | 2983d72 | 2019-10-23 12:16:42 +0200 | [diff] [blame^] | 16 | ``` |
| 17 | scripts/bin/bazel run scripts:launch | ||||
| 18 | ``` | ||||
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 19 | |
| Leopold Schabel | 67f9d09 | 2019-10-22 15:41:42 +0200 | [diff] [blame] | 20 | Exit qemu using the monitor console: `Ctrl-A c quit`. |