summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/plymouth_config.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-01-16 19:38:33 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-01-16 19:38:33 (GMT)
commitd715be12b1de1e310f1b53922090c64c534d0fdc (patch)
tree357a1a3252ba681d0693a567ecec18e39e3e87ca /abs/core/LinHES-config/plymouth_config.py
parent89f1774f1a9d3b301a35aedb01d50e3eb7e01938 (diff)
downloadlinhes_pkgbuild-d715be12b1de1e310f1b53922090c64c534d0fdc.zip
linhes_pkgbuild-d715be12b1de1e310f1b53922090c64c534d0fdc.tar.gz
linhes_pkgbuild-d715be12b1de1e310f1b53922090c64c534d0fdc.tar.bz2
LinHES-config: plymouth_config.py: add --mkinitcpio flag to rebuild image
Diffstat (limited to 'abs/core/LinHES-config/plymouth_config.py')
-rwxr-xr-xabs/core/LinHES-config/plymouth_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/plymouth_config.py b/abs/core/LinHES-config/plymouth_config.py
index 7c7546d..bb60722 100755
--- a/abs/core/LinHES-config/plymouth_config.py
+++ b/abs/core/LinHES-config/plymouth_config.py
@@ -5,7 +5,7 @@ __author__ = "James Meyer"
__date__ = "Dec 11th 2012"
-import subprocess
+import subprocess, sys
class plymouth_driver():
@@ -180,7 +180,7 @@ def go():
#print p.get_old_modules()
#print p.get_new_modules()
- if p.create_newmkinitcpio() == True:
+ if p.create_newmkinitcpio() == True or "--mkinitcpio" in sys.argv:
p.run_mkinitcpio()