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:
Dominique Leuenberger 2019-12-07 14:15:13 +00:00 committed by Git OBS Bridge
commit ae087e6611
2 changed files with 7 additions and 3 deletions

View File

@ -1,10 +1,9 @@
#!/bin/bash
set -x
set -euxo pipefail
diskname=$1
devname="$2"
loopname="${devname%*p2}"
loopname="${devname%*p?}"
loopdev=/dev/${loopname#/dev/mapper/*}
#==========================================

View File

@ -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>