cvs commit to boot-floppies/debian by eb

2001-11-17 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Sat Nov 17 00:35:47 PST 2001


Log Message:

since the base-config maintainer refuses to fix 103302 apply a patch
to fix it after base installation.  this workaround must remain until
103302 is correctly fixed (patch in BTS, awaiting NMU).


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 eb

2001-11-15 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Thu Nov 15 06:18:16 PST 2001


Log Message:

mklibs.py now seems to work on powerpc, use it now.


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 eb

2001-11-15 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Thu Nov 15 05:43:44 PST 2001


Log Message:

- recent portability patch to mklibs.py requires python 2 so
  Build-depend on python-dev (>= 2.1.1-4), python2.1-xml.
- Fix utilities/dbootstrap/langs/Makefile: PYTHON_VERSION=2.1


Files:

changed:changelog control


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




cvs commit to boot-floppies/debian by eb

2001-11-10 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Sat Nov 10 06:22:19 PST 2001


Log Message:

Add powerpc-specials/yaboot.conf.  This is a functional config for
temporarily bootstrapping the boot-floppies from an existing MacOS
partition.  This file is copied to $release/powermac next to the
yaboot binary.


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 eb

2001-11-05 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Mon Nov  5 02:10:19 PST 2001


Log Message:

update progress bar fixes.


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 eb

2001-11-03 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Sat Nov  3 07:32:00 PST 2001


Log Message:

Add s390-specials/Makefile with a phony clean target, the lack of this
breaks the clean target entirely for all architectures


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 eb

2001-11-03 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Sat Nov  3 07:28:01 PST 2001


Log Message:

Fix progress bar for base installs:
 - proper progress and progress messages for basedebs.tgz
 - progress bar for actual base installation, instead of just sitting
   there saying `extracting whiptail' for 10 minutes.
this requires a new debootstrap to actually work, but the changes
won't break anything currently (they are effectivly inert atm).

revert changes to choose_medium.c the default directory is still
broken, but my earlier change didn't really help, need to investigate
this mess more.


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 eb

2001-11-01 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Thu Nov  1 17:22:28 PST 2001


Log Message:

document segv fix and choose-archive-dir defaults


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 eb

2001-09-27 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Thu Sep 27 05:12:31 PDT 2001


Log Message:

make lilo configuration XFS aware.


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 eb

2001-09-16 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Sun Sep 16 02:47:02 PDT 2001


Log Message:

Remove ddisk and cfdisk from pmac root floppy, we don't need them and
there is not sufficient space.


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 eb

2001-09-10 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:eb
time:   Mon Sep 10 05:39:10 PDT 2001


Log Message:

- Redesign filesystem creation/mounting to cleanly, and dynamically
  support multiple filesystems, redo the ext3/reiserfs code.
  Now dbootstrap will offer a menubox list of supported filesystems.
  A filesystem is offered as a choice when both a) the running kernel
  supports it, and b) there is a mkfs for that filesystem.  If only Ext2
  is supported the behavior is exactly as its always been.
- Add is_filesystem_supported() function to util.c.
- Add XFS filesystem support.
- Fix partition mounting so it works properly again.
- Remove bogus and non-existent reiserfs partition type, reiserfs is
  not, and should not get its own partition type, it should use the
  "Linux Native" partition types that already exist on most/all
  architectures.  The redesigned mounting code does this.
- Redo fstab generation to work properly with multiple filesystems.
- Moved is_fstype() function out of baseconfig.c and into util.c. Its
  useful elsewhere (now also used in bootconfig.c).
- Quik setup aborts if root partition is not ext2.
- Eliminate ioctl messages that were spewed all over the screen
  during kernel installation.  (perror() -> ERRMSG() don't use
  perror() in boot-floppies!)
- Check for parted correctly.

All changes have been well tested.


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 eb

2001-08-28 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Aug 28 04:17:32 PDT 2001


Log Message:

3.0.13 for powerpc is yet again broken because nobody checks whether
the root image fits in 1440k, right now it doesn't so the root.bin is
corrupt and unusable.

make the build fail when this occurs so this problem can no longer be
ignored. (test added to i386, powerpc, m68k, and alpha)


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 eb

2001-08-20 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Mon Aug 20 02:55:48 PDT 2001


Log Message:

- PowerMac uses linux (read i386) keycodes now, use i386 keymaps.
  This still needs a fixed -pmac kernel, but console-data in woody
  requires that anyway.
- Fix formatting error in debian/changelog that was
  b0rking builds.



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 eb

2001-07-16 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Mon Jul 16 04:28:38 PDT 2001


Log Message:

Update mac partition types/descriptions


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 eb

2001-07-12 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jul 12 04:16:08 PDT 2001


Log Message:

- Add patch from Colin Walters to support basedebs.tgz.
- Ignore .resource and .finderinfo when building lists of valid directories
  (HFS cruft).
- Make problem_report create a .fdisk-dump file for each disk, contents is
  the output of fdisk -l .


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 eb

2001-07-08 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sun Jul  8 18:25:39 PDT 2001


Log Message:

- Change `Install Operating System Kernel and Modules' to
  `Install Kernel and Driver Modules' so aj won't be confused.


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 eb

2001-07-08 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sun Jul  8 07:24:33 PDT 2001


Log Message:

fix floppy_split to correctly pad the last image with nulls instead of
padding 512 bytes of nulls then a couple bytes of crap.

small fixup to floppy base install

add support to extract_base for basedeb.tgz, choose_medium.c isn't
done yet.


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 eb

2001-07-07 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sat Jul  7 06:20:28 PDT 2001


Log Message:

- Add yaboot binary to $release/powermac so users don't have to go find one.
- Change rootdisk permission fixup to not touch device file permissions,
  that way loop mounting a root.bin does not create a security hole.


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 eb

2001-07-07 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sat Jul  7 02:15:27 PDT 2001


Log Message:

set TMPDIR=/target/tmp in ybinwrapper since some of ybin's temp files
can be large.


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 eb

2001-07-05 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jul  5 07:13:49 PDT 2001


Log Message:

Add support for installing base via a pile o' floppies.

this is not tested since i don't have a floppy drive, it at least
compiles ;-)

basedebs.tgz and floppy images at http://penguinppc.org/~eb/debian/

installing base via tarball on anything but floppy not yet done.


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 eb

2001-07-05 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jul  5 06:15:24 PDT 2001


Log Message:

- Use e2fsprogs-bf instead of e2fsprogs
- rootdisk.sh: don't rm -rf $E until after mklibs.sh is run
- rootdisk.sh: run mklibs.sh with -L $E/lib:$E/usr/lib:/lib:/usr/lib
  this way we don't end up getting the binaries from the extract area
  and the non-pic libs from /lib and /usr/lib (instead of the extract area).

the last one is probably why badblocks was getting broken in the first
place.  badblocks now works correctly.


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 eb

2001-06-29 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Fri Jun 29 05:52:34 PDT 2001


Log Message:

call debootstrap with --arch ARCHNAME so it won't need that silly
/usr/lib/debootstrap/arch file any more.

remove /usr/lib/debootstrap/arch from root disk.


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 eb

2001-06-28 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jun 28 05:48:43 PDT 2001


Log Message:

remove woody.debs and sid.debs, debootstrap no longer has these
files.


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 eb

2001-06-26 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun 26 00:40:29 PDT 2001


Log Message:

only check if root is on the first disk if the disk is IDE, its not
needed for scsi.


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 eb

2001-06-25 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Mon Jun 25 06:37:01 PDT 2001


Log Message:

Enable `Edit Kernel Boot Paramaters' on powerpc

Add support for additional kernel paramaters to run_plilo_quik() and run_pilo_yaboot()


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 eb

2001-06-20 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Wed Jun 20 07:44:37 PDT 2001


Log Message:

add woody.debs from debootstrap .12 which contains the debs list and
thus is required.


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 eb

2001-06-19 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun 19 05:49:15 PDT 2001


Log Message:

don't eject root floppy on newworld powermacs
set sane umask in dbootstrap (just in case).


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 eb

2001-06-19 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun 19 05:17:12 PDT 2001


Log Message:

make sure /target/tmp is created 1777, mkdir(foo, 01777) doesn't work.

changed other mkdir calls to ensure sane permissions.


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 eb

2001-06-17 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sun Jun 17 01:12:40 PDT 2001


Log Message:

creating world writable files is never acceptable IMO.

fix up perms on kernel installed in /boot so it doesn't get left with
execute permissions if the rescue floppy is FAT.


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 eb

2001-06-16 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sat Jun 16 07:09:56 PDT 2001


Log Message:

fixed copyFile() so it doesn't set the umask to 0 (this might explain
why so much crap gets created mode 777 (yes still).  the bogus line
was:
   result = mkdir(destName, 077 ^ umask(0));

fixed totally broken fdisk symlink fixing for powerpc.


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 eb

2001-06-16 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sat Jun 16 05:45:13 PDT 2001


Log Message:

avoid being larted by aph


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 eb

2001-06-14 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jun 14 05:50:42 PDT 2001


Log Message:

add comment to generated quik.conf regarding its non-support of symlinks


Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/debian by eb

2001-06-14 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Thu Jun 14 05:44:19 PDT 2001


Log Message:

add comment to generated quik.conf regarding its non-support of symlinks


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 eb

2001-06-12 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun 12 17:05:52 PDT 2001


Log Message:

i kant spel


Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/debian by eb

2001-06-12 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun 12 16:01:13 PDT 2001


Log Message:

add changes made to bootconfig.c


Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/debian by eb

2001-06-10 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sun Jun 10 23:30:24 PDT 2001


Log Message:

Add execlog_to_string() function that stores the program's stdout in a
variable and send stderr to syslog, also returns the programs exit
code.

pretty much rewrite run_plilo_quik():
  - ditch the gross shell script hack for setting up OF, use execlog_to_string()
  - remove commented out code for setting output-device, not enough
machines will work with this anyway, i don't think its worth the
bother.
  - reorganize error dialogs, make it abort sooner on fatal errors
  - Add back pleasewaitbox.
  - remove 2>&1 | logger hack, execlog() already sends stdout/err to syslog
  - cruft removal.

run_plilo_yaboot():
  - stop deleting /target/etc/yaboot.conf, the yaboot
package no longer includes a default yaboot.conf.
  - add strerror(errno) in a few places.

remove Configure The Base System from the main menu, this has already
been removed so having this here prevents compilation.


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 eb

2001-06-06 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Wed Jun  6 06:29:00 PDT 2001


Log Message:

remove bogus arch-specifiers from Depends: line.  they are only
allowed in Build-depends


Files:

changed:control


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




cvs commit to boot-floppies/debian by eb

2001-06-05 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun  5 06:19:31 PDT 2001


Log Message:

remove now obsolete instructions about manually running mkofboot to
make the system bootable, Make System Bootable now works with yaboot.


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 eb

2001-06-05 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun  5 00:27:04 PDT 2001


Log Message:

more updates


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 eb

2001-06-04 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun  5 00:12:11 PDT 2001


Log Message:

typo


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 eb

2001-06-04 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Tue Jun  5 00:10:03 PDT 2001


Log Message:

add my recent changes


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 eb

2001-06-02 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Sat Jun  2 06:32:29 PDT 2001


Log Message:

update


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 eb

2001-06-01 Thread eb

Repository: boot-floppies/debian
who:eb
time:   Fri Jun  1 06:24:15 PDT 2001


Log Message:

fix yaboot installation:
- fix partition checks, removed check for /boot on same disk, thats not 
required (on macs)
- moved yabootconfig call into a #define like all the others
- fixed call to yabootconfig so it will actually work
- stole silo's hack to fix cross device symlinks in the event
  of a /boot partition, however this appears to be broken atm, it creates
  a symlink with binary garbage in it (run_silo is probably broken too)
- removed untrue warning about `destroying ability to boot other OSes'

added LD_LIBRARY_PATH to ybinwrapper, hfsutils barfs on reduced libc.



Files:

changed:changelog


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