forked from rpm/suse-module-tools
Accepting request 313589 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/313589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=14
This commit is contained in:
commit
b9b660272d
@ -43,7 +43,7 @@ done
|
||||
if test -e "$dir/all"; then
|
||||
rm "$dir"/*
|
||||
run_mkinitrd_setup
|
||||
mkinitrd
|
||||
/sbin/mkinitrd
|
||||
exit
|
||||
fi
|
||||
err=0
|
||||
@ -56,7 +56,7 @@ for f in "$dir"/*; do
|
||||
continue
|
||||
fi
|
||||
run_mkinitrd_setup
|
||||
if ! mkinitrd -k "/boot/$image" -i "/boot/$initrd"; then
|
||||
if ! /sbin/mkinitrd -k "/boot/$image" -i "/boot/$initrd"; then
|
||||
err=$?
|
||||
fi
|
||||
done
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 14:39:46 UTC 2015 - mmarek@suse.cz
|
||||
|
||||
- Use absolute path to mkinitrd (bsc#935566)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 16 08:36:15 UTC 2014 - mmarek@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package suse-module-tools
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user