From 66a693b46b3906949c9197472c16a9deafa1c6ae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Aug 2007 15:02:57 +0000 Subject: add a fallback-modules.alias to be used in a chroot (where we don't have the modules.alias corresponding to the running kernel) --- lst/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lst/Makefile') diff --git a/lst/Makefile b/lst/Makefile index a1e826f0..d15d96ea 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -53,3 +53,5 @@ install: $(TMP_TABLES) $(TABLES3) mkdir -p $(modprobe_dir) install -m 644 modprobe.conf $(modprobe_dir)/$(project).conf + + install -m 644 `ls -tr /lib/modules/*/modules.alias | tail -1` $(dir)/fallback-modules.alias -- cgit v1.2.1