okay, so that didn't work. this does
This commit is contained in:
parent
379417434d
commit
699ea0c1da
@ -73,7 +73,10 @@ package to grow the root partition on first boot.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 --no-backup-if-mismatch
|
%patch2 -p1
|
||||||
|
# patch2 creates a backup file on <=f24, we must delete it so it doesn't
|
||||||
|
# get installed later
|
||||||
|
rm -f bin/growpart.orig
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user