mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-10 16:49:48 +00:00
initfs: find apkovls on boot media
This commit is contained in:
parent
83151c3bbb
commit
2f40d9a873
@ -161,6 +161,9 @@ for i in usb floppy cdrom; do
|
||||
[ -f "$ovl" ] && break
|
||||
umount /media/$i 2>/dev/null
|
||||
done
|
||||
if ! [ -f "$ovl" ]; then
|
||||
ovl=$(find_ovl $ALPINE_MNT)
|
||||
fi
|
||||
|
||||
if [ -f "$ovl" ]; then
|
||||
ebegin "Loading user settings from $ovl"
|
||||
|
Loading…
Reference in New Issue
Block a user