scummlinux-cvs-logs Mailing List for ScummLinux
Brought to you by:
yoshizf
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(83) |
Aug
(13) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: <yo...@us...> - 2003-08-02 14:54:03
|
Update of /cvsroot/scummlinux/scummlinux-2.6/config In directory sc8-pr-cvs1:/tmp/cvs-serv29378/config Modified Files: init Log Message: Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux-2.6/config/init,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** init 1 Aug 2003 15:59:20 -0000 1.1.1.1 --- init 2 Aug 2003 14:54:00 -0000 1.2 *************** *** 15,19 **** mkdir -p /mnt/usb export SCUMMVM_SAVEPATH=/mnt/usb/ ! mount /dev/sda /mnt/usb > /dev/null 2>&1 else isfd /dev/fd0 --- 15,20 ---- mkdir -p /mnt/usb export SCUMMVM_SAVEPATH=/mnt/usb/ ! mount -t vfat /dev/sda1 /mnt/usb > /dev/null 2>&1 || mount -t vfat /dev/sda /mnt/usb > /dev/null 2>&1 || \ ! mount -t vfat /dev/sdb1 /mnt/usb > /dev/null 2>&1 || mount -t vfat /dev/sdb /mnt/usb > /dev/null 2>&1 else isfd /dev/fd0 *************** *** 34,38 **** echo "Launching ScummVM" while ! test -e /etc/halt; do ! scummvm -gadvmame2x -l/etc/scummvm.conf > /dev/null 2>&1 done --- 35,39 ---- echo "Launching ScummVM" while ! test -e /etc/halt; do ! scummvm -gadvmame2x -l/etc/scummvm.conf --multi-midi > /dev/null 2>&1 done |
From: <yo...@us...> - 2003-08-02 14:53:35
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv29327/config Modified Files: init Log Message: Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** init 1 Aug 2003 16:03:55 -0000 1.11 --- init 2 Aug 2003 14:53:32 -0000 1.12 *************** *** 13,17 **** mkdir -p /mnt/usb export SCUMMVM_SAVEPATH=/mnt/usb/ ! mount -t supermount -o dev=/dev/sda1 none /mnt/usb else isfd /dev/fd0 --- 13,18 ---- mkdir -p /mnt/usb export SCUMMVM_SAVEPATH=/mnt/usb/ ! mount -t vfat /dev/sda1 /mnt/usb > /dev/null 2>&1 || mount -t vfat /dev/sda /mnt/usb > /dev/null 2>&1 || \ ! mount -t vfat /dev/sdb1 /mnt/usb > /dev/null 2>&1 || mount -t vfat /dev/sdb /mnt/usb > /dev/null 2>&1 else isfd /dev/fd0 *************** *** 35,39 **** while ! test -e /etc/halt; do ! scummvm -gadvmame2x -l/etc/scummvm.conf done --- 36,40 ---- while ! test -e /etc/halt; do ! scummvm -gadvmame2x --multi-midi -l/etc/scummvm.conf done |
From: <yo...@us...> - 2003-08-01 16:12:17
|
Update of /cvsroot/scummlinux/scummlinux-2.6/config In directory sc8-pr-cvs1:/tmp/cvs-serv13283/config Modified Files: path Log Message: Index: path =================================================================== RCS file: /cvsroot/scummlinux/scummlinux-2.6/config/path,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** path 1 Aug 2003 15:59:20 -0000 1.1.1.1 --- path 1 Aug 2003 16:12:14 -0000 1.2 *************** *** 8,10 **** ROOT=`pwd` GENERATOR_NAME=scummlinux-generator-`cat VERSION` ! SCUMM_SRCS=http://yosh.nerim.net/scummlinux/`cat VERSION` --- 8,10 ---- ROOT=`pwd` GENERATOR_NAME=scummlinux-generator-`cat VERSION` ! SCUMM_SRCS=http://yosh.nerim.net/scummlinux/0.2 |
From: <yo...@us...> - 2003-08-01 16:09:26
|
Update of /cvsroot/scummlinux/scummlinux In directory sc8-pr-cvs1:/tmp/cvs-serv12717 Modified Files: VERSION Log Message: Updated version Index: VERSION =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/VERSION,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** VERSION 1 Aug 2003 08:30:38 -0000 1.2 --- VERSION 1 Aug 2003 16:09:24 -0000 1.3 *************** *** 1 **** ! 0.2 --- 1 ---- ! 0.2-linux2.4.21 |
From: <yo...@us...> - 2003-08-01 16:08:30
|
Update of /cvsroot/scummlinux/scummlinux-2.6 In directory sc8-pr-cvs1:/tmp/cvs-serv12583 Modified Files: VERSION Log Message: Index: VERSION =================================================================== RCS file: /cvsroot/scummlinux/scummlinux-2.6/VERSION,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** VERSION 1 Aug 2003 15:59:14 -0000 1.1.1.1 --- VERSION 1 Aug 2003 16:08:27 -0000 1.2 *************** *** 1 **** ! 0.2 --- 1 ---- ! 0.2-linux2.6 |
From: <yo...@us...> - 2003-08-01 16:03:58
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv11811/config Modified Files: init Log Message: Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** init 29 Jul 2003 13:05:49 -0000 1.10 --- init 1 Aug 2003 16:03:55 -0000 1.11 *************** *** 32,36 **** tvauto ! setmixer vol 85 pcm 80 mic 0 line 0 while ! test -e /etc/halt; do --- 32,36 ---- tvauto ! setmixer vol 85 pcm 85 mic 0 line 0 while ! test -e /etc/halt; do |
From: <yo...@us...> - 2003-08-01 09:12:41
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv31386/scripts Modified Files: generator Log Message: Fixed typo Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** generator 1 Aug 2003 08:43:50 -0000 1.22 --- generator 1 Aug 2003 09:12:39 -0000 1.23 *************** *** 40,44 **** cp $GENERATOR/LANGUAGE $GENERATOR_NAME cp $GENERATOR/README* $GENERATOR_NAME ! CP $ROOT/ChangeLog $GENERATOR_NAME mkdir -p $GENERATOR_NAME/games cp COPYING $GENERATOR_NAME/COPYING --- 40,44 ---- cp $GENERATOR/LANGUAGE $GENERATOR_NAME cp $GENERATOR/README* $GENERATOR_NAME ! cp $ROOT/ChangeLog $GENERATOR_NAME mkdir -p $GENERATOR_NAME/games cp COPYING $GENERATOR_NAME/COPYING |
From: <yo...@us...> - 2003-08-01 08:46:35
|
Update of /cvsroot/scummlinux/scummlinux In directory sc8-pr-cvs1:/tmp/cvs-serv27292 Modified Files: ChangeLog Log Message: Updated ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 1 Aug 2003 08:43:50 -0000 1.1 --- ChangeLog 1 Aug 2003 08:46:32 -0000 1.2 *************** *** 7,8 **** --- 7,9 ---- - New version which boot from USB stick - Now using Busybox 1.0 + - Upgraded to SysLinux 2.05 |
From: <yo...@us...> - 2003-08-01 08:43:53
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv26911/scripts Modified Files: dist generator Log Message: Added Changelog Index: dist =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/dist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dist 28 Jul 2003 19:48:51 -0000 1.2 --- dist 1 Aug 2003 08:43:50 -0000 1.3 *************** *** 12,16 **** ln -s ../COPYING $SCUMMDIR/COPYING ln -s ../VERSION $SCUMMDIR/VERSION ! #ln -s ../ChangeLog $SCUMMDIR/ChangeLog ln -s ../Makefile $SCUMMDIR/Makefile ln -s ../config $SCUMMDIR/config --- 12,16 ---- ln -s ../COPYING $SCUMMDIR/COPYING ln -s ../VERSION $SCUMMDIR/VERSION ! ln -s ../ChangeLog $SCUMMDIR/ChangeLog ln -s ../Makefile $SCUMMDIR/Makefile ln -s ../config $SCUMMDIR/config Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** generator 28 Jul 2003 18:01:35 -0000 1.21 --- generator 1 Aug 2003 08:43:50 -0000 1.22 *************** *** 40,43 **** --- 40,44 ---- cp $GENERATOR/LANGUAGE $GENERATOR_NAME cp $GENERATOR/README* $GENERATOR_NAME + CP $ROOT/ChangeLog $GENERATOR_NAME mkdir -p $GENERATOR_NAME/games cp COPYING $GENERATOR_NAME/COPYING |
From: <yo...@us...> - 2003-08-01 08:43:53
|
Update of /cvsroot/scummlinux/scummlinux In directory sc8-pr-cvs1:/tmp/cvs-serv26911 Added Files: ChangeLog Log Message: Added Changelog --- NEW FILE: ChangeLog --- ScummLinux 0.2 -------------- - Added good floppy detection, will now use ramdisk is no floppy is inserted at boot - Using brand new ScummVM 0.5.0 - USB stick is now fully supported - Added simon1talkie and simon2win - New version which boot from USB stick - Now using Busybox 1.0 |
From: <yo...@us...> - 2003-08-01 08:32:54
|
Update of /cvsroot/scummlinux/scummlinux/packages/generator In directory sc8-pr-cvs1:/tmp/cvs-serv25532/packages/generator Modified Files: url Log Message: Generator upgraded to 0.2 Index: url =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/generator/url,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** url 27 Jul 2003 10:52:34 -0000 1.1 --- url 1 Aug 2003 08:32:51 -0000 1.2 *************** *** 1 **** ! SCUMM_SRCS/generator-0.1.tar.bz2 --- 1 ---- ! SCUMM_SRCS/generator-0.2.tar.bz2 |
From: <yo...@us...> - 2003-08-01 08:30:42
|
Update of /cvsroot/scummlinux/scummlinux/generator In directory sc8-pr-cvs1:/tmp/cvs-serv25273/generator Modified Files: README-EN.txt Log Message: Supporting simon1talkie and simon2win Index: README-EN.txt =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/generator/README-EN.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README-EN.txt 28 Jul 2003 18:03:23 -0000 1.7 --- README-EN.txt 1 Aug 2003 08:30:39 -0000 1.8 *************** *** 1,4 **** ! ScummLinux 0.1 - Generator ! http://sourceforge.net/projects/scummlinux/ About: --- 1,4 ---- ! ScummLinux 0.2 - Generator ! http://scummlinux.sourceforge.net/ About: *************** *** 48,52 **** --- 48,54 ---- Simon the Sorcerer 1 for DOS (Disk) simon1dos Simon the Sorcerer 2 for DOS (Disk) simon2dos + Simon the Sorcerer 1 Talkie for DOS (CD) simon1talkie Simon the Sorcerer 2 Talkie for DOS (CD) simon2talkie + Simon the Sorcerer 2 Talkie for Windows (CD) simon2win The Dig dig Zak McKracken (Enhanced Version) zak |
From: <yo...@us...> - 2003-08-01 08:30:42
|
Update of /cvsroot/scummlinux/scummlinux In directory sc8-pr-cvs1:/tmp/cvs-serv25273 Modified Files: README VERSION Log Message: Supporting simon1talkie and simon2win Index: README =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 28 Jul 2003 18:03:22 -0000 1.2 --- README 1 Aug 2003 08:30:38 -0000 1.3 *************** *** 1,4 **** ! ScummLinux 0.1 ! http://sourceforge.net/projects/scummlinux/ This is ScummLinux Generator builder. It will compile all the system from sources --- 1,4 ---- ! ScummLinux 0.2 ! http://scummlinux.sourceforge.net/ This is ScummLinux Generator builder. It will compile all the system from sources Index: VERSION =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/VERSION,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** VERSION 22 Jul 2003 11:24:21 -0000 1.1.1.1 --- VERSION 1 Aug 2003 08:30:38 -0000 1.2 *************** *** 1 **** ! 0.1 --- 1 ---- ! 0.2 |
From: <yo...@us...> - 2003-07-30 20:51:39
|
Update of /cvsroot/scummlinux/scummlinux/packages/scummvm In directory sc8-pr-cvs1:/tmp/cvs-serv26733/packages/scummvm Modified Files: url Log Message: Updating ScummVM daily build url Index: url =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/scummvm/url,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** url 28 Jul 2003 16:45:40 -0000 1.4 --- url 30 Jul 2003 20:40:29 -0000 1.5 *************** *** 1,2 **** ! http://scummvm.sourceforge.net/daily/scummvm-20030728.tar.bz2 SCUMM_SRCS/patch-scummvm-halt.bz2 --- 1,2 ---- ! http://scummvm.sourceforge.net/daily/scummvm-20030730.tar.bz2 SCUMM_SRCS/patch-scummvm-halt.bz2 |
From: <yo...@us...> - 2003-07-30 20:39:17
|
Update of /cvsroot/scummlinux/scummlinux/packages/busybox In directory sc8-pr-cvs1:/tmp/cvs-serv26419/packages/busybox Modified Files: unpack url Added Files: busybox.conf Log Message: Upgraded to busybox 1.00-pre2 --- NEW FILE: busybox.conf --- # # Automatically generated make config: don't edit # HAVE_DOT_CONFIG=y # # General Configuration # # CONFIG_FEATURE_BUFFERS_USE_MALLOC is not set CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set # CONFIG_FEATURE_VERBOSE_USAGE is not set CONFIG_FEATURE_INSTALLER=y # CONFIG_LOCALE_SUPPORT is not set # CONFIG_FEATURE_DEVFS is not set # CONFIG_FEATURE_DEVPTS is not set # CONFIG_FEATURE_CLEAN_UP is not set # CONFIG_FEATURE_SUID is not set # CONFIG_SELINUX is not set # # Build Options # # CONFIG_STATIC is not set # CONFIG_LFS is not set # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" # # Installation Options # # CONFIG_INSTALL_NO_USR is not set PREFIX="./_install" # # Archival Utilities # # CONFIG_AR is not set # CONFIG_BUNZIP2 is not set # CONFIG_CPIO is not set # CONFIG_DPKG is not set # CONFIG_DPKG_DEB is not set # CONFIG_GUNZIP is not set # CONFIG_GZIP is not set # CONFIG_RPM2CPIO is not set # CONFIG_RPM is not set # CONFIG_TAR is not set # CONFIG_UNCOMPRESS is not set # CONFIG_UNZIP is not set # # Coreutils # # CONFIG_BASENAME is not set # CONFIG_CAL is not set CONFIG_CAT=y # CONFIG_CHGRP is not set # CONFIG_CHMOD is not set # CONFIG_CHOWN is not set CONFIG_CHROOT=y # CONFIG_CMP is not set CONFIG_CP=y # CONFIG_CUT is not set # CONFIG_DATE is not set # CONFIG_DD is not set # CONFIG_DF is not set # CONFIG_DIRNAME is not set # CONFIG_DOS2UNIX is not set # CONFIG_DU is not set CONFIG_ECHO=y # CONFIG_FEATURE_FANCY_ECHO is not set # CONFIG_ENV is not set # CONFIG_EXPR is not set # CONFIG_FALSE is not set # CONFIG_FOLD is not set # CONFIG_HEAD is not set # CONFIG_HOSTID is not set # CONFIG_ID is not set # CONFIG_LENGTH is not set CONFIG_LN=y # CONFIG_LOGNAME is not set # CONFIG_LS is not set # CONFIG_MD5SUM is not set CONFIG_MKDIR=y # CONFIG_MKFIFO is not set # CONFIG_MKNOD is not set # CONFIG_MV is not set # CONFIG_OD is not set # CONFIG_PRINTF is not set # CONFIG_PWD is not set # CONFIG_REALPATH is not set CONFIG_RM=y CONFIG_RMDIR=y # CONFIG_SHA1SUM is not set # CONFIG_FEATURE_SHA1SUM_CHECK is not set # CONFIG_SLEEP is not set # CONFIG_SORT is not set # CONFIG_STTY is not set # CONFIG_SYNC is not set # CONFIG_TAIL is not set # CONFIG_TEE is not set CONFIG_TEST=y # # test (forced enabled for use with shell) # # CONFIG_TOUCH is not set # CONFIG_TR is not set # CONFIG_TRUE is not set # CONFIG_TTY is not set # CONFIG_UNAME is not set # CONFIG_UNIQ is not set # CONFIG_USLEEP is not set # CONFIG_UUDECODE is not set # CONFIG_UUENCODE is not set # CONFIG_WATCH is not set # CONFIG_WC is not set # CONFIG_WHO is not set # CONFIG_WHOAMI is not set # CONFIG_YES is not set # # Common options for cp and mv # # CONFIG_FEATURE_PRESERVE_HARDLINKS is not set # # Console Utilities # # CONFIG_CHVT is not set CONFIG_CLEAR=y # CONFIG_DEALLOCVT is not set # CONFIG_DUMPKMAP is not set # CONFIG_LOADACM is not set # CONFIG_LOADFONT is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set # CONFIG_RESET is not set # CONFIG_SETKEYCODES is not set # # Debian Utilities # # CONFIG_MKTEMP is not set # CONFIG_READLINK is not set # CONFIG_RUN_PARTS is not set # CONFIG_START_STOP_DAEMON is not set # CONFIG_WHICH is not set # # Editors # # CONFIG_AWK is not set # CONFIG_PATCH is not set CONFIG_SED=y # CONFIG_FEATURE_SED_EMBEDED_NEWLINE is not set # CONFIG_VI is not set # # Finding Utilities # # CONFIG_FIND is not set CONFIG_GREP=y # CONFIG_FEATURE_GREP_EGREP_ALIAS is not set # CONFIG_FEATURE_GREP_FGREP_ALIAS is not set # CONFIG_FEATURE_GREP_CONTEXT is not set # CONFIG_XARGS is not set # # Init Utilities # # CONFIG_INIT is not set # CONFIG_HALT is not set # CONFIG_POWEROFF is not set # CONFIG_REBOOT is not set # CONFIG_MINIT is not set # CONFIG_MESG is not set # # Login/Password Management Utilities # # CONFIG_USE_BB_PWD_GRP is not set # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set # CONFIG_DELUSER is not set # CONFIG_GETTY is not set # CONFIG_LOGIN is not set # CONFIG_PASSWD is not set # CONFIG_SU is not set # CONFIG_SULOGIN is not set # CONFIG_VLOCK is not set # # Miscellaneous Utilities # # CONFIG_ADJTIMEX is not set # CONFIG_CROND is not set # CONFIG_CRONTAB is not set # CONFIG_DC is not set # CONFIG_DUTMP is not set # CONFIG_HDPARM is not set # CONFIG_MAKEDEVS is not set # CONFIG_MT is not set # CONFIG_STRINGS is not set # CONFIG_TIME is not set # CONFIG_WATCHDOG is not set # # Linux Module Utilities # # CONFIG_INSMOD is not set # CONFIG_LSMOD is not set # CONFIG_MODPROBE is not set # CONFIG_RMMOD is not set # # Networking Utilities # # CONFIG_FEATURE_IPV6 is not set # CONFIG_ARPING is not set # CONFIG_FTPGET is not set # CONFIG_FTPPUT is not set # CONFIG_HOSTNAME is not set # CONFIG_HTTPD is not set # CONFIG_IFCONFIG is not set # CONFIG_IFUPDOWN is not set # CONFIG_INETD is not set # CONFIG_IP is not set # CONFIG_IPCALC is not set # CONFIG_IPADDR is not set # CONFIG_IPLINK is not set # CONFIG_IPROUTE is not set # CONFIG_IPTUNNEL is not set # CONFIG_NAMEIF is not set # CONFIG_NC is not set # CONFIG_NETSTAT is not set # CONFIG_NSLOOKUP is not set # CONFIG_PING is not set # CONFIG_ROUTE is not set # CONFIG_TELNET is not set # CONFIG_TELNETD is not set # CONFIG_TFTP is not set # CONFIG_TRACEROUTE is not set # CONFIG_VCONFIG is not set # CONFIG_WGET is not set # # udhcp Server/Client # # CONFIG_UDHCPD is not set # CONFIG_UDHCPC is not set # # Process Utilities # # CONFIG_FREE is not set # CONFIG_KILL is not set # CONFIG_PIDOF is not set # CONFIG_PS is not set # CONFIG_RENICE is not set # CONFIG_TOP is not set # CONFIG_UPTIME is not set # # Another Bourne-like Shell # CONFIG_FEATURE_SH_IS_ASH=y # CONFIG_FEATURE_SH_IS_HUSH is not set # CONFIG_FEATURE_SH_IS_LASH is not set # CONFIG_FEATURE_SH_IS_MSH is not set # CONFIG_FEATURE_SH_IS_NONE is not set CONFIG_ASH=y # # ash (forced enabled as default shell) # # # Ash Shell Options # # CONFIG_ASH_JOB_CONTROL is not set # CONFIG_ASH_ALIAS is not set CONFIG_ASH_MATH_SUPPORT=y # CONFIG_ASH_GETOPTS is not set # CONFIG_ASH_CMDCMD is not set # CONFIG_ASH_MAIL is not set CONFIG_ASH_OPTIMIZE_FOR_SIZE=y # CONFIG_HUSH is not set # CONFIG_LASH is not set # CONFIG_MSH is not set # # Bourne Shell Options # # CONFIG_FEATURE_COMMAND_EDITING is not set # CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set # CONFIG_FEATURE_COMMAND_TAB_COMPLETION is not set # CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set CONFIG_FEATURE_COMMAND_HISTORY=15 # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set # CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN is not set # CONFIG_FEATURE_SH_FANCY_PROMPT is not set # CONFIG_FEATURE_SH_EXTRA_QUIET is not set # # System Logging Utilities # # CONFIG_SYSLOGD is not set # CONFIG_LOGGER is not set # # Linux System Utilities # # CONFIG_DMESG is not set # CONFIG_FBSET is not set # CONFIG_FDFLUSH is not set # CONFIG_FDFORMAT is not set # CONFIG_FDISK is not set # CONFIG_FREERAMDISK is not set # CONFIG_FSCK_MINIX is not set # CONFIG_MKFS_MINIX is not set # CONFIG_GETOPT is not set # CONFIG_HEXDUMP is not set # CONFIG_HWCLOCK is not set # CONFIG_LOSETUP is not set # CONFIG_MKSWAP is not set # CONFIG_MORE is not set # CONFIG_PIVOT_ROOT is not set # CONFIG_RDATE is not set # CONFIG_SWAPONOFF is not set CONFIG_MOUNT=y # CONFIG_NFSMOUNT is not set CONFIG_UMOUNT=y # CONFIG_FEATURE_MOUNT_FORCE is not set # # Common options for mount/umount # # CONFIG_FEATURE_MOUNT_LOOP is not set # CONFIG_FEATURE_MTAB_SUPPORT is not set # # Debugging Options # # CONFIG_DEBUG is not set Index: unpack =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/busybox/unpack,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** unpack 22 Jul 2003 11:24:26 -0000 1.1.1.1 --- unpack 30 Jul 2003 20:39:14 -0000 1.2 *************** *** 3,15 **** . config/path ! cp $BUILD/busybox-*/Config.h `ls -d $BUILD/busybox-*`/Config.h.tmp ! IFS=$'\n' ! for i in `cat $PACKAGES/busybox/config | grep ^.[^\#]`; do ! c='' ! [ "${i:0:1}" == "#" ] && c='//' && i=${i:1} ! cat $BUILD/busybox-*/Config.h.tmp \ ! | sed s%^/*\#define\ BB_${i}$%${c}\#define\ BB_${i}% \ ! > `ls -d $BUILD/busybox-*`/Config.h.new ! mv -f $BUILD/busybox-*/Config.h.new $BUILD/busybox-*/Config.h.tmp ! done ! mv -f $BUILD/busybox-*/Config.h.tmp $BUILD/busybox-*/Config.h --- 3,5 ---- . config/path ! cp $PACKAGES/busybox/busybox.conf `ls -d $BUILD/busybox*`/.config Index: url =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/busybox/url,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** url 22 Jul 2003 12:10:47 -0000 1.1 --- url 30 Jul 2003 20:39:14 -0000 1.2 *************** *** 1 **** ! http://www.busybox.net/downloads/busybox-0.60.5.tar.bz2 --- 1,2 ---- ! http://www.busybox.net/downloads/busybox-1.00-pre2.tar.bz2 ! SCUMM_SRCS/patch-busybox-gcc33.bz2 |
From: <yo...@us...> - 2003-07-29 14:12:52
|
Update of /cvsroot/scummlinux/scummlinux/packages/syslinux In directory sc8-pr-cvs1:/tmp/cvs-serv12560/packages/syslinux Modified Files: url Log Message: Upgrade syslinux to 2.05 Index: url =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/syslinux/url,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** url 22 Jul 2003 12:47:40 -0000 1.1 --- url 29 Jul 2003 14:12:49 -0000 1.2 *************** *** 1,2 **** ! http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-2.04.tar.bz2 ! SCUMM_SRCS/patch-syslinux-comments.bz2 --- 1 ---- ! http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-2.05.tar.bz2 |
From: <yo...@us...> - 2003-07-29 14:12:51
|
Update of /cvsroot/scummlinux/scummlinux/packages/boot In directory sc8-pr-cvs1:/tmp/cvs-serv12560/packages/boot Modified Files: build need_build Log Message: Upgrade syslinux to 2.05 Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/boot/build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build 22 Jul 2003 11:24:22 -0000 1.1.1.1 --- build 29 Jul 2003 14:12:49 -0000 1.2 *************** *** 8,12 **** mkdir -p $INSTALL ! $SCRIPTS/build syslinux || exit 1 $SCRIPTS/build initrd || exit 1 --- 8,12 ---- mkdir -p $INSTALL ! $SCRIPTS/unpack syslinux || exit 1 $SCRIPTS/build initrd || exit 1 Index: need_build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/boot/need_build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** need_build 22 Jul 2003 11:24:22 -0000 1.1.1.1 --- need_build 29 Jul 2003 14:12:49 -0000 1.2 *************** *** 4,8 **** $SCRIPTS/build linux || exit 1 ! $SCRIPTS/build syslinux || exit 1 $SCRIPTS/build initrd || exit 1 --- 4,8 ---- $SCRIPTS/build linux || exit 1 ! $SCRIPTS/unpack syslinux || exit 1 $SCRIPTS/build initrd || exit 1 |
From: <yo...@us...> - 2003-07-29 14:10:21
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv32718/config Modified Files: init Log Message: USB mouse detection detected USB keyboard too, fixed. Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** init 28 Jul 2003 23:39:08 -0000 1.9 --- init 29 Jul 2003 13:05:49 -0000 1.10 *************** *** 5,9 **** mount -t usbfs none /proc/bus/usb ! cat /proc/bus/usb/devices | grep -q "Spd=1.5" if test $? -ne 0; then rm /dev/usbmouse --- 5,9 ---- mount -t usbfs none /proc/bus/usb ! cat /proc/bus/usb/devices | grep -q "Cls=03(HID ) Sub=01 Prot=02" if test $? -ne 0; then rm /dev/usbmouse |
From: <yo...@us...> - 2003-07-28 23:39:11
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv30182/config Modified Files: init Log Message: Lowering sound volume Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** init 24 Jul 2003 18:49:25 -0000 1.8 --- init 28 Jul 2003 23:39:08 -0000 1.9 *************** *** 32,36 **** tvauto ! setmixer vol 90 pcm 80 mic 0 line 0 while ! test -e /etc/halt; do --- 32,36 ---- tvauto ! setmixer vol 85 pcm 80 mic 0 line 0 while ! test -e /etc/halt; do |
From: <yo...@us...> - 2003-07-28 21:00:15
|
Update of /cvsroot/scummlinux/scummlinux/packages/scummvm In directory sc8-pr-cvs1:/tmp/cvs-serv29606/packages/scummvm Modified Files: build Log Message: Disable BS2 for the moment Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/scummvm/build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build 22 Jul 2003 11:24:24 -0000 1.1.1.1 --- build 28 Jul 2003 20:57:31 -0000 1.2 *************** *** 8,12 **** cd "`ls -d $BUILD/scummvm*`" && \ ! ./configure --backend=sdl --disable-alsa && \ make LDFLAGS=-static -f Makefile.new && \ upx -9 scummvm && \ --- 8,12 ---- cd "`ls -d $BUILD/scummvm*`" && \ ! ./configure --backend=sdl --disable-alsa --disable-bs2 && \ make LDFLAGS=-static -f Makefile.new && \ upx -9 scummvm && \ |
From: <yo...@us...> - 2003-07-28 19:48:54
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv12792/scripts Modified Files: dist Log Message: Add readme to dist Index: dist =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/dist,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dist 22 Jul 2003 11:24:27 -0000 1.1.1.1 --- dist 28 Jul 2003 19:48:51 -0000 1.2 *************** *** 9,13 **** mkdir $SCUMMDIR ! #ln -s ../README $SCUMMDIR/README ln -s ../COPYING $SCUMMDIR/COPYING ln -s ../VERSION $SCUMMDIR/VERSION --- 9,13 ---- mkdir $SCUMMDIR ! ln -s ../README $SCUMMDIR/README ln -s ../COPYING $SCUMMDIR/COPYING ln -s ../VERSION $SCUMMDIR/VERSION |
From: <yo...@us...> - 2003-07-28 19:26:27
|
Update of /cvsroot/scummlinux/scummlinux/packages/busybox In directory sc8-pr-cvs1:/tmp/cvs-serv5403/packages/busybox Modified Files: build Log Message: UPXing busybox is *bad* Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/busybox/build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build 25 Jul 2003 20:20:00 -0000 1.2 --- build 28 Jul 2003 19:07:41 -0000 1.3 *************** *** 8,12 **** export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && upx -9 `ls -d $BUILD/busybox-*/busybox` && exit 0 exit 1 --- 8,12 ---- export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && exit 0 exit 1 |
From: <yo...@us...> - 2003-07-28 18:14:47
|
Update of /cvsroot/scummlinux/scummlinux In directory sc8-pr-cvs1:/tmp/cvs-serv24416 Modified Files: README Log Message: Added url to readme Index: README =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 28 Jul 2003 16:42:27 -0000 1.1 --- README 28 Jul 2003 18:03:22 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- ScummLinux 0.1 + http://sourceforge.net/projects/scummlinux/ This is ScummLinux Generator builder. It will compile all the system from sources |
From: <yo...@us...> - 2003-07-28 18:11:35
|
Update of /cvsroot/scummlinux/scummlinux/generator In directory sc8-pr-cvs1:/tmp/cvs-serv24416/generator Modified Files: README-EN.txt Log Message: Added url to readme Index: README-EN.txt =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/generator/README-EN.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README-EN.txt 28 Jul 2003 16:25:55 -0000 1.6 --- README-EN.txt 28 Jul 2003 18:03:23 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- ScummLinux 0.1 - Generator + http://sourceforge.net/projects/scummlinux/ About: |
From: <yo...@us...> - 2003-07-28 18:01:38
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv24020/scripts Modified Files: generator Log Message: We zip the win32 build Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** generator 28 Jul 2003 16:05:09 -0000 1.20 --- generator 28 Jul 2003 18:01:35 -0000 1.21 *************** *** 43,46 **** --- 43,54 ---- cp COPYING $GENERATOR_NAME/COPYING echo `cat VERSION`-custom > $GENERATOR_NAME/VERSION + + if [ $OS = "win32" ]; then + zip -r -9 $GENERATOR_NAME.zip $GENERATOR_NAME + fi + + if [ $OS = "linux" ]; then tar czf $GENERATOR_NAME.tar.gz $GENERATOR_NAME + fi + rm -rf $GENERATOR_NAME |