赞
踩
Thinstation搭建以及编译镜像—心得
衷心感谢:
https://max.book118.com/html/2018/0704/8016131050001114.shtm
没有这篇文章, 我绝对不可能成功, 只看着一篇就足矣。
df -h 查看空间
ls 列目录文件
(1)在linux系统中(ubuntu或者debian),安装好git。
sudo apt-get install git
(2)从git上将thinstation的代码clone下来,-b 后面带上具体的版本
git clone --depth 1 git://github.com/Thinstation/thinstation.git
(3)成功后换成root :
sudo su root 换成root
passwd root 改密码
(4) sudo nautilus 设置为所有权限, 这样才能修改 build.conf
(5)进入到thinstation目录
(6) 运行./setup_chroot,打开后按Q(不是退出,退出时exit) 这个脚本会对当前的环境进行初始化
(7)编译:运行./build
(8)生成的镜像在boot-image目录下,根据需要选择有iso,pxe等。
我本来是想在thinstation中装 VMware Horizon Client 4.10, 注意: 版本不匹配
thinstation 只能默认装 VMware Horizon Client 低版本
总结: thinstation 做远程桌面还可以, 想做Horizon-Client 不适合
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。