From: Michael Prokop Date: Wed, 4 Oct 2023 16:58:05 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/github/pr/15' X-Git-Tag: v0.21.2~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=6dbba29033e56f15bb725003b3077334d89d90a1 Merge remote-tracking branch 'origin/github/pr/15' Quoting from the PR at https://github.com/grml/grml-autoconfig/pull/15: | If I put the ISO to hard disk (e.g sda1) and also label that GRMLCFG I get an error: | | [ OK ] Searching for device(s) labeled with GRMLCFG. (Disable this via boot option: noautoconfig) | [ OK ] debs, config, scripts are read from /dev/sda1. | [ WARN ] /dev/sda1 already mounted on /run/live/findiso | /usr/lib/live/mount/findiso | [ OK ] Debs, config, scripts (if present) will be read from /run/live/findiso | /usr/lib/live/mount/findiso. | config_config:cd:4: no such file or directory: /run/live/findiso\n/usr/lib/live/mount/findiso | [ OK ] Trying to execute /run/live/findiso | /usr/lib/live/mount/findiso/scripts/ | sh: 1: /run/live/findiso: Permission denied | sh: 2: /usr/lib/live/mount/findiso/scripts/: not found | [ WARN ] No soundcard present, skipping mixer settings therefore. | [ OK ] Starting gpm in background. | | The findiso mechanism mounts sda1 twice and when trying to find that mountpoint the script fails. | I suggest to pick the first mountpoint. --- 6dbba29033e56f15bb725003b3077334d89d90a1