1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-08-15 15:00:28 +03:00

Merge pull request #707 from lukaslihotzki/fix-pine-doc

pine64-pine*: Update documentation to `outputs.disk-image`
This commit is contained in:
Samuel Dionne-Riel 2024-04-13 14:56:31 -04:00 committed by GitHub
commit 5455e4455b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ that the full disk image can be flashed to an SD card, and it will prioritise
booting it.
```
$ nix-build --argstr device pine64-pinephone -A build.disk-image
$ nix-build --argstr device pine64-pinephone -A outputs.disk-image
$ dd if=result of=/dev/mmcblkX bs=8M oflag=sync,direct status=progress
```

View File

@ -70,7 +70,7 @@ device. That block device can be the internal eMMC or the SD card.
When using Tow-Boot, hold _volume down_ during boot to boot from the SD card.
```
$ nix-build --argstr device pine64-pinephonepro -A build.disk-image
$ nix-build --argstr device pine64-pinephonepro -A outputs.disk-image
$ dd if=result of=/dev/mmcblkX bs=8M oflag=sync,direct status=progress
```

View File

@ -18,7 +18,7 @@ that the full disk image can be flashed to an SD card, and it will prioritise
booting it.
```
$ nix-build --argstr device pine64-pinetab -A build.disk-image
$ nix-build --argstr device pine64-pinetab -A outputs.disk-image
$ dd if=result of=/dev/mmcblkX bs=8M oflag=sync,direct status=progress
```