Browse Source

Adds more details for the MH-USB documentations

main
Abhas Abhinav 2 years ago
parent
commit
5763fce26e
20 changed files with 448 additions and 260 deletions
  1. +10
    -0
      docs/usb/advanced.md
  2. +108
    -0
      docs/usb/faqs.md
  3. +24
    -0
      docs/usb/index.md
  4. +77
    -0
      docs/usb/internals.md
  5. +0
    -0
      docs/usb/troubleshooting.md
  6. +73
    -0
      docs/usb/update.md
  7. +3
    -2
      docs/usb/use.md
  8. +2
    -2
      mkdocs.yml
  9. +14
    -28
      site/404.html
  10. +7
    -0
      site/css/extra.css
  11. +14
    -28
      site/index.html
  12. +14
    -28
      site/lc230/index.html
  13. +16
    -30
      site/lc230/troubleshooting/index.html
  14. +14
    -28
      site/lc230/user-guide/index.html
  15. +14
    -28
      site/le01/index.html
  16. +14
    -28
      site/ledc/index.html
  17. +14
    -28
      site/mhsw/index.html
  18. +1
    -1
      site/search/search_index.json
  19. +29
    -29
      site/sitemap.xml
  20. BIN
      site/sitemap.xml.gz

+ 10
- 0
docs/usb/advanced.md View File

@ -0,0 +1,10 @@
# Advanced Usage
## Booting from another disk after booting with the MH-USB
## Customising boot parameters for an OS
## Accessing the Grub2 command-line
## Booting Haiku

+ 108
- 0
docs/usb/faqs.md View File

@ -0,0 +1,108 @@
# Troubleshooting & FAQs
## Boot Issues
### Help! The MH-USB won't boot!
First don't panic! :)
Try out the following steps:
1. If you insert the USB disk into a computer, does it show up?
A quick way to test this out on a GNU/Linux system would be to run `lsblk`
or check `dmesg`.
2. If the USB does not get detected, then it could either be an issue with
your USB disk. (Or, at times, the USB port / hub.) See if it gets detected
in other computers. Or change the USB port. Or try to use it without a USB
hub (if you're using one).
Still nothing? Do write in to us at <guide@mostlyharmless.io> with
"MH-USB" somewhere in the email subject and we'll help you out.
The [MH-USB discussion forum](https://ask.libre.support/c/usb/) is another
option.
3. If it does get detected, then try to mount the partition called "MH-USB".
It should get mounted just fine on any OS. If you're able to mount this
filesystem, check its contents.
4. If the contents are okay and readable, then its probably a Grub2 issue.
Unless you want to debug it and learn about Grub and Ventoy in this
process, that one option.
Otherwise, a simple solution might be to just
backup the contents of the USB disk and re-install the MH-USB software
using the scripts included with the source code.
### I'm unable to boot operating system X!
That could happen due to multiple reasons:
1. Its possible that the OS image on the disk has errors in it. The easiest
way to verify that is to calculate and verify its checksum.
2. When using SeaBIOS with Coreboot, it possible that the OS image might not
be able to initialise graphics mode and show its internal boot menu. Try
pressing the ++tab++ key twice to show boot options.
3. Does Ventoy include support for that operating system? The list of
supported (ie. tested out) operating systems is available here:
<https://www.ventoy.net/en/isolist.html>
If you still face problems, please do post on the [MH-USB discussion
forum](https://ask.libre.support/c/usb/) so that we can try to debug it
together.
### I formatted the disk by mistake and now it won't boot!
You can easily recreate the MH-USB on the USB disk (or, for that matter, any
USB disk out there!) by using the scripts provided with the source code.
## MH-USB Questions
### Can I use it as a portable storage device?
Yes - Sure. The reason the MH-USB partition is formatted as exFAT is so that
its possible to detect and use it on all operating systems. You can store any
data on it and use it to transfer files.
!!! warning
It is not safe to store important or private or sensitive data on a
portable USB disk. Please be careful. Consider encrypting the storage disk
if you need to secure the data stored on it.
### Does the MH-USB require upgrades?
Not really. The MH-USB is basically a Grub2 bootable disk which in turn loads
and boots up operating system images. In case there is a specific bug that
stops it from working, there isn't any real reason to upgrade Venoty/Grub.
However, if you are interested in contributing to the development effort or
further customising the MH-USB - that's a good reason to upgrade / update its
configuration.
### The MH-USB is slow!
Check the [performance benchmarks](/usb/internals/#dd-read-test) for the USB2
model. Try to replicate them and see if your results come close to it. That
would indicate a limit of the USB disk's performance.
If you have a USB3 disk and connecting it to a USB2 port, that might result in
slower transfer speeds as well. Do check that out.
### I really like the 3D printed disk. How do I customise its looks?
Yes sure! By all means. The source code for the 3D printed enclosure is
included within the MH-USB source code.
If you need help with design, production, customisation or distribution, please
feel free to reach out.
### Can you send me a USB disk with the OS images I need?
MH-USB variants with custom images would require too much effort - unless what
you have is a volume requirement (ie. at least 100 units). You can make your
own custom USB disk very easily by adding the OS images of your choice and
customising the Grub2 theme.

+ 24
- 0
docs/usb/index.md View File

@ -11,6 +11,30 @@ margin-top: 1em;">
Details and rationale for the MH-USB: <https://mostlyharmless.io/usb/> Details and rationale for the MH-USB: <https://mostlyharmless.io/usb/>
## Screen-share of the MH-USB
<figure>
<iframe width="560" height="315" sandbox="allow-same-origin
allow-scripts allow-popups" title="The Mostly Harmless USB Disk - Demo"
src="https://sovran.video/videos/embed/5f1c871e-d76b-4d26-bcfa-804de1c6fdcb?title=0&warningTitle=0"
frameborder="0" allowfullscreen></iframe>
</figure>
## Powered by [Ventoy](https://ventoy.net)
The main component of the MH-USB disk is the Ventoy bootloader - derived from Grub2.
<figure style="text-align: center">
<a href="https://ventoy.net">
<img src="/images/usb/icons/ventoy.png"> Ventoy
</a>
</figure>
- Website: <https://ventoy.net>
- Source code: <https://github.com/ventoy/Ventoy>
- Documentation: <https://ventoy.net/en/doc_start.html>
- License: **GPLv3+** - <https://ventoy.net/en/doc_license.html>
## Operating Systems ## Operating Systems
By default, the following operating systems are available for live boot or By default, the following operating systems are available for live boot or


+ 77
- 0
docs/usb/internals.md View File

@ -0,0 +1,77 @@
# MH-USB Internals
## MH-USB Performance
### USB2 Version
From <https://www.blackmoreops.com/2017/04/04/usb-and-ssd-drive-speedtest-in-linux/>
> USB 2.0 has a theoretical maximum signaling rate of 480 Mbits/s or 60
> Mbytes/s. However due to various constraints the maximum throughput is
> restricted to around 280 Mbit/s or 35 Mbytes/s.
#### `hdparm` tests
``` console
$ sudo hdparm -Ttv /dev/sde1
/dev/sde1:
multcount = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 15600/64/32, sectors = 31881176, start = 2048
Timing cached reads: 16422 MB in 2.00 seconds = 8221.42 MB/sec
Timing buffered disk reads: 64 MB in 3.01 seconds = 21.28 MB/sec
```
#### `dd` write test
``` console
$ dd if=/dev/zero of=perf oflag=direct bs=128k count=8k
8192+0 records in
8192+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.94198 s, 155 MB/s
```
#### `dd` read test
``` console
## Clear the memory cache before benchmarking reads
$ sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"
$ dd if=perf of=/dev/null bs=4k
262144+0 records in
262144+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 44.5847 s, 24.1 MB/s
```
### USB3 Version
*Coming soon!*
## The MH-USB partition layout
### The Ventoy partion layout
*Document how Ventoy creates partitions for both GPT and MBR partition tables*
### The 16 GB model
*Standard ventoy partitions*
### The 32 GB model
*Coming soon! (special partitions to accommodate haiku.)*
## Using the MH-USB Source Code
### Overview of the source code
### The scripts
#### `download-images.sh`
#### `prepare-usb.sh`
#### `qemu-*.sh`
### Installing MH-USB
### Customising the MH-USB

+ 0
- 0
docs/usb/troubleshooting.md View File


+ 73
- 0
docs/usb/update.md View File

@ -0,0 +1,73 @@
# Adding / Updating Images on the MH-USB Disk
## How do OS images get listed on the boot screen?
Recall the MH-USB directory layout:
```
MH-USB/
/OS/ <-- Contains OS Images
/Tools/ <-- Contains some tools and software
/RPi/ <-- OS Images for the Raspberry Pi
/ventoy/ <-- Config files for the Ventoy/Grub2 bootloader
```
While the operating system images are stored in the `/OS/` directory in the
root of the USB disk, the actual display and order of display is controlled by
the ventoy config file: `/ventoy/ventoy.json`.
An excerpt from the `ventoy.json` config file:
``` json
{
"menu_alias":[
{
"image": "/OS/debian-live-11.2.0-amd64-cinnamon.iso",
"alias": "Debian 11.2.0 (Live)"
},
{
"image": "/OS/devuan_chimaera_4.0.0_amd64_desktop-live.iso",
"alias": "Devuan Chimaera 4.0.0"
},
{
"image": "/OS/guix-system-install-1.3.0.x86_64-linux.iso",
"alias": "Guix System Installer 1.3.0"
},
{
"image": "/OS/LibreELEC-Generic.x86_64-10.0.1.img",
"alias": "LibreELEC 10.0.1 (Live)"
}
]
}
```
The image would get listed on the boot screen in the alphabetical order even
without this configuration. However, in the absence of this, the file name of
the ISO image would show up instead of a more useful OS description.
## Adding, updating and removing a OS image
### Removing an image
Don't think you're likely to use an OS image that exists on the USB
disk? No problem. Just go ahead and delete it! It will shop showing up
on the boot screen and you will also have some free space on the USB
drive.
### Adding a new image
You can copy a new bootable OS image anywhere on the USB disk. You could
copy it to the `/OS/` directory to keep things neat. But that's not
mandatory. You can copy it anywhere.
### Updating an image
Updating an OS image simply the process of deleting an older image file
and adding the new one.
### Update the Ventoy configuration
If you would like to see a proper descriptive name for your new or
updated OS image, then you can add or update the corresponding section
in the `/ventoy/ventoy.json` file.

+ 3
- 2
docs/usb/use.md View File

@ -10,7 +10,6 @@ MH-USB/
/Tools/ <-- Contains some tools and software /Tools/ <-- Contains some tools and software
/RPi/ <-- OS Images for the Raspberry Pi /RPi/ <-- OS Images for the Raspberry Pi
/ventoy/ <-- Config files for the Ventoy/Grub2 bootloader /ventoy/ <-- Config files for the Ventoy/Grub2 bootloader
(Important - do not modify!)
``` ```
The MH-USB partition of the USB disk is formatted with [exFAT](https://en.wikipedia.org/wiki/ExFAT). The MH-USB partition of the USB disk is formatted with [exFAT](https://en.wikipedia.org/wiki/ExFAT).
@ -67,7 +66,9 @@ This will boot the USB via QEMU and show you the boot screen in a popup window.
### Booting a virtual machine with a UEFI BIOS ### Booting a virtual machine with a UEFI BIOS
If you want to try booting the USB with QEMU with the `tianocore` UEFI BIOS, first install the OVMF If you want to try booting the USB with QEMU with the `tianocore` UEFI BIOS, first install the OVMF
(Open Virtual Machine Firmware) packages. On Debian and Debian-based distributions run:
(Open Virtual Machine Firmware) packages.
On Debian and Debian-based distributions run:
``` shell-session ``` shell-session
# apt-get install ovmf # apt-get install ovmf


+ 2
- 2
mkdocs.yml View File

@ -40,8 +40,8 @@ nav:
- (MHUSB) Using the USB disk: usb/use.md - (MHUSB) Using the USB disk: usb/use.md
- (MHUSB) Add / Update images: usb/update.md - (MHUSB) Add / Update images: usb/update.md
- (MHUSB) Internals: usb/internals.md - (MHUSB) Internals: usb/internals.md
- (MHUSB) Advanced Options: usb/advanced.md
- (MHUSB) Troubleshooting: usb/troubleshooting.md
#- (MHUSB) Advanced Options: usb/advanced.md
- (MHUSB) FAQs: usb/faqs.md
- Routers: - Routers:
- Introduction: routers/index.md - Introduction: routers/index.md
- First Use: routers/first-use.md - First Use: routers/first-use.md


+ 14
- 28
site/404.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="/images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="/images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -74,7 +74,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href="/." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="/." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="/images/lts-icon.png" alt="logo">
<img src="/images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -171,7 +171,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href="/." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="/." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="/images/lts-icon.png" alt="logo">
<img src="/images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -317,21 +317,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="/usb/" class="md-nav__link"> <a href="/usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="/usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -345,7 +331,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="/usb/use/" class="md-nav__link"> <a href="/usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -359,7 +345,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="/usb/update/" class="md-nav__link"> <a href="/usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -372,8 +358,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="/usb/advanced/" class="md-nav__link">
Advanced Options
<a href="/usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -386,8 +372,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="/usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="/usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -740,7 +726,7 @@
<script id="__config" type="application/json">{"base": "/", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "/assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "/", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "/assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="/assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="/assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 7
- 0
site/css/extra.css View File

@ -108,3 +108,10 @@ figure figcaption {
text-align: center; text-align: center;
} }
.md-icon, .md-source__repository {
color: #ffffff;
}
.admonition p {
font-size: 120%;
}

+ 14
- 28
site/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href="." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="images/lts-icon.png" alt="logo">
<img src="images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href="." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="images/lts-icon.png" alt="logo">
<img src="images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -332,21 +332,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="usb/" class="md-nav__link"> <a href="usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -360,7 +346,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="usb/use/" class="md-nav__link"> <a href="usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -374,7 +360,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="usb/update/" class="md-nav__link"> <a href="usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -387,8 +373,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="usb/advanced/" class="md-nav__link">
Advanced Options
<a href="usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -401,8 +387,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -833,7 +819,7 @@ freedom and privacy.</p>
<script id="__config" type="application/json">{"base": ".", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": ".", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 14
- 28
site/lc230/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -386,21 +386,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/" class="md-nav__link"> <a href="../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -414,7 +400,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/use/" class="md-nav__link"> <a href="../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -428,7 +414,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/update/" class="md-nav__link"> <a href="../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -441,8 +427,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -455,8 +441,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -984,7 +970,7 @@ scripts that make it it simple to install and use it.</p>
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 16
- 30
site/lc230/troubleshooting/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href="../.." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="../.." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../../images/lts-icon.png" alt="logo">
<img src="../../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href="../.." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="../.." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../../images/lts-icon.png" alt="logo">
<img src="../../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -379,21 +379,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/" class="md-nav__link"> <a href="../../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -407,7 +393,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/use/" class="md-nav__link"> <a href="../../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -421,7 +407,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/update/" class="md-nav__link"> <a href="../../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -434,8 +420,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -448,8 +434,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -905,13 +891,13 @@ Thinkpad model) with the X230. This involves three steps:</p>
<a href="../../usb/" class="md-footer__link md-footer__link--next" aria-label="Next: Introduction" rel="next">
<a href="../../usb/" class="md-footer__link md-footer__link--next" aria-label="Next: (MHUSB) About &amp; Contents" rel="next">
<div class="md-footer__title"> <div class="md-footer__title">
<div class="md-ellipsis"> <div class="md-ellipsis">
<span class="md-footer__direction"> <span class="md-footer__direction">
Next Next
</span> </span>
Introduction
(MHUSB) About & Contents
</div> </div>
</div> </div>
<div class="md-footer__button md-icon"> <div class="md-footer__button md-icon">
@ -948,7 +934,7 @@ Thinkpad model) with the X230. This involves three steps:</p>
<script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 14
- 28
site/lc230/user-guide/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href="../.." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="../.." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../../images/lts-icon.png" alt="logo">
<img src="../../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href="../.." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href="../.." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../../images/lts-icon.png" alt="logo">
<img src="../../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -502,21 +502,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/" class="md-nav__link"> <a href="../../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -530,7 +516,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/use/" class="md-nav__link"> <a href="../../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -544,7 +530,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/update/" class="md-nav__link"> <a href="../../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -557,8 +543,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -571,8 +557,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -1398,7 +1384,7 @@ available settings for this option.</p>
<script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 14
- 28
site/le01/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -322,21 +322,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/" class="md-nav__link"> <a href="../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -350,7 +336,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/use/" class="md-nav__link"> <a href="../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -364,7 +350,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/update/" class="md-nav__link"> <a href="../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -377,8 +363,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -391,8 +377,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -772,7 +758,7 @@
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 14
- 28
site/ledc/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -322,21 +322,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/" class="md-nav__link"> <a href="../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -350,7 +336,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/use/" class="md-nav__link"> <a href="../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -364,7 +350,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/update/" class="md-nav__link"> <a href="../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -377,8 +363,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -391,8 +377,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -772,7 +758,7 @@
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 14
- 28
site/mhsw/index.html View File

@ -12,8 +12,8 @@
<meta name="author" content="Abhas Abhinav"> <meta name="author" content="Abhas Abhinav">
<link rel="icon" href="../images/lts-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.6">
<link rel="icon" href="../images/als-icon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.7">
@ -28,7 +28,7 @@
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#7e56c2">
@ -53,7 +53,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="pink">
<body dir="ltr" data-md-color-scheme="light" data-md-color-primary="deep-purple" data-md-color-accent="pink">
@ -79,7 +79,7 @@
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="Header">
<a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-header__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
<label class="md-header__button md-icon" for="__drawer"> <label class="md-header__button md-icon" for="__drawer">
@ -176,7 +176,7 @@
<label class="md-nav__title" for="__drawer"> <label class="md-nav__title" for="__drawer">
<a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo"> <a href=".." title="LibreTechShop - Documentation" class="md-nav__button md-logo" aria-label="LibreTechShop - Documentation" data-md-component="logo">
<img src="../images/lts-icon.png" alt="logo">
<img src="../images/als-icon.png" alt="logo">
</a> </a>
LibreTechShop - Documentation LibreTechShop - Documentation
@ -322,21 +322,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/" class="md-nav__link"> <a href="../usb/" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../usb/start/" class="md-nav__link">
Getting Started
(MHUSB) About & Contents
</a> </a>
</li> </li>
@ -350,7 +336,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/use/" class="md-nav__link"> <a href="../usb/use/" class="md-nav__link">
Using the USB disk
(MHUSB) Using the USB disk
</a> </a>
</li> </li>
@ -364,7 +350,7 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/update/" class="md-nav__link"> <a href="../usb/update/" class="md-nav__link">
Adding and Updating OS images
(MHUSB) Add / Update images
</a> </a>
</li> </li>
@ -377,8 +363,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/advanced/" class="md-nav__link">
Advanced Options
<a href="../usb/internals/" class="md-nav__link">
(MHUSB) Internals
</a> </a>
</li> </li>
@ -391,8 +377,8 @@
<li class="md-nav__item"> <li class="md-nav__item">
<a href="../usb/troubleshooting/" class="md-nav__link">
Troubleshooting
<a href="../usb/faqs/" class="md-nav__link">
(MHUSB) FAQs
</a> </a>
</li> </li>
@ -772,7 +758,7 @@
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script> <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js"}</script>
<script src="../assets/javascripts/bundle.1514a9a0.min.js"></script>
<script src="../assets/javascripts/bundle.01de222e.min.js"></script>
</body> </body>

+ 1
- 1
site/search/search_index.json
File diff suppressed because it is too large
View File


+ 29
- 29
site/sitemap.xml View File

@ -2,147 +2,147 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2022-01-16</lastmod>
<lastmod>2022-01-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

BIN
site/sitemap.xml.gz View File


Loading…
Cancel
Save