linux:slitaz:how-to-create-livecd-iso
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:slitaz:how-to-create-livecd-iso [2010/04/16 23:35] – 64.233.172.20 | linux:slitaz:how-to-create-livecd-iso [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | 假设已经chroot到slitaz目录: | ||
+ | 查看一下当前目录结构,其中rootfs, | ||
+ | 其中rootcd就是整个LiveCD, | ||
+ | / | ||
+ | chroot_in_env.sh | ||
+ | 用来创建ISO的命令: | ||
+ | < | ||
+ | / | ||
+ | n -c boot/ | ||
+ | -charset iso8859-1 -boot-info-table rootcd | ||
+ | Size of boot image is 4 sectors -> No emulation | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | Total translation table size: 2048 | ||
+ | Total rockridge attributes bytes: 5584 | ||
+ | Total directory bytes: 12288 | ||
+ | Path table size(bytes): | ||
+ | Max brk space used 12000 | ||
+ | 28500 extents written (55 MB) | ||
+ | </ | ||
+ | | ||
+ | |||
+ | | ||
+ | 可以看到生成的ISO文件变大了,之前只有30M,这是因为我安装了mplayer, |