kmod.whitelist \
kmod.whitelist.in \
packagelist.in \
- init
+ init \
+ debian/modules/install_kernel \
+ debian/modules/y0_install-guestfsd \
+ debian/modules/z99_final-cleanups \
+ debian/debirf.conf.in
# Build the root filesystem (appliance).
# Currently this is arch-dependent, so it seems like putting it in
endif
+# Extra symlinks needed by the Debian appliance.
+debirf_symlinks = \
+ a0_motd \
+ a0_prep-root \
+ network \
+ root-bashrc \
+ serial-terminal \
+ z0_remove-aptitude \
+ z0_remove-locales \
+ z1_clean-root
+noinst_DATA = $(debirf_symlinks:%=debian/modules/%)
+$(debirf_symlinks:%=debian/modules/%): stamp-debirf-modules
+stamp-debirf-modules:
+ for f in $(debirf_symlinks); do \
+ ln -sf /usr/share/debirf/modules/$$f debian/modules/$$f; \
+ done
+
#----------------------------------------------------------------------
# Extra rules for testing the appliance.