Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eeems-org/remarkable-debian-chroot

A minimal Debian chroot for the reMarkable tablet
https://github.com/eeems-org/remarkable-debian-chroot

remarkable-tablet

Last synced: 3 days ago
JSON representation

A minimal Debian chroot for the reMarkable tablet

Awesome Lists containing this project

README

        

[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)[![rmpp](https://img.shields.io/badge/rMPP-supported-green)](https://remarkable.com/store/overview/remarkable-paper-pro)

reMarkable Debian Chroot
========================

Scripts to automate creating and maintaining a minimal debian chroot on a reMarkable tablet.

### Install Automagic
```
sh -c "$(wget https://raw.githubusercontent.com/Eeems-Org/remarkable-debian-chroot/master/install.sh -O-)"
```

### Uninstall Automagic
```
sh -c "$(wget https://raw.githubusercontent.com/Eeems-Org/remarkable-debian-chroot/master/install.sh -O-)" _ uninstall
```

### Usage
Make sure `/home/root/.local/bin` is on your path.

#### Run command in chroot

```bash
debian-chroot lsb_release -a
```

#### Enter interactive console inside chroot

```bash
debian-chroot
```