From e05ce506e8824aa09809e88bd9104858faf64ce4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 May 2013 21:35:35 +0200 Subject: copy-kmods.sh -> copy-initramfs.sh; do not copy kmods, just the initramfs for shutdown. --- dracut/copy-kmods.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dracut/copy-kmods.sh (limited to 'dracut/copy-kmods.sh') diff --git a/dracut/copy-kmods.sh b/dracut/copy-kmods.sh deleted file mode 100644 index a6b4b14..0000000 --- a/dracut/copy-kmods.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- -# ex: ts=8 sw=4 sts=4 et filetype=sh - -# Copy all modules from initramfs to new rootfs. -KVER=$(uname -r) -mkdir -p $NEWROOT/usr/lib/modules -cp -a /usr/lib/modules/$KVER/kernel/* $NEWROOT/usr/lib/modules/$KVER/kernel/ -depmod -b $NEWROOT/usr - -# Copy the initramfs back to the new rootfs for proper shutdown. -cp /run/initramfs/live/boot/initrd.lz $NEWROOT/boot/initramfs-${KVER}.img -- cgit 1.4.1