Add distro selection

This commit is contained in:
timoxa0 2024-02-25 00:04:55 +05:00
parent 999bab5612
commit aa305797f9
2 changed files with 6 additions and 6 deletions

View file

@ -9,9 +9,9 @@
- Rooted Android
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images) (ubuntu.img или arch.img)
- [Rootfs image](./distros-en.md)
- [Kernel image](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu.boot.img)
- [Kernel image](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu-gc033672c6f54.boot.img)
- [UEFI installer](https://timoxa0.su/share/nabu/uefi-installer-nabu.zip)
@ -23,7 +23,7 @@
```
fastboot flash linux <rootfs.img>
```
> Replace <rootfs.img> with path to ubuntu.img or arch.img
> Replace <rootfs.img> with path to rootfs image
#### Reboot to bootloader
```

View file

@ -9,9 +9,9 @@
- Android с root-правами
- [Образ rootfs](https://timoxa0.su/?dir=share/nabu/images) (ubuntu.img или arch.img)
- [Образ rootfs](./distros-ru.md)
- [Образ ядра](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu.boot.img)
- [Образ ядра](https://timoxa0.su/share/nabu/images/linux-6.1.10-nabu-gc033672c6f54.boot.img)
- [Установщик UEFI](https://timoxa0.su/share/nabu/uefi-installer-nabu.zip)
@ -23,7 +23,7 @@
```
fastboot flash linux <rootfs.img>
```
> Замените <rootfs.img> на путь к ubuntu.img или arch.img
> Замените <rootfs.img> на путь к образу rootfs
#### Перезапуститесь в bootloader
```