diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-07-02 23:33:26 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-07-02 23:33:26 +0300 |
commit | 588e96298d283d066dc1d4ff59086c61ea3e72d5 (patch) | |
tree | d811698a28cc74343610e4a4a9d9480aac29f19a | |
parent | b361cee33ee61cf9628fe9b96e6ad43ba09745ed (diff) | |
download | draklive-install-588e96298d283d066dc1d4ff59086c61ea3e72d5.tar draklive-install-588e96298d283d066dc1d4ff59086c61ea3e72d5.tar.gz draklive-install-588e96298d283d066dc1d4ff59086c61ea3e72d5.tar.bz2 draklive-install-588e96298d283d066dc1d4ff59086c61ea3e72d5.tar.xz draklive-install-588e96298d283d066dc1d4ff59086c61ea3e72d5.zip |
drop useless reboot in xsetup
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | draklive-install.xsetup | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- drop useless reboot in xsetup + 2.7 - update new design for 2016 (Animtim) diff --git a/draklive-install.xsetup b/draklive-install.xsetup index 8804f5a..9e31482 100755 --- a/draklive-install.xsetup +++ b/draklive-install.xsetup @@ -15,5 +15,4 @@ if grep -q '\binstall\b' /proc/cmdline; then LC_IDENTIFICATION fi /usr/sbin/draklive-install - reboot fi |