summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--live/One/2006.0/config/live.cfg8
-rw-r--r--live/One/2006.0/files/finish-install4
-rw-r--r--live/One/2006.0/files/firstboot1
-rw-r--r--live/One/2006.0/files/kbluetoothdrc5
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