diff options
author | tnut <tnut at nutyx dot org> | 2012-04-24 21:31:54 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-24 21:31:54 +0200 |
commit | 60a9515491559cf4cdc46a02242c1f9be98a5906 (patch) | |
tree | e814c7db4c45dc4d2d129279b85a9166a1e788a4 /kernel/post-install | |
parent | 8f2676a1f6bfe97fd2fffe8757121368782ca2df (diff) | |
download | nutyx-pakxe-60a9515491559cf4cdc46a02242c1f9be98a5906.tar.gz nutyx-pakxe-60a9515491559cf4cdc46a02242c1f9be98a5906.tar.bz2 nutyx-pakxe-60a9515491559cf4cdc46a02242c1f9be98a5906.tar.xz nutyx-pakxe-60a9515491559cf4cdc46a02242c1f9be98a5906.zip |
kernel, correction initrd et post-install
Diffstat (limited to 'kernel/post-install')
-rw-r--r-- | kernel/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/post-install b/kernel/post-install index a746f6719..e8f4819f6 100644 --- a/kernel/post-install +++ b/kernel/post-install @@ -19,10 +19,12 @@ do done # Copie des modules kernels +echo "Copie des modules kernels" mkdir -p $WDIR/rootfs/lib/modules cp -a /lib/modules/* \ $WDIR/rootfs/lib/modules/ +echo "Copie des firmwares" cp -a /lib/firmware \ $WDIR/rootfs/lib/ @@ -30,6 +32,7 @@ $WDIR/rootfs/lib/ cp /root/bin/install-${SCRIPT_VERSION}.ash $WDIR/rootfs/install/ # Création de l'initrd +echo "Création de l'initrd" sh $WDIR/script/mkinitrd $WDIR cp $WDIR/iso/isolinux/initrd /boot/nutyx-initrd rm -r $SRC |