2009-07-01から1ヶ月間の記事一覧

windowsからubuntu USBを作る。ためのファイルを作る。

小さなubuntuシステムを作る http://d.hatena.ne.jp/tnks/20090504/1241434257 作業用ディレクトリにコピーする # mkdir /tmp/ubuntu # rsync -a --delete --delete-excluded \ --exclude='/proc/*' \ --exclude='/sys/*' \ --exclude='/dev/*' \ --exclude=…

initramfs

http://www.linux.or.jp/JF/JFdocs/kernel-docs-2.6/filesystems/ramfs-rootfs-initramfs.txt.html

壁紙

# xloadimage -onroot -center filename

initrd.gz

http://blog.gcd.org/archives/51053466.html(cd /usr/src/initramfs/; find . | cpio -o -H newc ) | gzip > initrd.gz