| 1 |
|
fai (2.5.3) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* make-fai-bootfloppy: call grub in chroot environment, so correct libc |
| 4 |
|
is used, add option c and F, DHCP is now default boot protocol, be |
| 5 |
|
more verbose |
| 6 |
|
* make-fai-nfsroot: add option c which sets $cfdir (closes: 219824) |
| 7 |
|
add variable nfssize, remove package strace, check if $NFSROOT is set, |
| 8 |
|
mkdir $RUNDIR is not need any more, use $cfdir instead of fixed |
| 9 |
|
/etc/fai, do not copy fai-chboot to nfsroot, call certain commands in |
| 10 |
|
a LC_ALL=C environment, add more verbose messages, new options for |
| 11 |
|
mknbi-linux call (closes: #181393), test if FAI_SOURCES_LIST is |
| 12 |
|
defined or a sources.list file exists, be verbose when copying |
| 13 |
|
important files if option -v is set |
| 14 |
|
depmod -a ... || true so it does not stop the whole system |
| 15 |
|
* debian/control: replace netboot package with mknbi |
| 16 |
|
* debian/dirs: add var/run/fai, remove unused directory utils |
| 17 |
|
* debian/prerm: check if $NFSROOT is set, sleep 2 before removing nfsroot |
| 18 |
|
* man/make-fai-bootfloppy.8: add new options F and c |
| 19 |
|
* man/make-fai-nfsroot.8: add new option c |
| 20 |
|
* lib/task_sysinfo: show ide disk geometry |
| 21 |
|
remove detect call |
| 22 |
|
most text reformated, because subroutine definition removed |
| 23 |
|
* doc/Makefile: remove some new tempfiles, add "|| true" to rm so it |
| 24 |
|
does not complain |
| 25 |
|
* fai-chboot: add option -S, complain when host names are missing for |
| 26 |
|
option -r |
| 27 |
|
* fai.conf: add packages to the exclude list for debootstrap |
| 28 |
|
new name for KERNELPACKAGE |
| 29 |
|
add comment how to use NFSROOT_ETC_HOSTS (closes: #219433) |
| 30 |
|
remove FAI_SOURCES_LIST examples, use sources.list instead |
| 31 |
|
disable FAI_LOCAL_REPOSITORY by default |
| 32 |
|
put important variables to the top |
| 33 |
|
* examples/etc/sources.list: new file, that shows examples of different |
| 34 |
|
access method to the Debian mirror |
| 35 |
|
* fai-guide.sgml: describe new handling of sources.list, add manref to |
| 36 |
|
make-fai-nfsroot, new line for tftpd in inetd.conf, add info on use |
| 37 |
|
without DNS |
| 38 |
|
* class/06hwdetect.source: modprobe ide-detect needed for 2.4.24 kernel, |
| 39 |
|
remove ide-probe-mod, add isa-pnp |
| 40 |
|
* lib/get-boot-info: new code to extract ip parameters, fix problems |
| 41 |
|
when one parameter is missing |
| 42 |
|
* share/subroutines: islinux() not needed any more, task_chboot: always |
| 43 |
|
copy new kernel image to /boot/fai/$HOSTNAME-localboot |
| 44 |
|
* apt.conf: replace values yes with true |
| 45 |
|
* rcS_fai: new code for task action pipe at the end, new mount option |
| 46 |
|
for remounting /dev/root, copyright has one line less |
| 47 |
|
* examples/etc/dhcpd.conf: new example for a local 192.168.1 subnet, add |
| 48 |
|
nfs mount options to root-path |
| 49 |
|
* VERSION: default is kernel 2.4.24 |
| 50 |
|
* chkdebnames: most parts rewritten |
| 51 |
|
* setup_harddisks: typos |
| 52 |
|
|
| 53 |
|
-- Thomas Lange <lange@debian.org> Wed, 4 Feb 2004 14:42:40 +0100 |
| 54 |
|
|
| 55 |
fai (2.5.2) unstable; urgency=low |
fai (2.5.2) unstable; urgency=low |
| 56 |
|
|
| 57 |
* rcS_fai: print copyright message in red, set scroll region, add |
* rcS_fai: print copyright message in red, set scroll region, add |