Log of /tags/3.4.6
Directory Listing
Revision
6250 -
Directory Listing
Modified
Thu Dec 23 12:45:55 2010 UTC
(2 years, 4 months ago)
by
mika
Original Path:
branches/stable
setup-storage/Commands.pm: Always run vgchange -a -n, even if no prior LVM
was detected; run pvcreate with -ff -y.
Closes: #606485
Thanks: Mathieu Alorent <malorent@echo.fr>
Revision
6249 -
Directory Listing
Modified
Thu Dec 23 12:45:49 2010 UTC
(2 years, 4 months ago)
by
mika
Original Path:
branches/stable
setup-storage/Commands.pm: Use proper dependencies when entire disks are used as
part of a RAID or LVM volume
Thanks: Peter Kruse
Revision
6248 -
Directory Listing
Modified
Thu Dec 23 12:45:44 2010 UTC
(2 years, 4 months ago)
by
mika
Original Path:
branches/stable
simple/scripts/GRUB_PC/10-setup: No need to deal with multiple devices anymore,
BOOT_DEVICE will always a be single value.
This version of 10-setup is known to work both with lenny and squeeze.
Thanks: alekibango, David Dreezer
Revision
6247 -
Directory Listing
Modified
Thu Dec 23 12:45:33 2010 UTC
(2 years, 4 months ago)
by
mika
Original Path:
branches/stable
setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for defining BOOT_DEVICE
setup-storage.8: Properly document semantics of BOOT_DEVICE and disk_var.sh.
Thanks: Julien Blache <jblache@debian.org>
Revision
6246 -
Directory Listing
Modified
Thu Dec 23 12:45:25 2010 UTC
(2 years, 4 months ago)
by
mika
Original Path:
branches/stable
print message to stderr (closes: #605947)
The bugfix for #600715 did break every fai-mirror call, since an
additional line appeared in $NFSROOT/var/tmp/packages.nfsroot.
Revision
6224 -
Directory Listing
Modified
Tue Nov 30 22:41:20 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
apply patch from experimental, install grub into all raid devices
Revision
6223 -
Directory Listing
Modified
Tue Nov 30 22:41:16 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
do not install grub always into (hd0) (closes: #604938)
Revision
6220 -
Directory Listing
Modified
Tue Nov 30 22:41:04 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
Adjust depends/recommends regarding tftp server.
fai-server package recommended 'tftpd-hpa | tftpd', now we're
using 'tftpd-hpa | atftpd' instead as tftpd is not suitable for use
with the PXE bootloader at all.
fai-quickstart package depended on tftpd-hpa without any alternatives,
now we support atftpd as alternative.
Backport of svn r6199 for stable branch 3.4.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6219 -
Directory Listing
Modified
Tue Nov 30 22:41:00 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
NFSROOT: move commented lenny package examples to according place
Thanks: Thomas Lange
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6218 -
Directory Listing
Modified
Tue Nov 30 22:40:57 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
simple examples: move from apt-proxy to approx
Last Debian release that provides apt-proxy is lenny,
therefore switch to approx instead which is available since
etch in each Debian release.
Patch provided by Thomas Lange.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6217 -
Directory Listing
Modified
Tue Nov 30 22:40:53 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
add newline, makes shell.log much more readable
Revision
6216 -
Directory Listing
Modified
Tue Nov 30 22:40:49 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
setup-storage/Volumes.pm: Included parted output line if parsing parted output fails.
This fixes the mysterious "Table header not seen yet."
Revision
6213 -
Directory Listing
Modified
Tue Nov 30 22:40:39 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
remove part of how to enable PXE on 3com. This info was move into the wiki
Conflicts:
3.4/doc/fai-guide.txt
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6209 -
Directory Listing
Modified
Tue Nov 30 22:40:23 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
create directories, set additional parameters (closes: #602498)
Revision
6205 -
Directory Listing
Modified
Tue Nov 30 22:40:10 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
only use interfaces that are up (closes: #600591)
Revision
6204 -
Directory Listing
Modified
Tue Nov 30 22:40:07 2010 UTC
(2 years, 5 months ago)
by
mika
Original Path:
branches/stable
use hostname= from the kernel command line (closes: #601750)
remove call of live config script
Revision
6158 -
Directory Listing
Modified
Fri Oct 15 11:09:42 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
setup-storage/Commands.pm: Quote fs argument in parted mkpart calls
Special characters may be in use that confuse the shell as in, e.g.,
linux-swap(v1) (thanks Peter Kruse for the patch).
Revision
6156 -
Directory Listing
Modified
Fri Oct 15 11:09:13 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
fai-guide.txt: Improved documentation of hooks
Thanks Peter Bittner for providing the text.
Revision
6155 -
Directory Listing
Modified
Fri Oct 15 11:08:52 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
examples/simple/disk_config/FAIBASE: Added bootable:1, which is still necessary on some systems
Thanks Maximiliano Curia for reporting this.
Revision
6154 -
Directory Listing
Modified
Fri Oct 15 11:08:26 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
fai, make-fai-nfsroot: Use df -P for guaranteed one-line-is-one-mount output
Thanks michael log <mmlogin@gmail.com> for the patch.
Revision
6153 -
Directory Listing
Modified
Fri Oct 15 11:07:32 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
bin/fai-cd: fix quote handling of rsync check
Make sure the check for rsync executable returns the proper
value. Avoid "&&" logic and use if...then.. instead. More
details in thread "fai-cd: quotes around command for -x test" on
linux-fai-devel mailinglist.
Thanks: Michael Log <mmlogin@gmail.com>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6150 -
Directory Listing
Modified
Fri Oct 15 11:05:02 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
fai: re-add support for hostname=... bootoption when using live-config
live-config provides hostname handling through a separate script
and $HOSTNAME of bootoption hostname=... isn't available in the
environment any longer.
The argument of the bootoption HOSTNAME=... (uppercase) would be
available in the environment but as we want to be backwards
compatible and continue supporting the hostname=... bootoption
we've to use live-config accordingly if it's available.
Thanks for the bugreport and the initial patch to Karl Wallner.
Thanks: Karl Wallner <fai@karlwallner.de>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6149 -
Directory Listing
Modified
Fri Oct 15 11:04:11 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
reinclude code which is needed (closes: #599305)
Revision
6115 -
Directory Listing
Modified
Tue Oct 5 15:17:48 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
Clarify error message in case of invalid use of swap/luks in disk_config
setup-storage/Parser.pm: Clarify error message in case of invalid use of
swap/luks (thanks Patrick Schoenfeld for pointing this out).
Revision
6112 -
Directory Listing
Modified
Tue Oct 5 15:16:57 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
Rework mdadm output parsing code to make it more tolerant to changes in the output format
Revision
6111 -
Directory Listing
Modified
Tue Oct 5 15:16:47 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
remove unused code (closes: #596055)
code is not used, since shadowconfig is always on
Revision
6107 -
Directory Listing
Modified
Tue Oct 5 15:15:57 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
new domain name for the project
Conflicts:
3.4/bin/fai-mirror
examples/simple/files/etc/approx/approx.conf/FAISERVER
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6105 -
Directory Listing
Modified
Tue Oct 5 15:15:23 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
remove netmask from IP address (closes: #597870)
Revision
6104 -
Directory Listing
Modified
Tue Oct 5 15:15:11 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
Fix preserve for RAID
Preserving a RAID volume did not work:
- mdadm --detail --scan doesn't give information on non-assembled
arrays, leading setup-storage to think there aren't any;
- preserved arrays must be assembled before setup-storage calls
fai-vol-id;
- (minor) always_format was not initialized for RAID arrays.
Revision
6103 -
Directory Listing
Modified
Tue Oct 5 15:15:01 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
raise importance of libproc-daemon-perl to Recommends (closes: #593089)
Conflicts:
3.4/debian/control
Revision
6102 -
Directory Listing
Modified
Tue Oct 5 15:14:45 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
Fixed a whitespace/table alignment issue (not even worth a changelog entry,
IMHO)
Revision
6101 -
Directory Listing
Modified
Tue Oct 5 15:14:33 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
setup-storage/Fstab.pm: Don't resolve LVM devices via readlink (thanks Brian Kroth for suggesting a similar patch).
The underlying canoncial path names aren't stable across reboots, hence these
must not be used.
Closes: #597238
Revision
6094 -
Directory Listing
Modified
Fri Oct 1 17:31:10 2010 UTC
(2 years, 7 months ago)
by
mika
Original Path:
branches/stable
bin/make-fai-nfsroot: change check for /usr/share/live-initramfs to /usr/share/initramfs-tools/scripts/live
The check for directory $NFSROOT/usr/share/live-initramfs fails
starting with live-boot 2.0.0-1 due to renamed directories.
Checking for executable file /usr/share/initramfs-tools/scripts/live
works indepent from the live-initramfs/live-boot[-initramfs-tools]
version.
Closes: #595365
Conflicts:
3.4/bin/make-fai-nfsroot
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6050 -
Directory Listing
Modified
Fri Aug 27 12:06:48 2010 UTC
(2 years, 8 months ago)
by
mika
Original Path:
branches/stable
Enforce execution of mdadm --create only after all partition table manipulations
setup-storage/{Init.pm,Commands.pm}: Enforce execution of mdadm --create
commands to happen after all partition table manipulations.
Revision
6044 -
Directory Listing
Modified
Tue Aug 17 12:59:03 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
new setup-fai-test-environment script create two virtual machines for testing
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6043 -
Directory Listing
Modified
Tue Aug 17 12:58:51 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
bin/make-fai-nfsroot: do not divert update-initramfs by default any longer
The FAI generated /etc/kernel-img.conf avoids generation
of the initrd by the kernel by default. The divertion
mechanism from make-fai-nfsroot avoids registration of
the kernel for initramfs-tools and therefor generating
the initrd will not work anymore without specifying the
exact kernel version (instead of just using update-initramfs
with "-k all"). If we avoid the divertion by default
the initrd might be build twice during the setup procedure
but we do not break it, so this should be a good tradeoff.
The -U option ("do not divert") doesn't change the behaviour
anymore but is still available for backward compability
reasons.
If someone still wants to explicitely divert the update-initramfs
script we could introduce a new variable to support that, but
for now lets KISS.
Acked-By: Thomas Lange <lange@debian.org>
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6042 -
Directory Listing
Modified
Tue Aug 17 12:58:45 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
simple examples: use GRUB_PC as default, add info header to GRUB and GRUB_PC scripts.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6041 -
Directory Listing
Modified
Tue Aug 17 12:58:39 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
package_config/GNOME: drop deprecated packages iceweasel-gnome-support, icedove-gnome-support and gnome-apt.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6040 -
Directory Listing
Modified
Tue Aug 17 12:58:34 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
20-hwdetect.source: make sure the kernel module directory drivers/ide/pci exists before using it.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6039 -
Directory Listing
Modified
Tue Aug 17 12:58:29 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated aufs-modules-* package.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6034 -
Directory Listing
Modified
Tue Aug 17 12:58:09 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
Added sizespec non-terminal to grammer for nicer formatting as suggested by Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6032 -
Directory Listing
Modified
Tue Aug 17 12:58:01 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
* Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info: Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai instead of /etc/dhcp3 (closes: #585063). * dhcp-edit, control: Updated to work with isc-dhcp-server or dhcp3-server, whichever is available. * fai-guide.txt: Updated to isc-dhcp-server.
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6029 -
Directory Listing
Modified
Tue Aug 17 12:57:45 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
* Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info: Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai instead of /etc/dhcp3 (closes: #585063). * dhcp-edit, control: Updated to work with isc-dhcp-server or dhcp3-server, whichever is available. * fai-guide.txt: Updated to isc-dhcp-server.
Conflicts:
Makefile
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6027 -
Directory Listing
Modified
Tue Aug 17 12:57:37 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
get-config-dir: change error message
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6026 -
Directory Listing
Modified
Tue Aug 17 12:57:33 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
Merged a larger number of patches from experimental into trunk:
- setup-storage_used-devs-only
- setup-storage_preserve-lazy
- setup-storage_lvm-preserve2
- setup-storage_resize2fs
- setup-storage_always-format
- setup-storage_parted2.2
- setup-storage_empty-vg
- setup-storage_ramsize
- setup-storage_tmpfs
- setup-storage_external-journal
- setup-storage_cciss-bugfix
- setup-storage_better-parser-errors
- setup-storage_exit-codes
- device2grub_stable_names
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6025 -
Directory Listing
Modified
Tue Aug 17 12:57:29 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fix line break, so normal text line does not start with a dot this makes lintian happy
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6024 -
Directory Listing
Modified
Tue Aug 17 12:57:25 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fai-mirror: use $mirrordir if no argument given (closes: #428597)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6023 -
Directory Listing
Modified
Tue Aug 17 12:57:17 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
* fai-mirror: use $mirrordir if no argument given (closes: #428597) * get-config-dir-svn: use exit code of first command of pipe (closes: #557544)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6022 -
Directory Listing
Modified
Tue Aug 17 12:57:10 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
make-fai-nfsroot: force creating of symlinks (closes: #588009)
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6019 -
Directory Listing
Modified
Tue Aug 17 12:56:53 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fai-mirror, fai-mirror.8: add option -m
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6016 -
Directory Listing
Modified
Tue Aug 17 12:56:42 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
grub.cfg, Makefile: add missing grub.cfg to package
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6012 -
Directory Listing
Modified
Tue Aug 17 12:56:23 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fai-guide.txt: add info how to generate the encrypted password
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6011 -
Directory Listing
Modified
Tue Aug 17 12:56:21 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
subroutines: new subroutine umount_csspace, so it can be used in user hooks (thanks to Waldemar for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6010 -
Directory Listing
Modified
Tue Aug 17 12:56:17 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fixed syntax error (found by lintian run on experimental builds)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6008 -
Directory Listing
Modified
Tue Aug 17 12:56:09 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
* mkramdisks: add option -a, remove use of FAI_NORAMDISK, use FAI_RAMDISKS * subroutines: adjust to new option of mkramdisks
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6007 -
Directory Listing
Modified
Tue Aug 17 12:56:06 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fcopy: do not copy file if preinst script fails (closes: #573044) thanks to Andreas Schuldei for the patch
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6004 -
Directory Listing
Modified
Tue Aug 17 12:55:52 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fai-cd: add grub2 support (thanks to Sebastian Hetze for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6003 -
Directory Listing
Modified
Tue Aug 17 12:55:43 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-edit, fai-class, install_packages, ainsl, fai-mirror, fai-chboot: remove version information, remove e-mail address for bugs
Conflicts:
bin/fai-debconf
bin/fai-mirror
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6001 -
Directory Listing
Modified
Tue Aug 17 12:55:34 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
task_sysinfo: remove call of sysinfo (non open source software), check if blkid exists before calling it
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5997 -
Directory Listing
Modified
Tue Aug 17 12:55:13 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
fai-do-scripts: add cfengine 3 support
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5996 -
Directory Listing
Modified
Tue Aug 17 12:55:08 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
subroutines: /proc + /sys might be empty because they were unmounted inside $FAI_ROOT but are still registered in /etc/mtab outside of $FAI_ROOT, so let's get rid of them outside the chroot as well iff they are present
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5995 -
Directory Listing
Modified
Tue Aug 17 12:55:02 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
10-misc, subroutines: move adding /etc/hosts entry from task_prepareapt to config space script, add only if host does not belong to class DHCPC
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5994 -
Directory Listing
Modified
Tue Aug 17 12:54:58 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
put ROOTPW into quotes, so empty password will work (thanks to Adrien Cunin for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5992 -
Directory Listing
Modified
Tue Aug 17 12:54:42 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
add $modified, add more messages, fix code for adding a host
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5991 -
Directory Listing
Modified
Tue Aug 17 12:54:38 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
Adjust debian/changelog according to latest changes
Acked by Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5990 -
Directory Listing
Modified
Tue Aug 17 12:54:36 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
subroutines, fai: display date of execution (fai_rundate) on startup
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5989 -
Directory Listing
Modified
Tue Aug 17 12:54:31 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
add different implementation for dumping variables, thanks to Andreas Schuldei
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5987 -
Directory Listing
Modified
Tue Aug 17 12:54:21 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
install_packages: support retrieving sources for Debian based systems using the -s option
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5985 -
Directory Listing
Modified
Tue Aug 17 12:54:10 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
make-fai-nfsroot: remove etc/hostname and 70-persistent-net.rules from nfsroot and base.tgz (thanks to Manuel Hachtkemper for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5984 -
Directory Listing
Modified
Tue Aug 17 12:54:06 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
subroutines: use task_error level 420 instead of 855 as discussed with Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5983 -
Directory Listing
Modified
Tue Aug 17 12:54:00 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
doc/error-levels: describe error levels of task_error subroutine
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5981 -
Directory Listing
Modified
Tue Aug 17 12:53:52 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
subroutines, fai: make sure fai exits with the according return code of task action (and all the hooks behind it)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5977 -
Directory Listing
Modified
Tue Aug 17 12:53:34 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
dhcp-edit: new command that adds or removes entries to/from dhcpd.conf
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5971 -
Directory Listing
Modified
Tue Aug 17 12:52:41 2010 UTC
(2 years, 9 months ago)
by
mika
Original Path:
branches/stable
make-fai-nfsroot, make-fai-nfsroot.8: add option -B, (closes: #576092) (thanks to Mika Prokop for the patch)
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>