summaryrefslogtreecommitdiff
path: root/static/install/cli.html
AgeCommit message (Collapse)Author
2024-08-06generic Windows USB driver works on Windows 10Daniel Micay
2024-08-06cli-install: update flashing-factory-images sectionDmitry Muhomor
It now matches the corresponding web install section.
2024-08-06firmware anti-rollback is actively used since Pixel 6Daniel Micay
2024-08-06use new factory images naming in CLI install guideDaniel Micay
2024-08-06flash-all.sh is no longer executable in the new formatDaniel Micay
Our optimized factory images currently don't mark this script as executable because there's no API for it in the zip library used by fastboot. For now, just run it directly with the shell.
2024-08-06driver no longer needed on latest Windows 11 for 4a (5G) onwardsDaniel Micay
2024-08-06clearer statement on fwupd workaroundDaniel Micay
2024-08-04fwupd workaround usually not required anymoreDaniel Micay
2024-08-04update supported Ubuntu / Linux Mint versionsDaniel Micay
2024-07-28improve guide on removing the non-stock key via fastboot modeJob
2024-07-09remove obsolete paragraph about OEM unlockingDaniel Micay
2024-05-17replace twitter.com with x.comDaniel Micay
2024-05-15add Pixel 8a supportDaniel Micay
2024-05-11remove trailing whitespaceDaniel Micay
2024-04-07cli-install: adjust OEM unlocking sectionmatchboxbananasynergy
2024-03-22raise minimum fastboot version to 34.0.5Daniel Micay
2024-03-14Since the texts have been swapped -> Menu updatedb068931cc450442b63f5b3d276ea4297
2024-03-03move up "Further information" sectionsandbank52641
After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS."
2024-03-01update standalone platform-toolssandbank52641
Tested on: - Arch Linux - macOS Monterey (12) - Windows 10
2024-02-21fix typoDaniel Micay
2024-02-15use variable for CLI install guide versionDaniel Micay
2024-02-14add Windows signature verification commandDaniel Micay
2024-02-14document signature verification via macOS OpenSSHDaniel Micay
2024-02-14macOS and Windows include OpenSSHDaniel Micay
2024-02-14move to OpenSSH signing for factory imagesDaniel Micay
2024-02-14drop official support for installing via Debian 10Daniel Micay
Debian 10 no longer receives official security support and has an OpenSSH version predating file signing support. We plan to move away from signify to OpenSSH for more portability so this has to go.
2024-02-04start introducing conforming procedure stylesandbank52641
The changes summarized: * Use angle brackets (`>`) instead of arrow symbols (`➔`). * Put a non-breaking space (`&#160;`) before each angle bracket. * Wrap sequences and elements in bold element (`<b>`). * Accessibility: Wrap angle bracket in a span tag with an aria-label. References: * https://developers.google.com/style/procedures#multi-action-procedures * https://developers.google.com/style/ui-elements#angle-brackets I use the entity number `&#160;` for the non-breaking space instead of the named character entity `&nbsp;` because `xmllint` produces a linting error (which is to be expected). ``` parser error : Entity 'nbsp' not defined ``` Ideally we want to use the named character entity (`&nbsp;`), but I couldn't find a reasonable solution. In order not to block this change, I've opted for the entity number (`&#160;`). If a reasonable solution is found, the entity number can be easily replaced by the named character entity. The changes require more than just replacing the currently used arrow. The surrounding context should be checked to determine whether a change is appropriate at this point and whether it requires further changes in the context itself. The paragraphs are wrapped with the currently used 98 characters. If using vim: ``` :set tw=98 ``` Vim's wrapping is weird when applied several times. To work around this, we can unwrap the paragraph first. To select a paragraph, unwrap and rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal mode.
2023-12-30mark Linux Mint as supported for installationDaniel Micay
2023-12-30drop end-of-life macOS Big SurDaniel Micay
2023-12-30update fwupd instructionsDaniel Micay
2023-12-21disconnect Pixel Tablet from stand for installingDaniel Micay
2023-12-18Fix wording in cli.htmlsgost1
2023-11-26document workaround for fwupd bugDaniel Micay
2023-11-07remove GNOME workaround for nowDaniel Micay
This appears to cause issues and we need more information on when this may be required.
2023-10-29make CLI install guide consistentDaniel Micay
2023-10-17publish experimental support for husky and shibaDaniel Micay
2023-10-12install: update supported OSesJorge Luis Carrillo
2023-10-12add key fingerprints for husky/shibaDaniel Micay
2023-07-30avoid specifically referring to phones in install guidesmatchboxbananasynergy
2023-07-23Update platform-tools hashesJorge Luis Carrillo
2023-07-15update platform-tools to 34.0.4Daniel Micay
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-28add Pixel Fold key fingerprint to install guidesDaniel Micay
2023-06-21publish Pixel Tablet supportDaniel Micay
2023-06-16Add Mastodon link to footertedgravlin
2023-06-10mark new Debian and Ubuntu releases supportedDaniel Micay
2023-05-16downgrade fastboot version due to upstream issueDaniel Micay
2023-05-16document 34.0.1 as minimum recommended fastbootDaniel Micay
2023-05-15update platform-tools hashesDaniel Micay