Support des modules a tester
This commit is contained in:
@@ -23,5 +23,10 @@ cd src
|
||||
#make mrproper
|
||||
cp ../.config .config
|
||||
make -j$(nproc) bzImage
|
||||
cp arch/x86_64/boot/bzImage vmlinuz
|
||||
make -j$(nproc) modules
|
||||
sudo cp arch/x86_64/boot/bzImage ../../rootfs/boot/vmlinuz || exit 1
|
||||
sudo cp System.map ../../rootfs/boot/System.map || exit 1
|
||||
|
||||
DESTDIR=$(pwd)/../../rootfs
|
||||
sudo make modules_install INSTALL_MOD_PATH=$(realpath $DESTDIR) || exit 1
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user