diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-13 14:25:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-13 14:25:03 +0000 |
commit | 7954476e3dbf0c490a78da947c41b5fb05e10f0d (patch) | |
tree | f21f47277d120e242362393ad1c055e36d4216b2 /live/One/2006.0/config | |
parent | e4f2022d1936ada64512fb92015b5b4cf61d3a30 (diff) | |
download | drakx-7954476e3dbf0c490a78da947c41b5fb05e10f0d.tar drakx-7954476e3dbf0c490a78da947c41b5fb05e10f0d.tar.gz drakx-7954476e3dbf0c490a78da947c41b5fb05e10f0d.tar.bz2 drakx-7954476e3dbf0c490a78da947c41b5fb05e10f0d.tar.xz drakx-7954476e3dbf0c490a78da947c41b5fb05e10f0d.zip |
move One specific stuff in additional files
Diffstat (limited to 'live/One/2006.0/config')
-rw-r--r-- | live/One/2006.0/config/live.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/live/One/2006.0/config/live.cfg b/live/One/2006.0/config/live.cfg index 66b7fef80..67e0c1236 100644 --- a/live/One/2006.0/config/live.cfg +++ b/live/One/2006.0/config/live.cfg @@ -18,8 +18,16 @@ my $_l = { langs_always => [ 'en_US' ], files => [ [ 'files/kside238-ONE.png', '/usr/share/apps/kicker/pics/kside_download.png', 0644 ], + #- make cups the default spooler [ 'files/defaultspooler', '/etc/foomatic/defaultspooler', 0644 ], + #- eject eject cd medium before halt/reboot [ 'files/halt.local', '/sbin/halt.local', 0755 ], + #- disable first boot wizard at live boot + [ 'files/firstboot', '/etc/sysconfig/firstboot', 0644 ], + #- enable drakx-finish-install at live boot + [ 'files/finish-install', '/etc/sysconfig/finish-install', 0644 ], + #- don't make kbluetoothdrc display an annoying and useless popup window, and disable it by default + [ 'files/kbluetoothdrc', '/etc/kde/kbluetoothdrc', 0644 ], ], patches => [ 'patches/halt.loopfs.patch', |