cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2002-04-06 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Apr  6 12:29:40 PST 2002
Log Message:
  +- add some more menuBox TRANS hints,  changed suggested length
  +  from ~70 to ~63 characters so boxes don't extend off the screen.
  

Files:
changed:bootconfig.c partition_config.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

2002-03-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Mar 24 21:52:23 PST 2002
Log Message:
  +- add note to translators that they should use only ASCII chars in the
  +  text to be displayed on the syslinux screen. (closes: #138849)
  

Files:
changed:bootconfig.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

2002-03-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Mar 24 21:58:20 PST 2002
Log Message:
  
  
  

Files:
changed:bootconfig.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

2002-03-21 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Thu Mar 21 22:00:53 PST 2002
Log Message:
  +- mkreiserfs option changed from -v[1|2] to --format [3.5|3.6]
  +  (closes: #139415)
  

Files:
changed:partition_config.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

2002-03-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Mar 16 15:56:00 PST 2002
Log Message:
  +- fix proxy line for server select box, better formatting when strings
  +  are different lengths
  

Files:
changed:net-fetch.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

2002-03-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Mar 16 19:48:15 PST 2002
Log Message:
  +- if we try a proxy, find that it doesn't work, then end up
  +  installing the base system without a proxy we need to set
  +  [HTTP|FTP]_PROXY='' in dbootstrap_settings.
  
  otherwise base-config tries to use a bad proxy
  

Files:
changed:util.c util.h net-fetch.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

2002-03-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Mar 16 22:12:37 PST 2002
Log Message:
  
  
  

Files:
changed:dbootstrap.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

2002-03-09 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Mar  9 14:33:39 PST 2002
Log Message:
  +  * Thomas Poindessous [EMAIL PROTECTED]
  +- fix dbootstrap screen clearing (closes: #124143)
  +(applied by dwhedon)
  

Files:
changed:dbootstrap.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

2002-02-09 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Feb  9 13:53:29 PST 2002
Log Message:
  more lilo message cleanup
  

Files:
changed:bootconfig.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

2002-02-03 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Feb  3 12:57:41 PST 2002
Log Message:
  +- try to find a debian cdrom to optimize prompting (closes: #123948)
  
  2nd try
  
  choose_medium.c : new function find_cdroms(), the cdrom finding code
  taken out of choose_cdrom() so it can be shared between that function and
  another new fucntion find_debian_cdrom().
  
  dbootstrap.h : new global variable 'debian_cdrom_present' and a function to
  initialize it find_debian_cdrom().
  
  main.c : look for debian cdrom early so prompts can be optimized
  
  util.c : is_cdrom_image() now looks at 'debian_cdrom_present' to try and give a
  btter answer.
  

Files:
changed:choose_medium.c dbootstrap.h main.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

2002-02-02 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Feb  2 21:43:28 PST 2002
Log Message:
  revert my cdrom sensing fix, it needs some more work.
  

Files:
changed:choose_medium.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

2002-02-01 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Fri Feb  1 23:35:48 PST 2002
Log Message:
  +- on net install of drivers and kernel put files in proper
  +  directory (closes: #131121)
  

Files:
changed:net-fetch.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

2002-01-30 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed Jan 30 10:34:35 PST 2002
Log Message:
  +- don't call strcmp on NULL pointer in select_not_mounted.c
  

Files:
changed:select_not_mounted.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

2002-01-29 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Tue Jan 29 22:09:04 PST 2002
Log Message:
  remove cruft, compiler warning goes with it.
  

Files:
changed:bootconfig.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

2002-01-29 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Tue Jan 29 22:12:41 PST 2002
Log Message:
  +- look for Debian cd in cdrom to help make better defaults
  +  (closes: #123948)
  
  is_cdrom_image() moved from utils.c into choose_medium.c so it could
  use some of the choose_medium.c definitions.
  
  
  

Files:
changed:choose_medium.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

2001-12-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Dec 16 12:34:04 PST 2001
Log Message:
  i18n some strings that were missed
  

Files:
changed:baseconfig.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

2001-12-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Dec 16 23:03:38 PST 2001
Log Message:
  if it is declared char *argv[6] don't put anything in argv[n] for n=6
  ick.
  
  

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/utilities/dbootstrap by dwhedon

2001-12-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Dec 16 23:13:27 PST 2001
Log Message:
  remove the option to install anything other than woody.  This gives us
  less code to worry about, fewer prompts for the user, and we really
  didn't want to support installing anything other than woody anyway.
  

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/utilities/dbootstrap by dwhedon

2001-12-16 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Dec 16 23:29:39 PST 2001
Log Message:
  add base_config_test
  

Files:
changed:baseconfig.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

2001-11-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Nov 25 21:17:03 PST 2001


Log Message:

- fix badly broken language chooser (closes: #120637)


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

2001-11-22 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Thu Nov 22 00:09:28 PST 2001


Log Message:

remember the gateway on the second pass through network configuration


Files:

changed:netconfig.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

2001-11-14 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed Nov 14 22:26:23 PST 2001


Log Message:

report failure if dhclient cannot configure the interface
closes: #109455


Files:

changed:netconfig.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

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed Oct 24 11:43:53 PDT 2001


Log Message:

from Christoph Lameter [EMAIL PROTECTED]
   - when user wants to select an unmounted partition and there is only
  one partition to choose from, don't prompt, just select it.



Files:

changed:select_not_mounted.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

2001-10-21 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Oct 21 22:10:48 PDT 2001


Log Message:

add message about debootstrap messages on tty4


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/utilities/dbootstrap by dwhedon

2001-09-11 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Tue Sep 11 00:39:24 PDT 2001


Log Message:

remove done from todo
do debug mode if DEB_BUILD_OPTIONS says to


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

2001-07-12 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Thu Jul 12 19:33:02 PDT 2001


Log Message:

when writing a problem report nfs mount must be read/write (Closes: #104117)


Files:

changed:choose_medium.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

2001-06-13 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed Jun 13 00:19:49 PDT 2001


Log Message:

- take 3rd party modules question out of the mainline, now user needs
  to specifically choose it.  This question confused people.


Files:

changed:baseconfig.c dbootstrap.h floppy_modules.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

2001-06-10 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Jun 10 00:40:32 PDT 2001


Log Message:

clean up choose_archive_dir some more, I kinda wish I had never touched it :(, but at 
least it is cleaner now.   I think it should behave the same as in the past, we'll 
see.  Problem repotr generator had some issues as well.  Now it works saving to 
floppy, harddisk or other mounted filesystem.


Files:

changed:choose_medium.c problem_report.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

2001-06-10 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Jun 10 09:58:22 PDT 2001


Log Message:

remove timezone configuration.  This will now be handled in base-config.


Files:

changed:baseconfig.c

removed:tzconfig.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

2001-06-10 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Jun 10 13:43:09 PDT 2001


Log Message:

move 'Configure the Base System' step to immediately after debootstrap succeeds.  It 
now runs without user intervention.


Files:

changed: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

2001-06-10 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Jun 10 22:15:03 PDT 2001


Log Message:

add some more files from /proc to the list to be saved.  They will be empty, by the 
way, until:
#100369: busybox cp can't copy from /proc
is fixed.


Files:

changed:problem_report.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

2001-06-09 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Jun  9 02:41:28 PDT 2001


Log Message:

* add the ability to generate a problem report on floppy or harddisk.  The report saves
  /var/log/messages, /proc/cpuinfo and /etc/fstab.
* clean up choose_archive_dir() somewhat.  This fixes the spurious error message if
  dbootstrap tried to be clever and guess a directory before prompting the user.
* add vexeclog, stdarg version of execlog.



Files:

changed:choose_medium.c dbootstrap.h main_menu.c select_not_mounted.c util.c util.h

added:  problem_report.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

2001-06-09 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Jun  9 16:12:29 PDT 2001


Log Message:

include a note telling testers that they should install woody if they want to be as 
helpful as possible.


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/utilities/dbootstrap by dwhedon

2001-06-08 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Fri Jun  8 18:59:20 PDT 2001


Log Message:

clean up problemBoxEn hack


Files:

changed:boxes.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

2001-06-04 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun Jun  3 23:44:16 PDT 2001


Log Message:

manually redefine button background color, this can go away once newt is fixed
add a little yesNo test to boxes_test


Files:

changed:boxes.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

2001-06-02 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sat Jun  2 13:04:17 PDT 2001


Log Message:

use twoButtonBox rather than yesNoBox when asking for confirmation of installing 
anything other than the default distribution (stable).  This allows me to make the 
default answer 'no' to the question 'Are you sure you want to do this?'


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/utilities/dbootstrap by dwhedon

2001-05-28 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Mon May 28 22:35:05 PDT 2001


Log Message:

* put slink back in

* clean up the handling of the volatile testing/stable codenames.  Now there is
one define that needs to change once woody is released and the dialog plus
debootstrap invocation will change accordingly (the define is WOODY_RELEASED).


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/utilities/dbootstrap by dwhedon

2001-05-27 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun May 27 17:26:54 PDT 2001


Log Message:

When compiling the list of timezones ignore 'localtime'.  That is the
configured timezone and every system will be UTC at this point.  Furthermore
since tzconfig isn't being chrooted (nor does it need to be) the
/usr/share/zoneinfo/localtime symlink to /etc/localtime is broken, this
generates a spurious error message.



Files:

changed:tzconfig.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

2001-05-27 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Sun May 27 18:03:54 PDT 2001


Log Message:

* remove sid from choices, I don't think anyone wants to install sid, testing maybe
* remove unused variable
* delete done things off TODO list
* if no /dev/tty4, like on a serial console, we now redirect verbose dpkg output to
/tmp/debootstrap.log.




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/utilities/dbootstrap by dwhedon

2001-05-25 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Fri May 25 22:14:08 PDT 2001


Log Message:

put the warnings back in, the problem is with libc6, lilo and maybe exim too.
I'm going to look into it deeper and file some bugs.


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/utilities/dbootstrap by dwhedon

2001-05-24 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Thu May 24 08:14:43 PDT 2001


Log Message:

treat debootstrap warnings as status messages so the user isn't prompted to hit return.


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/utilities/dbootstrap by dwhedon

2001-05-15 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Mon May 14 23:47:13 PDT 2001


Log Message:

break up mirror info for base_config


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/utilities/dbootstrap by dwhedon

2001-05-10 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed May  9 23:57:09 PDT 2001


Log Message:

If we install over the network write the known good hostname to
dbootstrap_settings as the variable DEBIAN_MIRROR




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/utilities/dbootstrap by dwhedon

2001-05-07 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Mon May  7 22:54:56 PDT 2001


Log Message:

remove the /etc/modules hack since modutils has been fixed


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/utilities/dbootstrap by dwhedon

2001-05-01 Thread dwhedon

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Tue May  1 00:33:49 PDT 2001


Log Message:

save off /target/etc/modutils before calling debootstrap, fix it after calling
debootstrap as it gets trampled by the modutils package.

touch /target/sbin/unconfigured.sh so that we are prompted to configure the
base system

fix some compiler warnings that were actually pointing out potential problems.
fix a comment


Files:

changed:extract_base.c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-05-01 Thread Santiago Garcia Mantinan

 save off /target/etc/modutils before calling debootstrap, fix it after calling
 debootstrap as it gets trampled by the modutils package.

For what I see you are not talking about modutils overwriting
/target/etc/modutils but /target/etc/modules, well, after a talk with
Wichert yesterday he has submited a new version of modutils to solve this, I
think the solution he has applied was the one that Santiago Vila suggested
on this list. The new package should be installed on unstable today.
So this piece of the patch won't be needed anymore.

 touch /target/sbin/unconfigured.sh so that we are prompted to configure the
 base system

I was doing this on debootstrap for comodity, but thinking that it should be
done here. Great. BTW, who decides this kind of things? I mean if this
should be done here or there :-???

Regards...
-- 
Manty/BestiaTester - http://manty.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-05-01 Thread David Whedon

Tue, May 01, 2001 at 12:21:23PM +0200 wrote:
  save off /target/etc/modutils before calling debootstrap, fix it after calling
  debootstrap as it gets trampled by the modutils package.
 
 For what I see you are not talking about modutils overwriting
 /target/etc/modutils but /target/etc/modules, well, after a talk with
oops, right.

 Wichert yesterday he has submited a new version of modutils to solve this, I
 think the solution he has applied was the one that Santiago Vila suggested
 on this list. The new package should be installed on unstable today.
 So this piece of the patch won't be needed anymore.
very nice, I'll be happy to remove the hack.

 
  touch /target/sbin/unconfigured.sh so that we are prompted to configure the
  base system
 
 I was doing this on debootstrap for comodity, but thinking that it should be
 done here. Great. BTW, who decides this kind of things? I mean if this
 should be done here or there :-???

There isn't a simple answer to that.  In general if you have a good fix that is
clean and doesn't break other things you should apply it.  You can ask this list
too, but sometimes it doesn't even know. If I really don't know I just submit a
bug and sometimes the problem gets magically fixed by benevolent bug fixers.  

These two 'fixes' I have here aren't a good example of clean fixes.  The modules
thing is marked with a big FIXME, the unconfigured.sh thing is lame too.  I
don't have any excuse for that except that I'm trying to get boot-floppies
working and sometimes a hack is better than nothing, especially when it allows
testers to get farther along and find more bugs.

David

 
 Regards...
 -- 
 Manty/BestiaTester - http://manty.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-04-17 Thread 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/utilities/dbootstrap by dwhedon

2001-04-15 Thread 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/utilities/dbootstrap by dwhedon

2001-04-13 Thread 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

2001-04-12 Thread 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

2001-04-12 Thread 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

2001-04-10 Thread 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]




Re: cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-04-10 Thread Anthony Towns

On Tue, Apr 10, 2001 at 12:33:01AM -0700, [EMAIL PROTECTED] wrote:
 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

You can probably determine this automatically nowadays. If you've got
wget and a http mirror, something like:

--
#!/bin/sh

SUITES="stable testing unstable"
MIRROR="http://ftp.debian.org/debian"

rm -f release
for s in $SUITES; do
wget -O release $MIRROR/dists/$s/Release /dev/null 21
if [ ! -s release ]; then continue; fi

codename=`cat release | sed -n 's/^Codename: //p'`
status=`cat release | sed -n 's/^Suite: //p'`
desc=`cat release | sed -n 's/^Description: //p'`
rm -f release

echo $s $codename $status $desc
done
--

will tell you:

] stable potato stable Debian GNU/Linux 2.2r2
] testing woody testing Debian Testing distribution - Not Released
] unstable sid unstable Debian Unstable - Not Released

which gives you what path on the ftp site (dists/$1) will get you which
distribution of Debian ($2 = codename, $3 = status), and will give you
a little description too.

Cheers,
aj

-- 
Anthony Towns [EMAIL PROTECTED] http://azure.humbug.org.au/~aj/
I don't speak for anyone save myself. GPG signed mail preferred.

``_Any_ increase in interface difficulty, in exchange for a benefit you
  do not understand, cannot perceive, or don't care about, is too much.''
  -- John S. Novak, III (The Humblest Man on the Net)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-04-09 Thread 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/utilities/dbootstrap by dwhedon

2001-04-05 Thread 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/utilities/dbootstrap by dwhedon

2001-03-21 Thread 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/utilities/dbootstrap by dwhedon

2001-03-04 Thread 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/utilities/dbootstrap by dwhedon

2001-03-03 Thread 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

2001-02-27 Thread 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

2001-02-27 Thread 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

2001-02-27 Thread 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/utilities/dbootstrap by dwhedon

2001-02-24 Thread 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/utilities/dbootstrap by dwhedon

2001-02-23 Thread 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]