| 9 |
mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call |
mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call |
| 10 |
rdev, remove packages that are already installed by debootstrap, new |
rdev, remove packages that are already installed by debootstrap, new |
| 11 |
option for mknbi-linux, always do setup for dhcp and bootp, write PATH |
option for mknbi-linux, always do setup for dhcp and bootp, write PATH |
| 12 |
to /root/.profile, correct location for syslog.conf |
to /root/.profile, correct location for syslog.conf, copy sources.list |
| 13 |
* scripts/BOOT: echo each kernel module to a seperate line in |
from /etc/fai if available |
| 14 |
|
* scripts/BOOT: echo each kernel module to a seperate line in, add |
| 15 |
|
supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst, |
| 16 |
/etc/modules, lilo.conf can also boot the old kernel |
/etc/modules, lilo.conf can also boot the old kernel |
| 17 |
* scripts/LAST: add call: apt-get -f install |
* scripts/LAST: add call: apt-get -f install |
| 18 |
|
* scripts/USB: fix option for echo |
| 19 |
|
* scripts/FAI_BOOTPART: missing $target added, remove rdev call |
| 20 |
|
* lib/subroutines*: better regex for matching disks in /proc/partitions, |
| 21 |
|
task_sysinfo, prepare_apt, add link last to last action performed, new |
| 22 |
|
variable $LOGSERVER, list_disks move to a external script |
| 23 |
|
* DEFAULT/S01: install $addpackages with one dpkg call, installation of |
| 24 |
|
default kernel creates symlinks in /, make /root accessable only by |
| 25 |
|
root, use fcopy -r to copy all dot files for the root account |
| 26 |
* ftar: conditional rm -rf |
* ftar: conditional rm -rf |
| 27 |
* test if mknbi-linux is available (closes: #167900) |
* test if mknbi-linux is available (closes: #167900) |
| 28 |
* make-fai-bootfloppy: rmdir lost+found and copy fewer files to get more |
* make-fai-bootfloppy: add grub support, code reorganized and split into |
| 29 |
space on the floppy, replace $UID with `id -u`, create a generic |
more subroutines, rmdir lost+found and copy fewer files to get more |
| 30 |
boot floppy independant of the boot protocol, use one image with |
space on the floppy, replace $UID with `id -u`, create a generic boot |
| 31 |
multiple append parameters, new options -v, -d |
floppy independant of the boot protocol, use one image with multiple |
| 32 |
* DEFAULT/S01: install $addpackages with one dpkg call, installation of |
append parameters, new options -v, -d, -l, -g |
|
default kernel creates symlinks in /, make /root accessable only by root |
|
| 33 |
* bug fix: hooks can now skip its task again |
* bug fix: hooks can now skip its task again |
| 34 |
* NFS file systems are also mounted with noatime. |
* NFS file systems are also mounted with noatime. |
| 35 |
* rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the |
* rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the |
| 36 |
very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined |
very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined |
| 37 |
before doing anything else, create_ramdisk is an extern script |
before doing anything else, create_ramdisk is an extern script |
| 38 |
* scripts/USB: fix option for echo |
* task_sysinfo now a separate script; add lsmod call, new test if |
| 39 |
* scripts/FAI_BOOTPART: missing $target added, remove rdev call |
executables are available is using which |
| 40 |
* lib/subroutines*: better regex for matching disks in /proc/partitions, |
* adddivert, mkdivert, rmalldivert, rmdivert moved to the new script |
| 41 |
task_sysinfo, prepare_apt, task_sysinfo now a separate script, add |
fai-divert |
| 42 |
link last to last action performed, new variable $LOGSERVER |
* mount_local_disks, umount_local_disks, fstab_mount move to new script |
| 43 |
|
fai-mount-disk |
| 44 |
* Fai.pm and subroutines* are moved from lib/ moved to share/ |
* Fai.pm and subroutines* are moved from lib/ moved to share/ |
| 45 |
* fai-setup: ssh-keygen needs option -t (closes: #156947) |
* fai-setup: ssh-keygen needs option -t (closes: #156947) |
| 46 |
* fai.conf: correct line containing proposed-updates |
* fai.conf: correct line containing proposed-updates |
| 49 |
* fai_modules_off: add block-major-{104,105} |
* fai_modules_off: add block-major-{104,105} |
| 50 |
* remove debian/undocumented |
* remove debian/undocumented |
| 51 |
* install_packages: add option -l, only print the list of packages |
* install_packages: add option -l, only print the list of packages |
| 52 |
|
* disk_config/: make /fai-boot partition larger, CS_KOELN use more |
| 53 |
|
flexible values for partitions sizes |
| 54 |
* add suffix -386 to name of kernel-image package |
* add suffix -386 to name of kernel-image package |
| 55 |
* save_log_*(): do not loops in symlinks |
* save_log_*(): do not create loops in symlinks, moved to external |
| 56 |
|
script fai-savelog |
| 57 |
* apt.conf: add option force-confdef to dpkg call |
* apt.conf: add option force-confdef to dpkg call |
| 58 |
* 03hwdetect script loads scsi and ide modules and prints /proc/scsi info |
* 03hwdetect script loads scsi and ide modules and prints /proc/scsi |
| 59 |
|
info |
| 60 |
|
* move mount2dir to lib directory |
| 61 |
|
* fcopy bug fix: option -r does not work correctly |
| 62 |
|
|
| 63 |
-- Thomas Lange <lange@debian.org> Tue, 10 Dec 2002 16:58:31 +0100 |
-- Thomas Lange <lange@debian.org> Tue, 10 Dec 2002 16:58:31 +0100 |
| 64 |
|
|