Maurice (mausy5043) Hendrix
Maurice (mausy5043) Hendrix
wouldn't it be easier to parse `/proc/meminfo`? "Here's one I prepared earlier." : ``` out = cat("/proc/meminfo").splitlines() for line in range(0, len(out)-1): mem = out[line].split() if mem[0] == 'MemFree:': outMemFree...
Instead of skipping duplicates an option to choose between `raise`, `ignore` and `replace` would be even better. This way you can choose to have an exception raised, skip the duplicate...
The error (exitcode 1) is caused by `cdebootstrap-static` bailing out. This also happened on early releases of [buster](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904699#37) I'm afraid this is something that needs to be fixed upstream. **EDIT**:...
I'm stuck with this. The workaround that works for me is using the installer with `buster` and then upgrade using #225 (don't forget to look at my last comment though!).
Thanks for providing a solution. Could you please also provide the problem and some context? Do you perhaps have a screendump or log?
The default fstype is `f2fs`. Maybe QEMU doesn't support that?
`netbase` *does* get installed with the `preset=server` option. Which `preset` are you using?
I'd prefer it if the installer would continue as long as possible and not give up so soon.
IMHO you have described the designed behaviour. You either set-up the wireless network and install with it OR you supply the required files using the "Bring Your Own Files" mechanism....
I also have a problem with the use of colorized output. The readability of some of the text is poor, depending on the background color. For visually impaired people reading...