diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
commit | c3a2ce09e9d5df86762670cafe358b2470e037b7 (patch) | |
tree | 72817edde2cbdd88b9f28a551c06daafed958f4c /2/readme.md | |
parent | 466e2aad64e39c266d242ef3f17a61b885ed7f59 (diff) |
add rice script
Diffstat (limited to '2/readme.md')
-rw-r--r-- | 2/readme.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/2/readme.md b/2/readme.md index 333e8f1..97acd9a 100644 --- a/2/readme.md +++ b/2/readme.md @@ -1,7 +1,12 @@ -I used [this][img] image, and stripped it down by removing xfce, x11, lightdm, -plymouth, etc. +I used [this][img] image as a base, and stripped it down using the steps +recorded in [rice.sh](./rice.sh). This script can be run from the above image +by doing the following: -BeagleBone is on kernel `5.10.168-ti-r71`. +``` + (login as `debian` with password `temppwd`) + +$ curl -sLo- https://git.pipeframe.xyz/school/drvo/plain/2/rice.sh | sudo sh -s +``` [img]: https://www.beagleboard.org/distros/am335x-11-7-2023-09-02-4gb-emmc-xfce-flasher |