Accepting request 753295 from Virtualization:Appliances:Images:openSUSE-Tumbleweed
- Fix editbootinstall_rpi.sh with newer kiwi OBS-URL: https://build.opensuse.org/request/show/753295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=5
This commit is contained in:
commit
ae087e6611
@ -1,10 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -euxo pipefail
|
||||||
set -x
|
|
||||||
|
|
||||||
diskname=$1
|
diskname=$1
|
||||||
devname="$2"
|
devname="$2"
|
||||||
loopname="${devname%*p2}"
|
loopname="${devname%*p?}"
|
||||||
loopdev=/dev/${loopname#/dev/mapper/*}
|
loopdev=/dev/${loopname#/dev/mapper/*}
|
||||||
|
|
||||||
#==========================================
|
#==========================================
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 15:31:37 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Fix editbootinstall_rpi.sh with newer kiwi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 13:11:12 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
Tue Nov 26 13:11:12 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user