From 7954476e3dbf0c490a78da947c41b5fb05e10f0d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 13 Mar 2006 14:25:03 +0000 Subject: move One specific stuff in additional files --- live/One/2006.0/config/live.cfg | 8 ++++++++ live/One/2006.0/files/finish-install | 4 ++++ live/One/2006.0/files/firstboot | 1 + live/One/2006.0/files/kbluetoothdrc | 5 +++++ 4 files changed, 18 insertions(+) create mode 100644 live/One/2006.0/files/finish-install create mode 100644 live/One/2006.0/files/firstboot create mode 100644 live/One/2006.0/files/kbluetoothdrc (limited to 'live') 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 -- cgit v1.2.1