Changeset 3926
- Timestamp:
- 06/23/08 11:29:51 (5 years ago)
- 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 1 initscripts-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 1 11 initscripts-parsix-live (1.0.7) unstable; urgency=low 2 12 -
pkg/viola/main/initscripts-parsix-live/trunk/debian/control
r2430 r3926 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 5 Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5.0.0) 6 Standards-Version: 3. 7.26 Standards-Version: 3.8.0 7 7 8 8 Package: initscripts-parsix-live … … 11 11 Recommends: xorgconfig-parsix 12 12 Suggests: ltmodem-common, hotkey-setup 13 Conflicts: hotplug-kanotix, fix-cdrom, mkdesktophdicons-kanotix, eject-live, pcmcia-cs, usleep-kanotix14 13 Description: PARSIX initscripts for live CDs 15 14 Live specific initscripts for hardware detection and shutdown functions -
pkg/viola/main/initscripts-parsix-live/trunk/debian/live-autoconfig.init
r3060 r3926 789 789 ;; 790 790 *) 791 # American version791 # Default/General 792 792 LANGUAGE="us" 793 793 COUNTRY="us" … … 797 797 KDEKEYBOARD="us,ir" 798 798 CHARSET="utf8" 799 TZ=" Asia/Tehran"799 TZ="Etc/UTC" 800 800 ;; 801 801 esac … … 1035 1035 # load psmouse module 1036 1036 modprobe 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/null1037 echo -n "${WHITE}" 1038 if hwsetup -p $HWSETUP_NOSERIAL >/dev/null; then 1039 echo -n "${NORMAL}" 1040 1040 else 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}" 1047 1042 fi 1048 1043 … … 1069 1064 fi 1070 1065 fi 1071 1072 # ipw3945 detection1073 [ -e /sys/bus/pci/drivers/ipw3945/*/cmd ] && (pidof ipw3945d &>/dev/null || /sbin/ipw3945d --quiet &>/dev/null)1074 1066 1075 1067 # Handle special options for ALSA sound drivers
Note: See TracChangeset
for help on using the changeset viewer.


