Jump to content

Os X Direct Installation 1.1


1 Screenshot

About This File

kernel available, if the need to patch

All applications are installed

#!/bin/bash##Crée par Flagd le 30 mai 2016#http://fljagd.fr#clearutilisateur=`users`echo "" Hi, $utilisateurecho ""echo " ?" " Création de votre HDD/SSD - Creating your HDD/SSD ?"echo ""# Choix de l'Os Xecho "Glisser Votre Installer Os X dans la fenetre terminal"echo "Drag and Drop Your Installer Os X"echo ""read var1echo ""echo -e "\033[31m \033[7m Attention: ne fonctionne que sous - Warning: will execute only in \033[0m"echo $var1 | cut -d' ' -f2- | sed -e's/.app/ /g'echo ""echo ""# Choix du disqueecho "Vous avez choisi  d'intaller - You chose to install"echo $var1 | cut -d' ' -f2- | sed -e's/.app/ /g'echo""echo "Sur quel Support?"echo "Glissez votre HDD/SSD dans la fenêtre terminal"echo ""echo ""echo "On what media want to install?"echo "Drag and Drop your HDD/SSD"echo""read supportecho""diskutil reformat "$support"hdiutil attach "$var1"/Contents/SharedSupport/InstallESD.dmginstaller -pkg /Volumes/OS\ X\ Install\ ESD/Packages/OSInstall.mpkg -target "$support" -verbosehdiutil detach /Volumes/OS\ X\ Base\ Systemhdiutil detach /Volumes/OS\ X\ Install\ ESD -forcediskutil rename "$support" New\ Osx\ HDD-SSD


What's New in Version 1.1   See changelog

Released

  • Simpler
  • Drag and Drop
  • For All Os X installer from App Store
  • Carefully consider Warning notifications
  • Like 1
 Share


User Feedback

Recommended Comments

is it the same way that this do?

or have to do it with your other app 'Flash Disk Maker'?

Hi,

This is not the method creatinstallmedia

 

With this method you can:

  • patch MBR
  • access the folder (S/L/E)
  • to set a kernel which is necessary when using Enoch or add a patched kernel for AMD processor

remains to install your bootloader and boot from the SSD and it is complete

The only limitation is to be concerned in the OS to install, which is not the case with Flash drive Maker

  • Like 1
Link to comment
Share on other sites

Can you add the Drag and Drop functions like in your current "Flash Drive Maker"? ;)

It' done ;)

Link to comment
Share on other sites

×
×
  • Create New...