修改: README.md
This commit is contained in:
parent
8864cafdb1
commit
cb210ae0a7
@ -1,4 +1,7 @@
|
|||||||
# ChrootOnAndroid
|
# ChrootOnAndroid
|
||||||
|
设备
|
||||||
|
Sony lt18i, CM 11, Android 4.4.4, Kernel 3.4.0
|
||||||
|
|
||||||
参考
|
参考
|
||||||
https://wiki.debian.org/chroot
|
https://wiki.debian.org/chroot
|
||||||
https://wiki.debian.org/ChrootOnAndroid
|
https://wiki.debian.org/ChrootOnAndroid
|
||||||
@ -25,7 +28,8 @@
|
|||||||
debian arm chroot linux镜像制作方法,
|
debian arm chroot linux镜像制作方法,
|
||||||
http://webthen.net/thread-140-1-2.html
|
http://webthen.net/thread-140-1-2.html
|
||||||
|
|
||||||
|
arm linux(raspberrypi)真机操作
|
||||||
|
|
||||||
mount /dev/block/mmcblk0p2 /mnt
|
mount /dev/block/mmcblk0p2 /mnt
|
||||||
debootstrap --foreign --arch armel wheezy /mnt http://ftp.cn.debian.org/debian/
|
debootstrap --foreign --arch armel wheezy /mnt http://ftp.cn.debian.org/debian/
|
||||||
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C chroot /mnt /debootstrap/debootstrap --second-stage
|
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C chroot /mnt /debootstrap/debootstrap --second-stage
|
||||||
|
Loading…
Reference in New Issue
Block a user