simplify wording for fastboot as non-root section
This commit is contained in:
parent
81b8231133
commit
09ec29de1d
@ -26,7 +26,7 @@
|
||||
<link rel="stylesheet" href="/grapheneos.css?29"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<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>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<link rel="stylesheet" href="/grapheneos.css?29"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<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>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<link rel="stylesheet" href="/grapheneos.css?29"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<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>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -80,7 +80,7 @@
|
||||
</ul>
|
||||
</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="#unlocking-the-bootloader">Unlocking the bootloader</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>
|
||||
</section>
|
||||
|
||||
<section id="fastboot-as-non-root">
|
||||
<h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2>
|
||||
<section id="flashing-as-non-root">
|
||||
<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
|
||||
as non-root, the appropriate udev rules need to be set up. This is not an issue on
|
||||
either macOS or Windows.</p>
|
||||
<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>
|
||||
|
||||
<p>On Arch Linux:</p>
|
||||
|
||||
|
@ -115,8 +115,8 @@
|
||||
Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p>
|
||||
</section>
|
||||
|
||||
<section id="fastboot-as-non-root">
|
||||
<h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2>
|
||||
<section id="flashing-as-non-root">
|
||||
<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
|
||||
rules need to be set up. This is not an issue on either macOS or Windows.</p>
|
||||
|
@ -19,6 +19,8 @@ const redirects = new Map([
|
||||
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
||||
["/faq#dns", "/faq#custom-dns"],
|
||||
["/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() {
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
<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>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<link rel="stylesheet" href="/grapheneos.css?29"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<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>
|
||||
<body>
|
||||
<header>
|
||||
|
Loading…
x
Reference in New Issue
Block a user