From 76f977e0736cbb88de72e534c1bc185f19877083 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 28 Nov 2025 15:23:59 +0100 Subject: [PATCH 1/2] Add two additional dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb2632..4d23c5b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We will also setup a 100 GB large RAM disc to use as storage for temporary files - If you use KVM as hypervisor (ProxmoxVE, virt-manager, vserver) install the qemu guest tools: `apt install qemu-guest-agent` - Install the dependencies and the build toolchain - `apt install pkg-config liblzma-dev libsqlite3-dev libzstd-dev cargo make scdoc sqlite3 devscripts sbuild mmdebstrap uidmap diffoscope-minimal` + `apt install pkg-config liblzma-dev libsqlite3-dev libzstd-dev cargo make scdoc sqlite3 devscripts sbuild mmdebstrap uidmap diffoscope-minimal libstring-shellquote-perl equivs` - Create system user for the rebuilderd services: ``` # Create rebuilderd system user and group From 1dfc9252b2bfc49a069c3e30e8e909c105359cd9 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 28 Nov 2025 15:24:25 +0100 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d23c5b..cc2a805 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ sudo cp -rv * /var/www/html/ Trixie ships rebuilderd, so if you just want to test rebuilding Trixie you actually don't need to build from source. The Trixie package uses /var/lib/ instead of /srv as data directory though, so not all parts of this tutorial are directly applicable. -For testing or unstable it's propably still the best way to go to use the [upstream repository](https://github.com/kpcyrd/rebuilderd) by [kpycrd](https://github.com/kpcyrd). +For testing or unstable it's propably still the best way to go to use the [upstream repository](https://github.com/kpcyrd/rebuilderd) by [kpcyrd](https://github.com/kpcyrd). I myself used the upstream repo to setup my Trixie rebuilderd main and worker nodes. It was simply less work to build and setup from scratch instead of figuring out where I would have to change Debians default configuration.