diff options
author | James Meyer <james.meyer@operamail.com> | 2012-05-15 21:42:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-05-15 21:42:44 (GMT) |
commit | 596d72fc078bda042fb19f75ccea2c553191b33c (patch) | |
tree | 14e789b1b1801413feda29c57fbd61a700e0618b /build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root | |
parent | 699a628f97e313f0b0b53d55b1ad9d6a647277cd (diff) | |
download | linhes_dev-596d72fc078bda042fb19f75ccea2c553191b33c.zip |
profile sync: add keylaunch for livecd /installs
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root')
-rwxr-xr-x | build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/LinHES-install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/LinHES-install.sh b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/LinHES-install.sh index 6acd24a..4e8f5c9 100755 --- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/LinHES-install.sh +++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/rootoverlay/root/LinHES-install.sh @@ -30,5 +30,6 @@ then else NETBOOT=YES MythVantage & fi - +cp -f /etc/keylaunchrc /root/.keylaunchrc +/usr/bin/keylaunch & exec fluxbox > /var/log/fluxbox.log 2>&1 |