Home | History | Annotate | Download | only in diskinstaller

Lines Matching refs:image

64 # Build the installer ramdisk image
85 @echo ----- Making installer image ------
114 # Now the installer boot image which includes the kernel and the ramdisk
133 $(call pretty,"Target installer image: $@")
137 # Now make a data image that contains all the target image files for the
163 @echo --- Making installer data image ------
174 @echo --- Finished installer data image -[ $@ ]-
177 # now combine the installer image with the grub bootloader
189 @echo "Creating bootable installer image: $@"
195 @echo "Done with bootable installer image -[ $@ ]-"
213 @echo "Creating bootable android system-disk image: $@"
219 @echo "Done with bootable android system-disk image -[ $@ ]-"
227 @echo "Creating bootable android data-disk image: $@"
233 @echo "Done with bootable android data-disk image -[ $@ ]-"
238 # now convert the installer_img (disk image) to a VirtualBox image
250 @echo "Done with VirtualBox bootable installer image -[ $@ ]-"
263 @echo "Done with VirtualBox bootable system-disk image -[ $@ ]-"
272 @echo "Done with VirtualBox bootable data-disk image -[ $@ ]-"