bjr,
pouvez vous m’aider sur ca?:
extrait de networkedmediatank.com/showt … ?tid=16317
je ne comprends pas tout
pouvez vous me donner une explication?
cordialement
"
Thanks a lot for the post! It’s been a very inspiring idea – I didn’t expect that installing Debian on Popcorn can be that straightforward. But here is an even simpler way to have it done, provided that you have a desktop PC running Debian (I guess Ubuntu should work as well).
On the desktop you install debootstrap and prepare the base package:
Code:
apt-get install debootstrap
mkdir debian
debootstrap --arch mipsel --foreign etch debian
tar -cvzf nmt-debian.tgz debian
Then you have to copy the nmt-debian.tgz file to your Popcorn’s hard drive, telnet to the Popcorn, and do the second stage of the installation:
Code:
cd /share
tar -xvzpf nmt-debian.tgz
chroot debian /bin/bash
export PATH=$PATH:/usr/bin:/usr/sbin
debootstrap/debootstrap --second-stage
exit
After ~20 minutes you’ll have a working Debian chroot with all the base packages installed Smile
"
comment fonctionne debian nouvellement installer?