in trying to get rid of the /instmnt from the mounting of a harddrive partition for installing of the base system, i was able to get rid of it from one dialog box, but not all.
the problem is more subtle than i initially suspected. i am going to work on it some more later tonight or tommorow, but if someone has some time before then, and they can get it, please do! -john
Index: choose_medium.c =================================================================== RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/choose_medium.c,v retrieving revision 1.118 diff -u -r1.118 choose_medium.c --- choose_medium.c 2001/11/03 15:28:01 1.118 +++ choose_medium.c 2001/12/16 20:31:41 @@ -241,10 +241,6 @@ /* keep user entry between calls to choose_archive_dir */ if (!preventry) { - /* CM_MOUNTPOINT_DIR is default if it's mounted */ - if (!system("cat /proc/mounts | grep -q " CM_MOUNTPOINT_DIR)) - preventry = strdup(CM_MOUNTPOINT_DIR); - else preventry = strdup(""); }