mount -o remount,ro rootfs /
Creating chroot mountpoint at /debian
[ -d /debian ]
[ -e /debian ]
echo Creating chroot mountpoint at /debian
mkdir /debian
mkdir: can't create directory '/debian': Read-only file system
chmod 755 /debian
chmod: /debian: No such file or directory
make_debian_symlink
./create-debian-setup.sh: line 51: make_debian_symlink: not found
grep ext2 /proc/filesystems
Create the image file:
[ -z ext2 ]
echo Create the image file:
test -e /storage/sdcard1/debian.img
dd if=/dev/zero of=/storage/sdcard1/debian.img seek=1024 bs=1M count=1
1+0 records in
1+0 records out
No mount dir found (/debian) or no image_path (/storage/sdcard1/debian.img)
1048576 bytes (1.0MB) copied, 97.559971 seconds, 10.5KB/s
test -d /debian
echo No mount dir found (/debian) or no image_path (/storage/sdcard1/debian.img)
Here is the part of the log install: [...]
+ exit 1
stop-debian.sh [...]