]> Zhao Yanbai Git Server - minix.git/commit
Boot-to-ramdisk image generation scripts 13/3313/2 140/head
authorJean-Baptiste Boric <jblbeurope@gmail.com>
Tue, 6 Oct 2015 06:58:08 +0000 (08:58 +0200)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Mon, 21 Mar 2016 20:01:20 +0000 (21:01 +0100)
commita7a79fa1f56459d4581874d33595a897559e1cda
treee40145db55afa7d8f376c07a96f2e393e18baa96
parent135965dc20d4d7bb45af872ddf476eca4db018bd
Boot-to-ramdisk image generation scripts

Scripts for generating boot-to-ramdisk images are now available. These
can be used for example to boot from PXE or from a USB stick, as the
ramdisk are self-contained and do not rely on any block devices after
being loaded into RAM.

The image generation framework has also been slightly cleaned up in
order to better accomodate tarball sets bundling in images.

Change-Id: I65a176832bd0d6954b430fa8305f90af0bd606c1
etc/rc
minix/drivers/storage/ramdisk/rc
releasetools/image.defaults
releasetools/image.functions
releasetools/release/cd/README.TXT
releasetools/release/ramdisk/etc/issue [new file with mode: 0644]
releasetools/x86_cdimage.sh
releasetools/x86_hdimage.sh
releasetools/x86_ramimage.sh [new file with mode: 0755]
releasetools/x86_usbimage.sh [new file with mode: 0755]