]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
rebuild-initrd: Update script for use with dracut.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jul 2010 16:37:32 +0000 (18:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jul 2010 16:42:36 +0000 (18:42 +0200)
src/scripts/rebuild-initrd

index 79ec1c36d70b2e9f2ef8f0728db21fa83b0b924d..06f30bbf05c31d71d64795c548c6d7e272e7e3e5 100644 (file)
 #
 #
 KVER=`uname -r | cut -d"-" -f1`
-ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1`
-echo
-echo Rebuild the Initramdisk ...
-cp -f /etc/mkinitcpio.conf.org /etc/mkinitcpio.conf
-#
-# Made initramdisk
-#
-if [ "${ROOT:0:7}" == "/dev/sd" ]; then
-    # Remove ide hook if root is on sda 
-    sed -i "s| ide | |g" /etc/mkinitcpio.conf
-else
-if [ "${ROOT:0:7}" == "/dev/hd" ]; then
-    # Remove pata & sata hook if root is on hda 
-    sed -i "s| pata | |g" /etc/mkinitcpio.conf
-    sed -i "s| sata | |g" /etc/mkinitcpio.conf
-fi
-fi
-mkinitcpio -k $KVER-ipfire -g /boot/ipfirerd-$KVER.img
+
+dracut --force --verbose /boot/ipfirerd-$KVER.img $KVER-ipfire