
abroot
List of commands for abroot:
-
abroot:tldr:6363f abroot: Output the current or future root partition state.$ sudo abroot get ${select}try on your machineexplain this command
-
abroot:tldr:9b18c abroot: Execute a specific command in the transactional shell in the future root partition and switch to it on the next boot.$ sudo abroot exec "${command}"try on your machineexplain this command
-
abroot:tldr:aa0d0 abroot: Enter the transactional shell in the future root partition and switch root on the next boot.$ sudo abroot shelltry on your machineexplain this command
-
abroot:tldr:d25dc abroot: Update the boot partition (for advanced users only).$ sudo abroot _update-boottry on your machineexplain this command
-
abroot:tldr:dfb72 abroot: Display version.$ abroot --versiontry on your machineexplain this command
-
abroot:tldr:e1ede abroot: Install specific packages in the host inside the transactional shell in the future root partition and switch to it on the next boot.$ sudo abroot exec apt install ${package1 package2 ---}try on your machineexplain this command