Quick Start Guide
3 Building Images with the SDK
VMware Image for Linux Software Developers Kit (SDK) Quick Start Guide 8
7. Press Enter to accept the default options for the remaining prompts.
Figure 3-5. Configuration Prompts
NOTE
The build process may take several minutes to complete.
8. Once the build process is complete, verify that the images listed below are under <install
directory>/linux/images/.
$ ls linux/images/
Figure 3-6. Installed Images
9. Build the root file system for NFS from the installation directory.
$ mkdir linux/nfs
$ make
10. Copy the built images to tftp directory.
$ cp linux/images/* /tftpboot/
image.bin imageu.bin imagez.bin linux.bin linuxz.bin
image.without_header linux.without_header romfs.img
rootfs.img romfs-inst.log
Default all settings (lose changes)
(DEFAULTS_OVERRIDE) [N/y] (NEW)
Customize Kernel Settings (DEFAULTS_KERNEL) [N/y]
(NEW)
Customize Application/Library Settings
(DEFAULTS_VENDOR) [N/y] (NEW)
Update Default Vendor Settings
(DEFAULTS_VENDOR_UPDATE) [N/y] (NEW)
...