Home | History | Annotate | Download | only in diskinstaller

Lines Matching defs:installer

53 define installer-copy-modules
64 # Build the installer ramdisk image
67 installer_ramdisk := $(TARGET_INSTALLER_OUT)/ramdisk-installer.img
69 installer_config := $(diskinstaller_root)/installer.conf
85 @echo ----- Making installer image ------
98 @echo Copying installer base files...
99 $(call installer-copy-modules,$(TARGET_OUT),\
106 $(TARGET_INSTALLER_SYSTEM_OUT)/etc/installer.conf
107 cp -f $(installer_binary) $(TARGET_INSTALLER_SYSTEM_OUT)/bin/installer
111 @echo ----- Made installer ramdisk -[ $@ ]-
114 # Now the installer boot image which includes the kernel and the ramdisk
133 $(call pretty,"Target installer image: $@")
138 # installer.
163 @echo --- Making installer data image ------
174 @echo --- Finished installer data image -[ $@ ]-
177 # now combine the installer image with the grub bootloader
182 INSTALLED_DISK_INSTALLER_IMAGE_TARGET := $(PRODUCT_OUT)/installer.img
189 @echo "Creating bootable installer image: $@"
195 @echo "Done with bootable installer image -[ $@ ]-"
240 INSTALLED_VBOX_INSTALLER_IMAGE_TARGET := $(PRODUCT_OUT)/installer.vdi
250 @echo "Done with VirtualBox bootable installer image -[ $@ ]-"