diff options
Diffstat (limited to 'initramfs-init')
-rwxr-xr-x | initramfs-init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs-init b/initramfs-init index a25aab2..6e6a361 100755 --- a/initramfs-init +++ b/initramfs-init @@ -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" |