Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eeems-org/remarkable-debian-chroot
- Owner: Eeems-Org
- License: mit
- Created: 2023-12-23T00:24:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T19:58:14.000Z (19 days ago)
- Last Synced: 2024-12-17T20:36:16.772Z (19 days ago)
- Topics: remarkable-tablet
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```