simplify wording for fastboot as non-root section

This commit is contained in:
Daniel Micay 2021-01-29 17:16:32 -05:00
parent 81b8231133
commit 09ec29de1d
8 changed files with 14 additions and 13 deletions

View File

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="stylesheet" href="/grapheneos.css?29"/>
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js?8"></script> <script type="module" src="/js/redirect.js?9"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="stylesheet" href="/grapheneos.css?29"/>
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js?8"></script> <script type="module" src="/js/redirect.js?9"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="stylesheet" href="/grapheneos.css?29"/>
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js?8"></script> <script type="module" src="/js/redirect.js?9"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -80,7 +80,7 @@
</ul> </ul>
</li> </li>
<li><a href="#checking-fastboot-version">Checking fastboot version</a></li> <li><a href="#checking-fastboot-version">Checking fastboot version</a></li>
<li><a href="#fastboot-as-non-root">Fastboot as non-root</a></li> <li><a href="#flashing-as-non-root">Flashing as non-root</a></li>
<li><a href="#connecting-phone">Connecting the phone</a></li> <li><a href="#connecting-phone">Connecting the phone</a></li>
<li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li> <li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li>
<li><a href="#obtaining-signify">Obtaining signify</a></li> <li><a href="#obtaining-signify">Obtaining signify</a></li>
@ -259,12 +259,11 @@ tar xvf platform-tools_r30.0.5-windows.zip</pre>
Installed as /home/username/platform-tools/fastboot</pre> Installed as /home/username/platform-tools/fastboot</pre>
</section> </section>
<section id="fastboot-as-non-root"> <section id="flashing-as-non-root">
<h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2> <h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2>
<p>On Linux, in order for the <code>fastboot</code> command to connect to a device <p>On Linux, in order for to connect to a device as non-root, the appropriate udev
as non-root, the appropriate udev rules need to be set up. This is not an issue on rules need to be set up. This is not an issue on either macOS or Windows.</p>
either macOS or Windows.</p>
<p>On Arch Linux:</p> <p>On Arch Linux:</p>

View File

@ -115,8 +115,8 @@
Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p> Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p>
</section> </section>
<section id="fastboot-as-non-root"> <section id="flashing-as-non-root">
<h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2> <h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2>
<p>On Linux, in order for to connect to a device as non-root, the appropriate udev <p>On Linux, in order for to connect to a device as non-root, the appropriate udev
rules need to be set up. This is not an issue on either macOS or Windows.</p> rules need to be set up. This is not an issue on either macOS or Windows.</p>

View File

@ -19,6 +19,8 @@ const redirects = new Map([
["/releases#sailfish-beta", "/faq#legacy-devices"], ["/releases#sailfish-beta", "/faq#legacy-devices"],
["/faq#dns", "/faq#custom-dns"], ["/faq#dns", "/faq#custom-dns"],
["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"], ["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"],
["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],
["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"],
]); ]);
function handle_hash() { function handle_hash() {

View File

@ -28,7 +28,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/releases.js?13"></script> <script type="module" src="/js/releases.js?13"></script>
<script type="module" src="/js/redirect.js?8"></script> <script type="module" src="/js/redirect.js?9"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="stylesheet" href="/grapheneos.css?29"/>
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js?8"></script> <script type="module" src="/js/redirect.js?9"></script>
</head> </head>
<body> <body>
<header> <header>