initfs: find apkovls on boot media

This commit is contained in:
Natanael Copa 2009-02-19 15:59:48 +00:00
parent 83151c3bbb
commit 2f40d9a873
1 changed files with 3 additions and 0 deletions

View File

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