| 47 |
# Get the list of udebs to install. Comments are allowed in the lists. |
# Get the list of udebs to install. Comments are allowed in the lists. |
| 48 |
UDEBS = \ |
UDEBS = \ |
| 49 |
$(shell grep --no-filename -v ^\# \ |
$(shell grep --no-filename -v ^\# \ |
| 50 |
pkg-lists/base \ |
`if [ ! "${NO_BASE}" ]; then echo pkg-lists/base; fi` \ |
| 51 |
pkg-lists/$(TYPE)/common \ |
pkg-lists/$(TYPE)/common \ |
| 52 |
`if [ -f pkg-lists/$(TYPE)/$(DEB_HOST_ARCH) ]; then echo pkg-lists/$(TYPE)/$(DEB_HOST_ARCH); fi` \ |
`if [ -f pkg-lists/$(TYPE)/$(DEB_HOST_ARCH) ]; then echo pkg-lists/$(TYPE)/$(DEB_HOST_ARCH); fi` \ |
| 53 |
| sed -e 's/^\(.*\)$${kernel:Version}\(.*\)$$/$(foreach VERSION,$(KERNELIMAGEVERSION),\1$(VERSION)\2\n)/g' \ |
| sed -e 's/^\(.*\)$${kernel:Version}\(.*\)$$/$(foreach VERSION,$(KERNELIMAGEVERSION),\1$(VERSION)\2\n)/g' \ |
| 435 |
ifeq ($(TYPE),floppy) |
ifeq ($(TYPE),floppy) |
| 436 |
cat $(DRIVEREXTRASDPKGDIR)/info/*.templates >> all-$(TYPE).utf |
cat $(DRIVEREXTRASDPKGDIR)/info/*.templates >> all-$(TYPE).utf |
| 437 |
endif |
endif |
| 438 |
cat $(DPKGDIR)/info/*.templates >> all-$(TYPE).utf |
if [ -n "`find $(DPKGDIR)/info/ -name \\*.templates`" ]; then \ |
| 439 |
|
cat $(DPKGDIR)/info/*.templates >> all-$(TYPE).utf; \ |
| 440 |
|
fi |
| 441 |
find $(TREE) -type f | xargs strings >> all-$(TYPE).utf |
find $(TREE) -type f | xargs strings >> all-$(TYPE).utf |
| 442 |
|
|
| 443 |
ifeq ($(TYPE),floppy) |
ifeq ($(TYPE),floppy) |