
Linux from scrach
iteye_17363
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
www.linuxfromscratch.org
Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code. Currently, the Linux From Scratch organ...原创 2012-10-10 14:54:26 · 218 阅读 · 0 评论 -
http://www.linuxfromscratch.org/lfs/
What is Linux From Scratch? Why would I want an LFS system? What can I do with my LFS system? Who's who:原创 2012-10-11 12:00:18 · 144 阅读 · 0 评论 -
linux 构建脚本1
export SYSDIR=/opt/mylinux mkdir -pv $SYSDIR mount /dev/sdb $SYSDIR mkdir -pv $SYSDIR/sources mkdir -pv $SYSDIR/build chmod -v a+wt $SYSDIR/{sources,build} mkdir -pv $SYSDIR/tools ln ...原创 2012-10-25 16:33:15 · 78 阅读 · 0 评论