Changeset 3926


Ignore:
Timestamp:
06/23/08 11:29:51 (5 years ago)
Author:
alanbach-guest
Message:
  • Default timezone is UTC rather than Tehran
    • Drop absolete ipw3945 support
    • debian/control:
      • bump standards version to 3.8.0
      • remove obsolete Conflicts line
Location:
pkg/viola/main/initscripts-parsix-live/trunk/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/initscripts-parsix-live/trunk/debian/changelog

    r3060 r3926  
     1initscripts-parsix-live (1.0.8) unstable; urgency=low 
     2 
     3  * Default timezone is UTC rather than Tehran 
     4  * Drop absolete ipw3945 support 
     5  * debian/control: 
     6    - bump standards version to 3.8.0 
     7    - remove obsolete Conflicts line 
     8 
     9 -- Alan Baghumian <alan@technotux.org>  Mon, 23 Jun 2008 11:19:22 +0200 
     10 
    111initscripts-parsix-live (1.0.7) unstable; urgency=low 
    212 
  • pkg/viola/main/initscripts-parsix-live/trunk/debian/control

    r2430 r3926  
    44Maintainer: Alan Baghumian <alan@technotux.org> 
    55Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5.0.0) 
    6 Standards-Version: 3.7.2 
     6Standards-Version: 3.8.0 
    77 
    88Package: initscripts-parsix-live 
     
    1111Recommends: xorgconfig-parsix 
    1212Suggests: ltmodem-common, hotkey-setup 
    13 Conflicts: hotplug-kanotix, fix-cdrom, mkdesktophdicons-kanotix, eject-live, pcmcia-cs, usleep-kanotix 
    1413Description: PARSIX initscripts for live CDs 
    1514 Live specific initscripts for hardware detection and shutdown functions  
  • pkg/viola/main/initscripts-parsix-live/trunk/debian/live-autoconfig.init

    r3060 r3926  
    789789                ;; 
    790790        *) 
    791                 # American version 
     791                # Default/General 
    792792                LANGUAGE="us" 
    793793                COUNTRY="us" 
     
    797797                KDEKEYBOARD="us,ir" 
    798798                CHARSET="utf8" 
    799                 TZ="Asia/Tehran" 
     799                TZ="Etc/UTC" 
    800800                ;; 
    801801esac 
     
    10351035# load psmouse module 
    10361036modprobe psmouse &>/dev/null 
    1037 if checkbootparam "nohwsetup"; then 
    1038         echo "${BLUE}Loading hardware profile from ${MAGENTA}/etc/modules${BLUE}.${NORMAL}" 
    1039         /etc/init.d/modutils-knoppix start &>/dev/null 
     1037echo -n "${WHITE}" 
     1038if hwsetup -p $HWSETUP_NOSERIAL >/dev/null; then 
     1039        echo -n "${NORMAL}" 
    10401040else 
    1041         echo -n "${WHITE}" 
    1042         if hwsetup -p $HWSETUP_NOSERIAL >/dev/null; then 
    1043                 echo -n "${NORMAL}" 
    1044         else 
    1045                 echo " ${RED}Please check.${NORMAL}" 
    1046         fi 
     1041        echo " ${RED}Please check.${NORMAL}" 
    10471042fi 
    10481043 
     
    10691064        fi 
    10701065fi 
    1071  
    1072 # ipw3945 detection 
    1073 [ -e /sys/bus/pci/drivers/ipw3945/*/cmd ] && (pidof ipw3945d &>/dev/null || /sbin/ipw3945d --quiet &>/dev/null) 
    10741066 
    10751067# Handle special options for ALSA sound drivers 
Note: See TracChangeset for help on using the changeset viewer.