Skip to content

Commit

Permalink
workaround for rear#649
Browse files Browse the repository at this point in the history
  • Loading branch information
mattihautameki authored and root committed Mar 2, 2016
1 parent 344cc10 commit f46722a
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -48,7 +48,8 @@ if test -s $TMP_DIR/storage_drivers && ! diff $TMP_DIR/storage_drivers $VAR_DIR/

sed -i -e '/^INITRD_MODULES/s/^.*$/#&\nINITRD_MODULES="'"${OLD_INITRD_MODULES[*]} ${NEW_INITRD_MODULES[*]}"'"/' $TARGET_FS_ROOT/etc/sysconfig/kernel
fi

udevadm trigger

This comment has been minimized.

Copy link
@gdha

gdha Mar 5, 2016

Please use my_udevtrigger instead udevadm trigger which works across several distro's

sleep 5
mount -t proc none $TARGET_FS_ROOT/proc
mount -t sysfs none $TARGET_FS_ROOT/sys
echo "Running mkinitrd..."
Expand Down

0 comments on commit f46722a

Please sign in to comment.