summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-29 23:46:14 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-29 23:46:14 (GMT)
commitd7150755f9e72bb12ed7cdd72c00fccdf04a3793 (patch)
treedf48e6afba6e17614ce1ada9edbc3f5ff262d374 /abs/core/LinHES-config/mv_install.py
parentb83ca22d5c05065f7c9e69b93fddc64b46625691 (diff)
downloadlinhes_pkgbuild-d7150755f9e72bb12ed7cdd72c00fccdf04a3793.zip
linhes_pkgbuild-d7150755f9e72bb12ed7cdd72c00fccdf04a3793.tar.gz
linhes_pkgbuild-d7150755f9e72bb12ed7cdd72c00fccdf04a3793.tar.bz2
linhes-config: add the removal of the larch mkinitid files
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rwxr-xr-xabs/core/LinHES-config/mv_install.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py
index eaea3b7..ac6aa7d 100755
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -504,6 +504,10 @@ def copy_it(install_type):
runcmd(cmd)
cmd = "chmod +s %s/bin/mount" %(data_config.MOUNTPOINT)
runcmd(cmd)
+ cmd = "rm %s/etc/*.larch*" %(data_config.MOUNTPOINT)
+ runcmd(cmd)
+ cmd = "rm %s/etc/mkinitcpio.d/larch*" %(data_config.MOUNTPOINT)
+ runcmd(cmd)
logging.debug("__End of copy_it__")
def create_fstab(extralines):