diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-11 22:19:24 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-11 22:19:24 +0100 |
commit | a9e06bebdbe6ae8ae021740ee40f04f600152201 (patch) | |
tree | 659a8c0460ff02e5e8cd839a9bee893649530105 /clover | |
parent | 8a8fefb8699a4a45e7a5e043e96931ec67733409 (diff) | |
download | imagefish-a9e06bebdbe6ae8ae021740ee40f04f600152201.tar.gz |
verbose osx boot
Diffstat (limited to 'clover')
-rw-r--r-- | clover/config.plist | 2 | ||||
-rw-r--r-- | clover/server.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clover/config.plist b/clover/config.plist index 094e051..adb5f4d 100644 --- a/clover/config.plist +++ b/clover/config.plist @@ -5,7 +5,7 @@ <key>Boot</key> <dict> <key>Arguments</key> - <string></string> + <string>-v</string> <key>DefaultVolume</key> <string>system</string> <key>Log</key> diff --git a/clover/server.plist b/clover/server.plist index dc77e14..314ad28 100644 --- a/clover/server.plist +++ b/clover/server.plist @@ -5,7 +5,7 @@ <key>Boot</key> <dict> <key>Arguments</key> - <string></string> + <string>-v</string> <key>DefaultVolume</key> <string>system</string> <key>Log</key> |