[Replicator-users] Sanitization of TODO list
Status: Beta
Brought to you by:
schaumat
From: <jwa...@bx...> - 2003-04-11 00:42:07
|
I just took a look at the TODO file, and saw a lot of typing errors, here is a small cleaning up. I hope someone will apply it soon. cvs server: Diffing . Index: TODO =================================================================== RCS file: /cvsroot/replicator/replicator/TODO,v retrieving revision 1.62 diff -r1.62 TODO 3,10c3,10 < -test rsync option --whole-file (should speed up by 10!) < - One subdir of /etc/replicator per classe < - after replication (within the class foo) copy the /etc/replicator/foo-sync < - Doc : lilo-template. < -woody transfert: < change get_deb_using_wget to allow apssing the name of the mirror, then use < it to retreive additionnal .debs for the woody miniroot. < -use mount -n to avoid writing in the /etc/mtab (so that the miniroot can be used by multiple targets) --- > - test rsync option --whole-file (should speed up by 10!) > - one subdir of /etc/replicator per classe > after replication (within the class foo) copy the /etc/replicator/foo-sync > - document lilo-template > - woody transfer: > change get_deb_using_wget to allow passing the name of the mirror, then use > it to retrieve additionnal .debs for the woody miniroot. > - use mount -n to avoid writing in the /etc/mtab (so that the miniroot can be used by multiple targets) 15c15 < - remove perl warning (because of dialog.pl) --- > - remove Perl warning (because of dialog.pl) 17a18 > 26c27 < # --- > 29c30 < make a template for lilo. By default it contains serial entry. it should --- > - make a template for LILO. By default it contains serial entry. it should 31d31 < 33,35c33,35 < - DONE :add support for debootstrap (add external list of package support in < debootstrap or add a "replicator" list (same as "woody"). < - create repli-kernel that compile the correct kernel for boottime. --- > - DONE : add support for debootstrap (add external list of package support in > debootstrap or add a "replicator" list (same as "woody") > - create repli-kernel that compile the right kernel for boottime 40,41c40,41 < - repli-dialog should tell wich disk it wants to install on. < * make a repli-instakll hdsetup (without real) and grep the name of the disk --- > - repli-dialog should tell wich disk it wants to install on > * make a repli-install hdsetup (without real) and grep the name of the disk 45c45 < - should handle dhcpcd and dhcp-client. --- > - should handle dhcpcd and dhcp-client 47,48c47,48 < - allow to choose grub or lilo to put on the HD < - preserve public/private keys in case of reinstallation --- > - allow to choose betweeb GRUB and LILO to put on the HD > - preserve SSH public/private keys in case of reinstallation 51c51 < and proposed reboot. --- > and propose reboot 59c59 < - shall we copy the whole /var/lib? Shall we recreate only the directory stu cture of /var?? --- > - shall we copy the whole /var/lib? Shall we recreate only the directory stuct ure of /var?? 63c63 < -tree install (model->c1 then simultaneously c1->c2 an model->c3): --- > - tree install (model->c1 then simultaneously c1->c2 an model->c3): 87c87 < nxt you'll make: model->c4 c1->c6 c2->c7 c3->c8 --- > next you'll make: model->c4 c1->c6 c2->c7 c3->c8 93c93 < -explain whyu getting 127.0.0.1 is bad --- > - explain why getting 127.0.0.1 is bad |