Forrest logo
back to context overview

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 machine
    explain this command
  • abroot:tldr:93de0 abroot: Display help.
    $ abroot --help
    try on your machine
    explain 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 machine
    explain this command
  • abroot:tldr:aa0d0 abroot: Enter the transactional shell in the future root partition and switch root on the next boot.
    $ sudo abroot shell
    try on your machine
    explain this command
  • abroot:tldr:d25dc abroot: Update the boot partition (for advanced users only).
    $ sudo abroot _update-boot
    try on your machine
    explain this command
  • abroot:tldr:dfb72 abroot: Display version.
    $ abroot --version
    try on your machine
    explain 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 machine
    explain this command
back to context overview