- do not delete efi image in skelcd-installer-net (bsc#1088679)
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1132
This commit is contained in:
parent
beff0ea9a5
commit
4cfd9ceb03
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 14:44:58 CEST 2018 - snwint@suse.de
|
||||
|
||||
- do not delete efi image in skelcd-installer-net (bsc#1088679)
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Fri Apr 6 08:40:35 UTC 2018 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -664,7 +664,7 @@ rm -rf %{buildroot}/usr/lib/skelcd/CD1/{README,net}
|
||||
# net
|
||||
cp -a %{buildroot}/usr/lib/skelcd/CD1 %{buildroot}/usr/lib/skelcd/NET
|
||||
rm -f %{buildroot}/usr/lib/skelcd/NET/boot/*/*.rpm
|
||||
rm -f %{buildroot}/usr/lib/skelcd/NET/boot/*/{bind,common,config,control.xml,efi,gdb,libstoragemgmt,rescue,root}
|
||||
rm -f %{buildroot}/usr/lib/skelcd/NET/boot/*/{bind,common,config,control.xml,gdb,libstoragemgmt,rescue,root}
|
||||
if [ -n "%{net_repo}" ] ; then
|
||||
CPU=%{_target_cpu}
|
||||
[ "$CPU" = i586 ] && CPU=i386
|
||||
|
Loading…
x
Reference in New Issue
Block a user