mkimage-profiles/lib
Michael Shigorin 75f7c62bd1 initial build-vm feature
Yes, mkimage-profiles is now able to build VM disk images.
So far the support is pretty basic:

- a single hard drive image with a single partition/FS
- only stock root password is configurable
- LILO is hardwired as a bootloader

The resulting images tend to boot under qemu/kvm though.

Please see doc/vm.txt for the warning regarding additional
privileges and setup required.  This was started back in
February but I still hoped to avoid sudo/privileged helper
(and libguestfs is almost as undistributable as can be)...

Thanks:

- http://blog.quinthar.com/2008/07/building-1gb-bootable-qemu-image-using.html
- Alexey Morarash who reworked that as https://github.com/tuxofil/linsygen
- led@, legion@, vitty@, aen@ for providing advice and inspiration
2012-06-18 21:56:46 +03:00
..
build.mk no build means *no* build (and less reports), really 2012-05-06 19:17:10 +03:00
check.mk lib/check.mk: catch missing READMEs for features 2012-05-16 13:48:12 +03:00
clean.mk initial frontend support 2012-05-14 20:48:21 +03:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk lib/distro.mk: tiny ISO info tweak 2012-05-10 21:19:32 +03:00
functions.mk use PATH instead of hardwired pathlets 2012-04-07 15:45:40 +03:00
help.mk initial build-vm feature 2012-06-18 21:56:46 +03:00
kernel.mk introduced lib/kernel.mk helper makefile 2012-04-23 23:10:29 +03:00
log.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
profile.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
README docs: minor updates 2012-01-02 21:01:09 +02:00
report.mk initial target tracing support and reporting 2012-03-19 19:23:38 +02:00
sugar.mk plant SHELL beacons into all config-forming rules 2012-03-19 19:23:38 +02:00
ve.mk ve/generic += openssh suite 2012-03-25 21:46:45 +03:00
vm.mk initial build-vm feature 2012-06-18 21:56:46 +03:00

Этот каталог содержит вспомогательные makefiles,
обеспечивающие основную функциональность создания
конфигурации образа и генерации соответствующего
профиля для сборки; см. тж. ../conf.d/.

Следует помнить, что будучи включаемыми в ../main.mk,
они работают в каталоге верхнего уровня.