cvs commit to debian-installer/tools/netcfg by dwhedon
Repository: debian-installer/tools/netcfg who:dwhedon time: Fri Feb 23 22:14:49 PST 2001 Log Message: first attempt at supporting hurd made a little smaller Files: changed:netcfg-static.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Sat Feb 24 00:13:46 PST 2001 Log Message: unstatic'ed have_cdrom(), may static it back if I decide to use the full blown choose_medium. Starting to modify "install the Base System" section so that it uses debootstrap (script that builds a base system on the fly from a bunch of debs rather than depending on a base_blah.tgz). First shot playing with dbootstrap. A little bit of dialog goes on, nothing of substance yet. Files: changed:Tag: woody choose_medium.c extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Sat Feb 24 18:55:33 PST 2001 Log Message: extract_base.c : add debootstrap_extract_base(), tested in isolation and works okay. bugs remain in debootstrap itself. main_menu.c : call debootstrap_extract_base() in place of extract_base(). net-fetch.[ch]: unstatic nf_state so debootstrap_extract_base() can have the info (didn't see a cleaner way of doing it). Move some structures into and add some more prototypes to net-fetch.h. utils.[ch]: add progress_execlog(). It gives user something to look at during the long download process and is prettier that fullscreen_execlog(). Files: changed:Tag: woody choose_medium.c extract_base.c main_menu.c net-fetch.c net-fetch.h util.c util.h -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sat Feb 24 20:35:56 PST 2001 Log Message: netkit-tiny integration no longer needed as busybox 0.50 will include all the network utils that netkit-tiny had (netkit-tiny is being end of life'd) change note about debootstrap integration since some work has been done. Files: changed:Tag: woody todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Tue Feb 27 01:21:11 PST 2001 Log Message: silence two compiler warnings when compiling in TESTING mode Files: changed:Tag: woody main.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Tue Feb 27 01:32:21 PST 2001 Log Message: Added support for local copies of the Debian archive that debootstrap can work on (example: cdrom, nfs etc.). Recursive search through the filesystem for the Release file segfaults right now, haven't gotten a chance to look into it. choose_medium.c: now 'retrieve from network' is always suggested before 'partition on the hard disk'. When choosing medium for debootstrap floppy drives are not offered, attempt to find the Release file on the filesystem when appropriate. extract_base.c: medium choosing is now done by choose_medium rather than in here. Files: changed:Tag: woody choose_medium.c dbootstrap.h extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Tue Feb 27 23:37:41 PST 2001 Log Message: debootstrap support works now the way I think it should, not extensively tested. Files: changed:Tag: woody dbootstrap.h choose_medium.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Wed Feb 28 22:18:37 PST 2001 Log Message: cdrom debootstrap theoretically works Files: changed:Tag: woody todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Fri Mar 2 23:39:07 PST 2001 Log Message: Make woody branch support libc-2.2.2. It looks like Joey made some of these changes to the trunk already (r1.15) but the woody branch was languishing at r1.13. With the changes I commit here mklibs.sh is again working on unstable. Files: changed:Tag: woody mklibs.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/build by dwhedon
Repository: debian-installer/build who:dwhedon time: Sat Mar 3 00:03:25 PST 2001 Log Message: suggestion for apt to behave better Files: changed:TODO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/build/lists by dwhedon
Repository: debian-installer/build/lists who:dwhedon time: Sat Mar 3 00:08:04 PST 2001 Log Message: dhcp-client-udeb now available Files: changed:net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 00:34:05 PST 2001 Log Message: add debootstrap Files: changed:Tag: woody EXTRACT_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/make by dwhedon
Repository: boot-floppies/make who:dwhedon time: Sat Mar 3 14:35:50 PST 2001 Log Message: When using implicit rules, '%' matches any non-empty string, therefore modules%.tgz doesn't match modules.tgz. I added an explicit rule so we know how to make modules.tgz etc. Files: changed:Tag: woody modules -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/make by dwhedon
Repository: boot-floppies/make who:dwhedon time: Sat Mar 3 14:43:55 PST 2001 Log Message: Problem mixing implicit and explicit rules. When the target was the explicit rule all the '%' in the dependancies didn't get substitued (nothing to replace them with) and we went off and tried to actually make something like root%.bin (yes, root\%.bin). To correct it I added explicit rules for resc1440.bin, resc1200.bin and resc2880.bin. There must be a way of fixing this that reduced redundancy but I didn't figure it out. Files: changed:Tag: woody rescue -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 15:03:52 PST 2001 Log Message: remove ldso b/c it is "The Linux dynamic linker and library for libc4 and libc5." woody will use libc6. Files: changed:Tag: woody EXTRACT_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 15:04:39 PST 2001 Log Message: pnpdump has moved: -sbin/pnpdump +usr/sbin/pnpdump Files: changed:Tag: woody SMALL_BASE_LIST_i386 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 15:05:49 PST 2001 Log Message: ldconfig.new appears to be a libc5 thing, remove it: -sbin/ldconfig.new +sbin/ldconfig Files: changed:Tag: woody SMALL_BASE_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sat Mar 3 15:08:11 PST 2001 Log Message: -change libcverfrom 2.2.1 to 2.2.2 -all references to ldconfig.new are changed to ldconfig Files: changed:Tag: woody rootdisk.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 22:50:54 PST 2001 Log Message: added more files that debootstrap needs Files: changed:Tag: woody SMALL_BASE_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Sat Mar 3 22:52:54 PST 2001 Log Message: I should be more careful, had extra newlines Files: changed:Tag: woody SMALL_BASE_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Sat Mar 3 23:00:14 PST 2001 Log Message: Actually have main_menu call debootstrap this time, remove the old extract_base. Files: changed:Tag: woody dbootstrap.h extract_base.c main_menu.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Sun Mar 4 00:20:52 PST 2001 Log Message: update TODO Files: changed:Tag: woody extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sun Mar 4 00:21:13 PST 2001 Log Message: update Files: changed:Tag: woody todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/make by dwhedon
Repository: boot-floppies/make who:dwhedon time: Sun Mar 4 23:53:12 PST 2001 Log Message: -drivers.tgz now depends on floppy_split -for i386 rootdisk now depends on drivers.tgz so we can conditionally add af_packet.o and unix.o -add a rule in make/utils to build floppy_split Files: changed:Tag: woody drivers i386.vars utils -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Mon Mar 5 00:13:23 PST 2001 Log Message: cosmetic Files: changed:Tag: woody EXTRACT_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/rootskel/src/etc/init.d by dwhedon
Repository: debian-installer/rootskel/src/etc/init.d who:dwhedon time: Mon Mar 5 23:20:12 PST 2001 Log Message: changes to work with devfs Files: changed:rcS removed:makedevs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/rootskel/src by dwhedon
Repository: debian-installer/rootskel/src who:dwhedon time: Mon Mar 5 23:20:12 PST 2001 Log Message: changes to work with devfs Files: removed:linuxrc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/rootskel/src/etc by dwhedon
Repository: debian-installer/rootskel/src/etc who:dwhedon time: Mon Mar 5 23:20:12 PST 2001 Log Message: changes to work with devfs Files: changed:inittab -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/rootskel/debian by dwhedon
Repository: debian-installer/rootskel/debian who:dwhedon time: Tue Mar 6 01:29:04 PST 2001 Log Message: minor Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Tue Mar 6 01:35:54 PST 2001 Log Message: new function find-file-regex : return the full path to a filename containing a regular expression. I've only modified the libslang lookup to use this, libc could use it too. This will help the script to cope with newer versions of libraries without a lot of manual intervention. Files: changed:Tag: woody mklibs.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/build/lists by dwhedon
Repository: debian-installer/build/lists who:dwhedon time: Tue Mar 6 01:45:20 PST 2001 Log Message: remove dev stuff form makefile since we are now using devfs add di-utils-shell to lists/base remove libdetect0-udeb, we'll use the pic library once it is available remove niccfg-manual, it isn't needed Files: changed:base net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/build by dwhedon
Repository: debian-installer/build who:dwhedon time: Tue Mar 6 01:45:20 PST 2001 Log Message: remove dev stuff form makefile since we are now using devfs add di-utils-shell to lists/base remove libdetect0-udeb, we'll use the pic library once it is available remove niccfg-manual, it isn't needed Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/kernel-image-di by dwhedon
Repository: debian-installer/kernel-image-di who:dwhedon time: Tue Mar 6 01:48:57 PST 2001 Log Message: bump to debian version 0.009 enable devfs stuff: +CONFIG_DEVFS_FS=y +CONFIG_DEVFS_MOUNT=y +CONFIG_DEVFS_DEBUG=y disable TMPFS otherwise the build always asks me whether I want it or not: +CONFIG_TMPFS=n Files: changed:config.i386 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-installer/kernel-image-di/debian by dwhedon
Repository: debian-installer/kernel-image-di/debian who:dwhedon time: Tue Mar 6 01:48:58 PST 2001 Log Message: bump to debian version 0.009 enable devfs stuff: +CONFIG_DEVFS_FS=y +CONFIG_DEVFS_MOUNT=y +CONFIG_DEVFS_DEBUG=y disable TMPFS otherwise the build always asks me whether I want it or not: +CONFIG_TMPFS=n Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Wed Mar 7 23:45:20 PST 2001 Log Message: Bug #75018 is fixed since we are using debootstrap Files: changed:Tag: woody changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Wed Mar 7 23:50:12 PST 2001 Log Message: minor Files: changed:Tag: woody todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/bf-utf by dwhedon
Repository: boot-floppies/utilities/bf-utf who:dwhedon time: Sun Mar 11 19:42:27 PST 2001 Log Message: Removing these to see if pserver problems go away, if so, will make a package of them. Files: removed:Tag: woody ucs.bdf unifont.bdf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Tue Mar 13 20:42:24 PST 2001 Log Message: config : export local_dir, was anything using that? common.sh : look for debs in local_dir Files: changed:Tag: woody common.sh config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/make by dwhedon
Repository: boot-floppies/make who:dwhedon time: Tue Mar 13 23:26:21 PST 2001 Log Message: export another var add check_download target. on i386 modules.tgz needs to be build before root.bin, but driverdisk.sh doesn't try to do any downloading, only rootdisk.sh. Therefore when starting from a clean slate driversdisk.sh doesn't have all the debs that it needs, it fails. Now the check target on i386 downloads all the debs that it will need. Nothing actually depnds on 'check' as far as I know, hopefully people will read the docs and use it. Files: changed:Tag: woody i386.vars checks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Tue Mar 13 23:26:21 PST 2001 Log Message: export another var add check_download target. on i386 modules.tgz needs to be build before root.bin, but driverdisk.sh doesn't try to do any downloading, only rootdisk.sh. Therefore when starting from a clean slate driversdisk.sh doesn't have all the debs that it needs, it fails. Now the check target on i386 downloads all the debs that it will need. Nothing actually depnds on 'check' as far as I know, hopefully people will read the docs and use it. Files: changed:Tag: woody config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Fri Mar 16 21:33:06 PST 2001 Log Message: adjust build depends add python-dev, python-xml : for language chooser libgd1g-dev -> libgd-dev (thanks to "Mark W. Eichin" <[EMAIL PROTECTED]>) Files: changed:Tag: woody control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Fri Mar 16 21:46:31 PST 2001 Log Message: libgd1g-dev -> libgd-dev from [EMAIL PROTECTED] (Mark W. Eichin) Files: changed:Tag: woody control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Sun Mar 18 20:27:59 PST 2001 Log Message: kernel update to version 2.2.19pre17 Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sun Mar 18 20:27:59 PST 2001 Log Message: kernel update to version 2.2.19pre17 Files: changed:config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Mon Mar 19 23:31:13 PST 2001 Log Message: if a package exists in $local_dir, don't try to download it with apt-get Files: changed:Tag: woody common.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Tue Mar 20 00:05:52 PST 2001 Log Message: i386 uses 2.2.19pre17 now Files: changed:Tag: woody config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Wed Mar 21 18:50:18 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/ja by dwhedon
Repository: boot-floppies/documentation/ja who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/ru by dwhedon
Repository: boot-floppies/documentation/ru who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/hr by dwhedon
Repository: boot-floppies/documentation/hr who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/es by dwhedon
Repository: boot-floppies/documentation/es who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/en by dwhedon
Repository: boot-floppies/documentation/en who:dwhedon time: Wed Mar 21 18:50:18 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml rescue-boot.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation by dwhedon
Repository: boot-floppies/documentation who:dwhedon time: Wed Mar 21 18:50:18 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody README-idepci README-udma66 defaults.ent release-notes.cs.sgml release-notes.de.sgml release-notes.es.sgml release-notes.fr.sgml release-notes.ja.sgml release-notes.pl.sgml release-notes.ru.sgml release-notes.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/dos by dwhedon
Repository: boot-floppies/scripts/dos who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody install-udma66.bat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/cs by dwhedon
Repository: boot-floppies/documentation/cs who:dwhedon time: Wed Mar 21 18:50:18 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/fr by dwhedon
Repository: boot-floppies/documentation/fr who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody extract_kernel.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Wed Mar 21 18:50:17 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody Makefile README-Users.m4 README-Users.pl.m4 release.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/fi by dwhedon
Repository: boot-floppies/documentation/fi who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/pl by dwhedon
Repository: boot-floppies/documentation/pl who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/de by dwhedon
Repository: boot-floppies/documentation/de who:dwhedon time: Wed Mar 21 18:50:18 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/make by dwhedon
Repository: boot-floppies/make who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody root vars -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation/pt by dwhedon
Repository: boot-floppies/documentation/pt who:dwhedon time: Wed Mar 21 18:50:19 PST 2001 Log Message: change all references to udma66 flavor to be references to ide flavor. Files: changed:Tag: woody inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Wed Mar 21 21:58:03 PST 2001 Log Message: Bug#67510 is fixed. It is probably fixed in potato to, I know that it is fixed in woody cause I tested it. Files: changed:Tag: woody changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/documentation by dwhedon
Repository: boot-floppies/documentation who:dwhedon time: Thu Apr 5 20:18:11 PDT 2001 Log Message: The installation manual refered to /usr/doc/copyright rather than /usr/share/common-licenses when indicating the location of a GPL copy. patch from Matt Kraai <[EMAIL PROTECTED]> Files: changed:install.cs.sgml install.es.sgml install.fi.sgml install.fr.sgml install.hr.sgml install.ja.sgml install.pl.sgml install.pt.sgml install.ru.sgml install.sgml install.sk.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Thu Apr 5 20:20:05 PDT 2001 Log Message: indicate 93069 is fixed Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Thu Apr 5 20:34:51 PDT 2001 Log Message: bug 64565 is fixed as well Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Thu Apr 5 22:41:38 PDT 2001 Log Message: added support for installing woody, potato and slink debootstrap can't install sid right now. removed soem cruft from net-fetch.c Files: changed:SMALL_BASE_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Thu Apr 5 22:41:38 PDT 2001 Log Message: added support for installing woody, potato and slink debootstrap can't install sid right now. removed soem cruft from net-fetch.c Files: changed:extract_base.c net-fetch.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk by dwhedon
Repository: boot-floppies/scripts/rootdisk who:dwhedon time: Fri Apr 6 00:48:15 PDT 2001 Log Message: must include /usr/lib/debootstrap/arch Files: changed:SMALL_BASE_LIST_all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Fri Apr 6 00:49:06 PDT 2001 Log Message: updates Files: changed:todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sun Apr 8 22:47:45 PDT 2001 Log Message: my typo, the problem is with 'id -u', id -d doesn't make any sense. Anyway, I'm looking at the problem more now. Files: changed:todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Mon Apr 9 22:20:12 PDT 2001 Log Message: missing a comma and a semi-colon Files: changed:pcmcia.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Tue Apr 10 00:15:36 PDT 2001 Log Message: add bf-utf to buld depends Files: changed:control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Tue Apr 10 00:33:01 PDT 2001 Log Message: make woody the default, call it 'stable' even though it isn't really. call 'potato' archived, even though it isn't really some cleanups so it makes more sense Files: changed:extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Tue Apr 10 23:57:46 PDT 2001 Log Message: bf-utf is uploaded and I've already ITO'd it, hopefully some kind soul will pick it up. Files: changed:todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Thu Apr 12 22:34:46 PDT 2001 Log Message: use progress_execlog() rahter than fullscreen since we want debootstrap's doings logged. Files: changed:Makefile extract_base.c util.h -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Thu Apr 12 22:35:29 PDT 2001 Log Message: didn't mean to change this one, so I am changing it back Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Fri Apr 13 17:39:33 PDT 2001 Log Message: utils.c: remove progress_execlog(), not using it anymore. extract_base.c: calling debootstrap in a more complicated way now to allow for a better UI including status messages and error reporting. This is only somewhat tested. We direct debootstrap's stderr to /dev/tty2 and expect stdin to give us a bunch of lines starting with 'I' and then a message. If debootstrap exits non-zero we report the exit value. We're trying to allow fo rinteraction, that isn't tested yet. This looks a lot like it used to, but the internals are very different. Files: changed:extract_base.c util.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Sun Apr 15 16:05:26 PDT 2001 Log Message: catch debootstrap return value properly remember to call boxPopWindow() when necessary, this fixes a seg fault. ifdef 0 the dup2() that was directing our stdin to debootstrap. That doesn't work because I need to have stdin available to talk to newt. Maybe debootstrap has to send me a special message if it needs input. Right now we still can't handle an interactive debootstrap. Files: changed:extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk/prototype/bin by dwhedon
Repository: boot-floppies/scripts/rootdisk/prototype/bin who:dwhedon time: Mon Apr 16 19:30:50 PDT 2001 Log Message: talk about nano-tiny rather than nano in lazybox (closes: #94208) Files: changed:lazybox -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/debian by dwhedon
Repository: boot-floppies/debian who:dwhedon time: Mon Apr 16 19:30:50 PDT 2001 Log Message: talk about nano-tiny rather than nano in lazybox (closes: #94208) Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Tue Apr 17 01:10:52 PDT 2001 Log Message: -add a comment describing how we interact with debootstrap -debootstrap is talking to us through fd 3, not stdout -redirect dpkg's verbose messages on stdout and stderr to /dev/tty4 -continue on warnings, exit on errors -untested yes/no box added Files: changed:extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Wed Apr 18 00:52:34 PDT 2001 Log Message: add note about gunzip and zcat Files: changed:todo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rescue/messages/da by dwhedon
Repository: boot-floppies/scripts/rescue/messages/da who:dwhedon time: Thu Apr 19 17:01:20 PDT 2001 Log Message: Directory /cvs/debian-boot/boot-floppies/scripts/rescue/messages/da added to the repository Files: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk/messages/da by dwhedon
Repository: boot-floppies/scripts/rootdisk/messages/da who:dwhedon time: Thu Apr 19 17:00:17 PDT 2001 Log Message: Directory /cvs/debian-boot/boot-floppies/scripts/rootdisk/messages/da added to the repository Files: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Thu Apr 19 17:37:26 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:README-Translators config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk/messages by dwhedon
Repository: boot-floppies/scripts/rootdisk/messages who:dwhedon time: Thu Apr 19 17:37:26 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:languages -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rootdisk/messages/da by dwhedon
Repository: boot-floppies/scripts/rootdisk/messages/da who:dwhedon time: Thu Apr 19 17:37:26 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: added: boot_message release_notes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap/langs by dwhedon
Repository: boot-floppies/utilities/dbootstrap/langs who:dwhedon time: Thu Apr 19 17:37:27 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:Makefile langs.xml added: danish.src -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap/po by dwhedon
Repository: boot-floppies/utilities/dbootstrap/po who:dwhedon time: Thu Apr 19 17:37:27 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:Makefile added: da.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rescue/messages/da by dwhedon
Repository: boot-floppies/scripts/rescue/messages/da who:dwhedon time: Thu Apr 19 17:37:26 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: added: debian.txt debian.txt.sparc debian.txt.vme f1.txt f10.txt f2.txt f3.txt f4.txt f5.txt f6.txt f7.txt f8.txt f9.txt install.sh.txt readme.txt readme.txt.sparc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/utilities/dbootstrap by dwhedon
Repository: boot-floppies/utilities/dbootstrap who:dwhedon time: Thu Apr 19 17:37:27 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Thu Apr 19 17:42:58 PDT 2001 Log Message: oops, didn't mean to set the default lang to Danish. Files: changed:config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to base-config/debian by dwhedon
Repository: base-config/debian who:dwhedon time: Fri Apr 20 09:24:27 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: added: templates.da -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to base-config by dwhedon
Repository: base-config who:dwhedon time: Fri Apr 20 09:24:26 PDT 2001 Log Message: Danish translation contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: added: apt-setup.templates.da -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Fri Apr 27 22:39:24 PDT 2001 Log Message: Update from Walter Tautz <[EMAIL PROTECTED]> Files: changed:README-Users.m4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies by dwhedon
Repository: boot-floppies who:dwhedon time: Sat Apr 28 10:22:14 PDT 2001 Log Message: A few clarifications. Files: changed:README-Users.m4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rescue/messages/da by dwhedon
Repository: boot-floppies/scripts/rescue/messages/da who:dwhedon time: Sun Apr 29 19:26:25 PDT 2001 Log Message: fixes for danish messages contributed by Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:f3.txt f6.txt f8.txt install.sh.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to boot-floppies/scripts/rescue/messages/da by dwhedon
Repository: boot-floppies/scripts/rescue/messages/da who:dwhedon time: Mon Apr 30 13:52:10 PDT 2001 Log Message: Danish update from Claus Hindsgaul <[EMAIL PROTECTED]> Files: changed:f6.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]