I'm sharing this simple walkthrough for everyone's reference on how to install the default or full setup of Kali with Linux Deploy.
Here's what I did on my GT-N7000 with Kali on Linux Deploy:
Code:
[19:21:38] >>> begin: status
[19:21:38] Linux Deploy version: 1.3.9-72
[19:21:38] Android version: 4.0.4
[19:21:38] Device: samsung GT-N7000
[19:21:38] CPU: ARMv7 Processor rev 1 (v7l)
[19:21:38] MemTotal: 827492 kB
[19:21:38] SwapTotal: 0 kB
[19:21:38] Support loop device: yes
[19:21:38] Supported file systems: ext2 ext3 ext4 fuseblk j4fs msdos vfat
[19:21:38] Active system: Kali GNU/Linux 1.0
[19:21:38] Running services:
[19:21:38] * SSH: yes
[19:21:38] * VNC: yes
[19:21:38] Mounted parts on Linux:
[19:21:38] * /
[19:21:38] * /proc
[19:21:38] * /sys
[19:21:38] * /dev
[19:21:38] * /dev/pts
[19:21:38] * /dev/shm
[19:21:38] Available mount points:
[19:21:38] * /system: 0.0/0.8 GB (ext4)
[19:21:38] * /cache: 0.2/0.2 GB (ext4)
[19:21:38] * /efs: 0.0/0.0 GB (ext4)
[19:21:38] * /data: 0.3/2.0 GB (ext4)
[19:21:38] * /mnt/sdcard: 9.4/11.1 GB (vfat)
[19:21:38] * /mnt/sdcard/external_sd: 6.2/29.7 GB (vfat)
[19:21:38] Available partitions:
[19:21:38] * /dev/block/mmcblk1p1: 31.9 GB (Win95 FAT32 (LBA))
[19:21:38] <<< end: status
Checked my storage first, and you'll notice later why I didn't go for it, don't have enough space for any of the two:
Code:
root@localhost:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop3 4.0G 1.3G 2.5G 35% /
tmpfs 405M 76K 404M 1% /dev
tmpfs 405M 0 405M 0% /dev/shm
Look for the packages
Code:
root@localhost:~# apt-cache search kali-linux
kali-linux (2,667 MB) ~ Penetration testing and security auditing distribution, default system
kali-linux-full (2,703 MB) ~ Penetration testing and security auditing distribution, full system
I will stop here as stated earlier, I don't have enough space to proceed with the installation as I only have 2.5Gb free of space. Wish this one helps. Thank you.
./Raleigh