Browse Source

blog entry fixes

Thomas Buck 9 years ago
parent
commit
47ccf0ad7a
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      input/blog/2015/2015_07_01_bootcamp_icon_fix.md

+ 4
- 1
input/blog/2015/2015_07_01_bootcamp_icon_fix.md View File

24
 Next, we need to create a little shell script that copies this file again after it is lost on reboot:
24
 Next, we need to create a little shell script that copies this file again after it is lost on reboot:
25
 
25
 
26
     vim /Users/thomas/bin/fixBootcamp.sh
26
     vim /Users/thomas/bin/fixBootcamp.sh
27
+    
27
     #!/bin/sh
28
     #!/bin/sh
28
     cp /Users/thomas/Pictures/Icons/VolumeIcon.icns /Volumes/TX-55/.VolumeIcon.icns
29
     cp /Users/thomas/Pictures/Icons/VolumeIcon.icns /Volumes/TX-55/.VolumeIcon.icns
30
+    
29
     :wq
31
     :wq
32
+    chmod a+x /Users/thomas/bin/fixBootcamp.sh
30
 
33
 
31
 Finally create a LaunchAgent property list:
34
 Finally create a LaunchAgent property list:
32
 
35
 
55
 
58
 
56
     launchctl start de.xythobuz.fixBootcamp
59
     launchctl start de.xythobuz.fixBootcamp
57
 
60
 
58
-That was easy, right? :)
61
+That was easy, right? :) *Tested on OS X Yosemite 10.10.4...*
59
 
62
 

Loading…
Cancel
Save