1
0
Fabian Vogt 2019-12-03 15:40:04 +00:00 committed by Git OBS Bridge
parent b9ecde1f2c
commit ae0917c4c2
3 changed files with 9 additions and 5 deletions

View File

@ -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/*}
#========================================== #==========================================

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> Tue Nov 26 13:11:12 UTC 2019 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kiwi-templates-JeOS # spec file for package kiwi-templates-JeOS
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #