Update update-base-image
This commit is contained in:
parent
be2407a250
commit
fa5eaf33f9
1 changed files with 18 additions and 17 deletions
|
|
@ -17,28 +17,29 @@ cp -av Utilities.plist "${WK_DEV}/System/Installation/CDIS/OS X Utilities.app/Co
|
||||||
cp -av ../windows/bin/1201_Root_CA.crt "${WK_DEV}/.1201_Root_CA.crt"
|
cp -av ../windows/bin/1201_Root_CA.crt "${WK_DEV}/.1201_Root_CA.crt"
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
ln -s python3 "${WK_DEV}"/usr/local/bin/python
|
mkdir -p "${WK_DEV}/usr/local/bin"
|
||||||
rsync -ahvPS /opt/ "${WK_DEV}"/opt/
|
ln -s python3 "${WK_DEV}/usr/local/bin/python"
|
||||||
rsync -ahvPS /usr/local/{Cellar,Frameworks,Homebrew,bin,etc,include,lib,libexec,opt,sbin,share,var} "${WK_DEV}"/usr/local/
|
rsync -ahvPS /opt/ "${WK_DEV}/opt"/
|
||||||
|
rsync -ahvPS /usr/local/{Cellar,Frameworks,Homebrew,bin,etc,include,lib,libexec,opt,sbin,share,var} "${WK_DEV}/usr/local/"
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
cp -av /Library/Fonts/Inconsolata*ttf "${WK_DEV}"/System/Library/Fonts/
|
cp -av /Library/Fonts/Inconsolata*ttf "${WK_DEV}/System/Library/Fonts/"
|
||||||
|
|
||||||
# iTerm2
|
# iTerm2
|
||||||
cp -av ../linux/include/airootfs/etc/skel/.tmux.conf "${WK_DEV}"/etc/tmux.conf
|
cp -av ../linux/include/airootfs/etc/skel/.tmux.conf "${WK_DEV}/etc/tmux.conf"
|
||||||
rsync -ahvPS /Applications/iTerm.app "${WK_DEV}"/Applications/
|
rsync -ahvPS /Applications/iTerm.app "${WK_DEV}/Applications"/
|
||||||
rsync -ahvPS /System/Library/Colors/System.clr "${WK_DEV}"/System/Library/Colors/
|
rsync -ahvPS /System/Library/Colors/System.clr "${WK_DEV}/System/Library/Colors"/
|
||||||
rsync -ahvPS /System/Library/Frameworks/{Scripting,ScriptingBridge,LocalAuthentication}.framework "${WK_DEV}"/System/Library/Frameworks/
|
rsync -ahvPS /System/Library/Frameworks/{Scripting,ScriptingBridge,LocalAuthentication}.framework "${WK_DEV}/System/Library/Frameworks"/
|
||||||
rsync -ahvPS /usr/bin/locale "${WK_DEV}"/usr/bin/
|
rsync -ahvPS /usr/bin/locale "${WK_DEV}/usr/bin"/
|
||||||
rsync -ahvLPS /usr/share/locale/en_US.UTF-8 "${WK_DEV}"/usr/share/locale/
|
rsync -ahvLPS /usr/share/locale/en_US.UTF-8 "${WK_DEV}/usr/share/locale"/
|
||||||
rsync -ahvPS com.googlecode.iterm2.plist "${WK_DEV}"/var/root/Library/Preferences/
|
rsync -ahvPS com.googlecode.iterm2.plist "${WK_DEV}/var/root/Library/Preferences"/
|
||||||
|
|
||||||
# pipes-sh
|
# pipes-sh
|
||||||
cp -av /usr/bin/tput "${WK_DEV}"/usr/bin/
|
cp -av /usr/bin/tput "${WK_DEV}/usr/bin"/
|
||||||
|
|
||||||
# WizardKit
|
# WizardKit
|
||||||
touch "${WK_DEV}"/.wk-live-macos
|
touch "${WK_DEV}/.wk-live-macos"
|
||||||
ln -s /Volumes/RAM_Disk/Logs "${WK_DEV}"/var/root/Logs
|
ln -s /Volumes/RAM_Disk/Logs "${WK_DEV}/var/root/Logs"
|
||||||
cp -av ../../images/macOS.png "${WK_DEV}"/usr/local/wallpaper.png
|
cp -av ../../images/macOS.png "${WK_DEV}/usr/local/wallpaper.png"
|
||||||
rsync -ahvPS /usr/bin/{env,killall} "${WK_DEV}"/usr/bin/
|
rsync -ahvPS /usr/bin/{env,killall} "${WK_DEV}/usr/bin"/
|
||||||
rsync -ahvPS live-macos-startup ../../scripts/ "${WK_DEV}"/usr/local/bin/
|
rsync -ahvPS live-macos-startup ../../scripts/ "${WK_DEV}/usr/local/bin"/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue