+ -
当前位置:首页 → 问答吧 → Linux From Scratch 6.5正式版出来了

Linux From Scratch 6.5正式版出来了

时间:2009-08-18

来源:互联网

Linux From Scratch 6.5正式版出来了

Linux From Scratch (LFS) 6.5 has been released. Linux From Scratch isn't a distribution in the traditional sense of the word, but rather a book containing a set of instructions for building a base Linux system from source code. From the release announcement: "The Linux From Scratch community is pleased to announce the release of LFS version 6.5. This release includes numerous changes from LFS 6.4 (including updates to Linux kernel 2.6.30.2, GCC 4.4.1, and glibc 2.10.1) and security fixes. It also includes editorial work on the explanatory material throughout the book, improving both the clarity and accuracy of the text." Besides the above-mentioned updates, the new version of Linux From Scratch also includes Bash 4.0, module-init-tools 3.10, udev 145 and many of the very latest GNU packages. The complete 314-page book is available either as an online resource or as a downloadable file in HTML (175kB), XML (522kB) and PDF (1,453kB) formats. Happy compiling!


来源:http://distrowatch.com/?newsid=05627

作者: 32idea   发布时间: 2009-08-18

刚学习了6.5rc2的安装,现在去看有什么不同。

作者: tlze   发布时间: 2009-08-18

没见有liveCD下载啊。只有手册。

作者: DebianEdu   发布时间: 2009-08-18

LiveCD 已没有人维护且久未更新,但不要紧,其系统依然能满足作为宿主系统的要求,只要把包下回来,一样可以照干。

作者: d00m3d   发布时间: 2009-08-18

一百多人进来看,只有三个人回哟。好像大家对新东西没什么兴趣。
LIVECD要是一直不更新,总有一天要不合适的哟。
只可惜本人水平有限,只能做到拿来主义。

作者: zhfg   发布时间: 2009-08-19

livecd 自己去更新

装个新版本的 alfs, 下载新的包就 ok 了

建议去看看 hints 的 lfscd remastering howto

http://www.linuxfromscratch.org/hint...ring-howto.txt

作者: ServerOnly   发布时间: 2009-08-20

jhalfs-2.3.2 正是为 6.5 而生的:

http://www.linuxsir.org/bbs/thread354442.html

作者: d00m3d   发布时间: 2009-08-20

http://www.linuxfromscratch.org/lfs/news.html

作者: cqcya   发布时间: 2009-08-21

我等CLFS等的花都谢了。

作者: echo   发布时间: 2009-08-26

CLFS 就不要等了,直用 SVN 的算了

作者: d00m3d   发布时间: 2009-08-26

引用:
作者: d00m3d
LiveCD 已没有人维护且久未更新,但不要紧,其系统依然能满足作为宿主系统的要求,只要把包下回来,一样可以照干。
有没有支持ext4的livecd,想直接用ext4做root分区

作者: iamfool   发布时间: 2009-08-28

官方的 LFS LiveCD 就没有了,但其实想用 ext4 也不难,想用 ext4 做根分区亦不难,只要满足下列条件:

1. 宿主系统的内核当然要支持 ext4,版本以 2.6.30.x 以後的为佳,较早的版本虽然也能支持,但有 bug,有数据丢失之险

2. e2fsprog 版本要 1.41.3 或以後,否则无法挂载 ext4 分区

3. 新系统的 GRUB 要打个 ext4 补丁,这个补丁可以在 CLFS 的 repository 里下

http://patches.cross-lfs.org/
http://patches.cross-lfs.org/dev/grub-0.97-ext4-1.patch

还有一法,可以在先预留分区,完成系统後再迁移过去:

http://www.linuxsir.org/bbs/thread343284.html

Hope this help!

作者: d00m3d   发布时间: 2009-08-29