在fedora (chrooted )上,安装debian
Hujiuxiang
・1 分钟阅读
在fedora (chrooted )上,安装debian
debootstrap --arch i386 lenny /opt/debian ftp://debian.das.ufsc.br/pub/debian/
示例输出
mkdir /opt/debian ; DEBIAN=/opt/debian ; export mounthe=?mount -o bind? ; mounthe /sys $DEBIAN/sys ; mounthe /proc $DEBIAN/proc ; mounthe /dev $DEBIAN/dev ; mounthe /tmp $DEBIAN/tmp ; yum -y install debootstrap ; debootstrap ?arch i386 lenny /opt/debian ftp://debian.das.ufsc.br/pub/debian/ chroot $DEBIAN /bin/bash export DISPLAY=:0.0