~hakuna-matata/wubi/ubuntu-mate

« back to all changes in this revision

Viewing changes to data/custom-installation/hooks/early-command.sh

  • Committer: Hakuna Matata
  • Date: 2015-04-09 19:50:18 UTC
  • Revision ID: hakuna1234567890@hotmail.com-20150409195018-x7qfgoefk3ivxxta
Fix for upstart->systemd

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        ln -s libparted.so.0.0.1 /root/lib/$architecture-linux-gnu/libparted.so.0
15
15
fi
16
16
 
 
17
if [ -f /custom-installation/patch/autopartition-loop ]; then
 
18
        cp /custom-installation/patch/autopartition-loop  /root/bin/autopartition-loop
 
19
fi
 
20
 
 
21
 
 
22