1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-19 07:47:20 +03:00

device-notes: Fix missing spaces in front of -A

This commit is contained in:
Niklas Hambüchen 2021-06-30 03:46:47 +02:00
parent 64cbc057f8
commit 993f7e9c01
2 changed files with 6 additions and 6 deletions

View File

@ -45,9 +45,9 @@ An alternative installation method is to use a flashable zip. The flashable zip
can be built for your _<%= info["fullName"] %>_ using one of the following
commands:
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-bootimg
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-system
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-zip
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-bootimg
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-system
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-zip
The first two will flash only a specific partition. The last one contains the
partitions of the two previous one.

View File

@ -45,9 +45,9 @@ An alternative installation method is to use a flashable zip. The flashable zip
can be built for your _<%= info["fullName"] %>_ using one of the following
commands:
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-bootimg
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-system
$ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-zip
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-bootimg
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-system
$ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-zip
The first two will flash only a specific partition. The last one contains the
partitions of the two previous one.