~gezakovacs/lupin/ntfsexp2

« back to all changes in this revision

Viewing changes to src/alternate-iso/overlay/sbin/late_command

  • Committer: Geza Kovacs
  • Date: 2007-04-01 17:29:44 UTC
  • Revision ID: geza0kovacs@gmail.com-20070401172944-740ywdkeiwfjwxlh
disabled killntfs-3g because it causes a hang on reboot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
cp /sbin/fixsendsigs /sbin/killntfs3g /target/etc/init.d/
 
3
cp /sbin/fixsendsigs /target/etc/init.d/
 
4
#cp /sbin/killntfs3g /target/etc/init.d/
4
5
$(
5
6
    cd /target/etc/rc6.d
6
7
    ln -s ../init.d/fixsendsigs S10fixsendsigs
7
 
    ln -s ../init.d/killntfs3g S70killntfs3g
 
8
    #ln -s ../init.d/killntfs3g S70killntfs3g
 
9
    #cd /target/etc/rc0.d
 
10
    #ln -s ../init.d/fixsendsigs S10fixsendsigs
 
11
    #ln -s ../init.d/killntfs3g S70killntfs3g
8
12
)
9
13
cp /var/log/syslog /target/var/log/wubi.log