diff options
Diffstat (limited to 'live/One/2006.0/files')
-rw-r--r-- | live/One/2006.0/files/defaultspooler | 1 | ||||
-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/halt.local | 24 | ||||
-rw-r--r-- | live/One/2006.0/files/kbluetoothdrc | 5 | ||||
-rw-r--r-- | live/One/2006.0/files/kside238-ONE.png | bin | 4311 -> 0 bytes |
6 files changed, 0 insertions, 35 deletions
diff --git a/live/One/2006.0/files/defaultspooler b/live/One/2006.0/files/defaultspooler deleted file mode 100644 index 462d36c28..000000000 --- a/live/One/2006.0/files/defaultspooler +++ /dev/null @@ -1 +0,0 @@ -cups diff --git a/live/One/2006.0/files/finish-install b/live/One/2006.0/files/finish-install deleted file mode 100644 index 699de55c8..000000000 --- a/live/One/2006.0/files/finish-install +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index a842497f7..000000000 --- a/live/One/2006.0/files/firstboot +++ /dev/null @@ -1 +0,0 @@ -FIRSTBOOT=no diff --git a/live/One/2006.0/files/halt.local b/live/One/2006.0/files/halt.local deleted file mode 100644 index b39f97581..000000000 --- a/live/One/2006.0/files/halt.local +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/perl - -use lib qw(/usr/lib/libDrakX); -use MDK::Common; -use detect_devices; -use c; - -system("mount -t proc none /proc"); -my ($device) = cat_("/proc/mounts") =~ m!(/dev/\S+)\s+/live/media\s+iso9660!; -system("umount /proc"); -$device or exit; - -# try to put halt/reboot in cache, if not called directly from them -system("$_ --help 2>/dev/null") foreach qw(halt reboot); - -my $f = detect_devices::tryOpen($device); -# see openCdromTray() and unlockCdrom(), from install_any -ioctl($f, c::CDROM_LOCKDOOR(), 0); -ioctl($f, c::CDROMEJECT(), 0); - -print "\n\nPlease press <Enter> once the medium is removed.\n"; -<STDIN>; - -ioctl($f, 0x5319, 0); # CDROMCLOSETRAY diff --git a/live/One/2006.0/files/kbluetoothdrc b/live/One/2006.0/files/kbluetoothdrc deleted file mode 100644 index 13147822b..000000000 --- a/live/One/2006.0/files/kbluetoothdrc +++ /dev/null @@ -1,5 +0,0 @@ - -[Notification Messages] -kbluepinLocInfo-usr-lib-kdebluetooth=false -[General] -AutoStart=false diff --git a/live/One/2006.0/files/kside238-ONE.png b/live/One/2006.0/files/kside238-ONE.png Binary files differdeleted file mode 100644 index 606b9d344..000000000 --- a/live/One/2006.0/files/kside238-ONE.png +++ /dev/null |