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 | |
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
-rw-r--r-- | live/One/2006.0/config/live.cfg | 8 | ||||
-rw-r--r-- | live/One/2006.0/files/finish-install | 4 | ||||
-rw-r--r-- | live/One/2006.0/files/firstboot | 1 | ||||
-rw-r--r-- | live/One/2006.0/files/kbluetoothdrc | 5 |
4 files changed, 18 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', diff --git a/live/One/2006.0/files/finish-install b/live/One/2006.0/files/finish-install new file mode 100644 index 000000000..699de55c8 --- /dev/null +++ b/live/One/2006.0/files/finish-install @@ -0,0 +1,4 @@ +FINISH_INSTALL=yes +NETWORK=no +AUTHENTICATION=no +USERS=no diff --git a/live/One/2006.0/files/firstboot b/live/One/2006.0/files/firstboot new file mode 100644 index 000000000..a842497f7 --- /dev/null +++ b/live/One/2006.0/files/firstboot @@ -0,0 +1 @@ +FIRSTBOOT=no diff --git a/live/One/2006.0/files/kbluetoothdrc b/live/One/2006.0/files/kbluetoothdrc new file mode 100644 index 000000000..13147822b --- /dev/null +++ b/live/One/2006.0/files/kbluetoothdrc @@ -0,0 +1,5 @@ + +[Notification Messages] +kbluepinLocInfo-usr-lib-kdebluetooth=false +[General] +AutoStart=false |