发布时间:2013-08-22 13:24:00
In case of Ubuntu 12.04 the initramfs image is a CPIO image with LZMA compression.You can decompress it by the following:mkdir /tmp/ubuntu_bootcd /tmp/ubuntu_bootcat /cdrom/casper/initrd.lz | lzcat | cpio -iYou can do your modifications (for example the above one)And compress it.........【阅读全文】
发布时间:2013-08-22 11:36:02
Setting up PXE boot of Ubuntu 12.04 Live CDINTRODUCTIONSometimes it's nice to boot a complete operating system over a network, and not have to install to a drive or use a CD. This allows you to have diskless machines, or perform operations on an installed drive that can't be do.........【阅读全文】