Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

July 22, 2020

Xiaomi Redmi Note 7 · phhusson/treble_experimentations Wiki · GitHub

Notes about tinkering with Android Project Treble. Contribute to phhusson

Note: Archlinux bcache chroot

In order to have bcache

sudo -i
modprobe bcache
partprobe

#Now, /dev/bcache* should be present, and you can carry on mounting, reformatting, etc. from here.

for lvm2

lvmdiskscan
lvdisplay
#give you the name of the lvm2 device

mount the lvm2 in /mnt

mount boot in /mn/boot

mount efi in /mnt/boot/efi

#install chroot script
pacman -Sy arch-install-scripts
arch-chroot /mnt /bin/bash

#update mkinitcpio
mkinitcpio -p linux

or update kernel for example

pacman -Sy linux

#DONE !