Marc Lijour wrote: > > Hi, > > would it not be nice to have vi loaded at install time? > > So that we could rewrite lilo.conf, fstab or other config files.... > > Just a (silly?) suggestion. > > marc
After the packages are installed, you can ctrl+alt+f2, chroot /wherever/8.2/is/mounted (see output of "mount") /bin/bash -login (gives you bash shell) then run whatever your favorite editor is, depending on what you installed. N.B. don't forget to "exit" before you reboot.
