-
BT4正式版集成和汉化定制方法及附属文件下载
资源介绍
硬盘安装好BT4,虚拟机里也行,把BT4正式版复制到/root/ 重命名为bt4.iso
不重命名也行,输多几个字母而已
第一步,将squashfs文件释放出来
mkdir -p /root/BUILD
mv bt4.iso /root/BUILD
cd /root/BUILD/
mkdir mnt
mount -o loop bt4.iso mnt/
mkdir extract-cd
rsync --exclude=/casper/filesystem.squashfs -a mnt/ extract-cd
mkdir squashfs
mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs
mkdir edit
cp -a squashfs/* edit/
cp /etc/resolv.conf edit/etc/
cp /etc/hosts edit/etc/
cp /etc/fstab edit/etc/
mount --bind /dev/ edit/dev
chroot edit
这个时候,已经进入到自己需要定制的系统,可以根据需要需求安装、删除软件
安装spoonwep wpa minidwep-gtk-bt4.deb
下载allspoon.rar解压后把allspoon.deb和minidwep-gtk-bt4.deb复制到/root/BUILD/tmp/
cd /root/BUILD/tmp/
dpkg –i allspoon.deb
dpkg -i minidwep-gtk-bt4.deb
安装完后删除安装文件
rm –rf /root/BUILD/tmp/*.deb
安装QQ
- 上一篇: BackTrack4_BT4官方版_U盘教程
- 下一篇: BT4使_用_教_程