Log of /people/eartoast
Directory Listing
Revision
3081 -
Directory Listing
Modified
Wed Nov 23 09:03:07 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
include option -I in the getopt call; this really enables
interface selection.
BTW: even before, by setting eth0 as the default interface,
the dhcp failures on the other interfaces disappeared ;)
Revision
3038 -
Directory Listing
Modified
Fri Nov 11 08:28:14 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
move the X driver substitution to a fcopy preinst script as a simple demo
how to use preinst
Revision
2996 -
Directory Listing
Modified
Fri Nov 4 09:04:39 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
improve the fcopy-preinst manpage a bit to clarify the usage of
preinst scripts.
Revision
2995 -
Directory Listing
Modified
Fri Nov 4 08:45:05 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX:337271 include an interface name in the kernel-ip configuration
the interface defaults to eth0, but can be changed using make-fai-bootfloppy's
"-I" option
(solves the problem of kernel-ip-configuration getting stuck in dhcp requests
if there's more than one network interface)
Revision
2994 -
Directory Listing
Modified
Fri Nov 4 08:42:22 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
new bug, new branch
Revision
2993 -
Directory Listing
Modified
Fri Nov 4 08:40:50 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX: #312128, work around changed ifupdown
ifupdown was changed: instead of the file /etc/network/ifstate it uses
/etc/network/run/ifstate, while /etc/network/run is a symlink to /dev/shm/network.
this fails, of cause, in the FAI nfsroot.
quick workaround: bind-mount /tmp to /dev/shm and create the directory
/dev/shm/network/ in lib/create_ramdisk
Revision
2992 -
Directory Listing
Modified
Fri Nov 4 08:31:36 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
branch to fix the changed-ifupdown bug
Revision
2979 -
Directory Listing
Modified
Thu Nov 3 18:05:38 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX:297550 clean up the fcopy recursion code
the File::Find code used in recursive fcopy descended into the ignored
directories and their subdirectories. this failed when a revision control
system keeps subdirectories there (in this case: subversion).
while fixing this bug, the whole File::Find code was brought to a more
readable/debuggable form.
this version differs from the first version sent to fai-workshow@guug.de
because it moves the newly introduced %ignoredirs out of global scope.
Revision
2978 -
Directory Listing
Modified
Thu Nov 3 18:02:50 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
create branch for the fcopy-recursion bug
Revision
2977 -
Directory Listing
Modified
Thu Nov 3 17:59:40 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
create the root of my bugfix branches
Revision
2976 -
Directory Listing
Modified
Mon Oct 31 19:26:12 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
preinst support; clean up ugly code
Revision
2975 -
Directory Listing
Added
Mon Oct 31 18:58:31 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
start moving my fai patches into svn