Linux Distribution / ROM

Linux发行版

http://unix.stackexchange.com/questions/87011/how-to-easily-build-your-own-linux-distro 这个文档描述了不同的类别的情况

http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch-kickstart2.html covers kickstart installations of CentOS

https://help.ubuntu.com/community/LiveCDCustomizationhttps://help.ubuntu.com/lts/installation-guide/i386/appendix-preseed.htmlhttps://wiki.debian.org/DebianInstaller/Preseed Of course you can customize Fedora etc.

http://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD

https://www.yoctoproject.org/documentation/hob-manual-16 HOB这个工具通过GUI即可实现

ROM

http://blog.csdn.net/ygm_linux/article/details/19493431

时间: 2024-12-21 13:26:02

Linux Distribution / ROM的相关文章

How to find out what linux distribution you are using?

Most of the time, we know what linux distribution we are working on. However, if you are connected to a server via ssh, you may not know whether you are using debian or centos. Then how can you find out? cat /etc/issue

[转] virt-builder, to trivially create various Linux distribution guest images

http://kashyapc.com/2014/01/27/virt-builder-to-trivially-create-various-linux-distribution-guest-images/ I frequently use virt-builder (part of libguestfs-tools package) as part of my work flow. Rich has extensively documented it, still I felt it's w

OpenSUSE Leap 42.1 KDE Ultmate Linux Distribution终极Linux系统试用与SSH连接

系统安装环境: #一台旧笔记本电脑 #CPU Intel(R) Core(TM) i3 M 380 2.53GHz (4核) #内存 1G #硬盘存储 250G #系统型号 OpenSUSE Leap 42.1 KDE OpenSUSE从开发代号13,一下子飞跃到42,代表的是一个质的飞跃和全新的开始.我是这么期待的.但是系统安装到旧的笔记本电脑(2010年生产)上,运行很卡顿,可能是电脑太旧了. 下面是一些截图: 也只能说还好吧,要说有多么惊艳,我也不认同.总体感觉很漂亮,但是很多细节没有处理

【转】刚发现一个linux在线文档库。很好很强大。

原文网址:http://blog.csdn.net/longxibendi/article/details/6048231 1.网址: http://www.mjmwired.net 2.比如查看这个 proc.txt ,就在这里能找到. http://www.mjmwired.net/kernel/Documentation/filesystems/proc.txt 内核参数解释全在这里了.不过,也可以下载内核完源代码,从/usr/src/linux/Documentation/proc.tx

linux 网桥的配置与实现

==================================================================================from: http://www.ibm.com/developerworks/cn/linux/kernel/l-netbr/index.htmlALinux网桥的实现分析与使用文档选项未显示需要 JavaScript的文档选项 打印本页 将此页作为电子邮件发送级别: 初级祝顺民([[email protected]?subject

25个Linux相关的网站【转】

转自:http://www.cnblogs.com/Lindaman/p/4552805.html 下面是25个最具有影响力,也是最重要的Linux网站,这些网站提供了Linux的分发包,软件,文件,新闻,以及其它所有的关于Linux的东西.关于Linux的分发包历史,可以看看本站的这篇文章<Linux Distribution Timeline> 1. Linux.org 这个站点主要提供Linux相关的新闻.文档.教程,培训,以及其它一切和Linux相关的东西.这是你需要了解Linux开源

Linux的网卡由eth0变成了eth1,如何修复(MAC地址不一致了)

Linux的网卡由eth0变成了eth1,如何修复 使用wmware安装了linux,安装成功后,使用的网卡是eth0,没有eth1.但是用过一段时间后,不知道为什么eth0无法使用,系统却自动生成了eth1网卡,这可以使用ifconfig命令看的到. [user@localhost ~]$ ifconfig eth1      Link encap:Ethernet  HWaddr 00:0C:29:A9:22:9D inet addr:192.168.1.108  Bcast:192.168

linux 目录结构(转)

原文:http://www.centoscn.com/CentOS/2014/1222/4347.html linux 目录结构 /: 根目录,一般根目录下只存放目录,不要存放文件,/etc./bin./dev./lib./sbin应该和根目录放置在一个分区中/bin:/usr/bin: 可执行二进制文件的目录,如常用的命令ls.tar.mv.cat等./boot: 放置linux系统启动时用到的一些文件./boot/vmlinuz为linux的内核文件,以及/boot/grub.建议单独分区,

找出Linux的名称,版本以及内核详细

This short tutorial is intended to help newbies who don't know how to find out the Linux distribution name, version and kernel details via command line. Method 1 – Distribution & Version Details Command: cat /etc/*-release Sample Output On CentOS 6.4