1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00

pine64-pine*: Update documentation to outputs.disk-image

This commit is contained in:
Lukas Lihotzki 2024-04-13 15:42:38 +02:00
parent 697f4e4f36
commit 7a7a8b4123
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
```