Per Olofsson

Results 11 issues of Per Olofsson

## Description of issue When Apple's installer fails AutoDMG reports it with a generic `Installation of 'InstallInfo.plist' failed with return code 1. See the log for details.` A dialog that...

enhancement

_Originally posted by @rickheil in https://github.com/MagerValp/AutoDMG/issues/232#issuecomment-498851230_ When running with sudo and passing -r: ```Onepaths-MacBook-Pro:Downloads onepath$ sudo /Volumes/AutoDMG-1.9/AutoDMG.app/Contents/MacOS/AutoDMG -v -r build /Volumes/Install\ macOS\ 10.15\ Beta/Install\ macOS\ 10.15\ Beta.app --output ~/Desktop/test.apfs -n...

bug

## Description of issue A sparsevolume is created and the mount path is saved, but the installer splits it into two new volumes, causing unmounting of the original volume to...

## Description of issue If a Mojave b4+ installer app on the system drive (e.g. in `/Applications`) is used as the source. ## Expected behavior Successfully built image ## Actual...

wontfix

Add an option to store the password in salted SHA1 (10.5+) or PBKDF2 (10.7+) format. Salted SHA1 might not be secure enough for some environments.

enhancement

It would be useful to be able to create the user's home directory and populate it with custom items such as ssh keys or preferences.

enhancement

Enabling automatic login stores the password in a format that can be converted back to plain text. A security warning should be displayed.

enhancement

When adding mp3s from a book, some mp3s are silently ignored. When running abbinder on the commandline, it reports: failed, ExtAudioFileOpenURL failed: err#6474613f (Invalid file) Conversion failed The mp3 plays...

Some mp3 files fail to import for no apparent reason: Audiofile conversion failed ExtAudioFileRead failed: err#ffffffff (kCFStreamErrorHTTPParseFailure / kCFSocketError / kCFStreamErrorDomainCustom / kCSIdentityUnknownAuthorityErr / qErr / telGenericError / dsNoExtsMacsBug /...

We're using a symbolic link for munkireport-python3 to point to a relocated python framework: ``` → ls -l /usr/local/munkireport/munkireport-python3 lrwxr-xr-x 1 root wheel 63 24 Feb 10:10 /usr/local/munkireport/munkireport-python3 -> /Library/MunkiReport/Python.framework/Versions/3.11/bin/python3...