rocky-kiwi-descriptions/sbc/editbootinstall_rpi.sh

12 lines
284 B
Bash

#!/bin/bash
# Modify this script to handle disk changes as needed.
# This means the relevant parts of %post can be brought over and adapted.
# example portions are commented out.
set -x
#diskname="$1"
#devname="$2"
#loopname="${devname%*p2}"
#loopdev=/dev/${loopname#/dev/mapper/*}