Debian on Synology RS814+ March 11, 2024 03:35AM |
Registered: 8 months ago Posts: 2 |
Re: Debian on Synology RS814+ March 11, 2024 02:04PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on Synology RS814+ March 14, 2024 05:10AM |
Registered: 8 months ago Posts: 2 |
sudo debootstrap --arch=amd64 bookworm debian "https://ftp.debian.org/debian"(I needed to use sudo...)
tar -czf debian.tar.gz debian
gunzip debian.tar.gzworked flawless.
tar -xvf debian.tardidn't. It errored out telling me that it was not able to extract all files. Why? No idea.
cd debianwas obviously successful.
mount -t proc none ./procThis errors out, because it requires 'sudo'. When I use sudo, my user is changed to root and I am not in the same folder anymore. Also I am not able to find the volume
chroot ./ /bin/bashworks out fine.
/debootstrap/debootstrap --second-stage