[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cvs commit to boot-floppies/utilities/dbootstrap by jaqque



Repository: boot-floppies/utilities/dbootstrap
who:        jaqque
time:       Wed Jan  2 00:56:59 PST 2002
Log Message:
  Major re-work to choose_archive_dir() and friends:
  
  1) select_not_mounted.c: added select_mounted()
     parallels select_not_mounted() in operation
  2) dbootstrap.h: added prototype for select_mounted()
  3) choose_medium.c:
   a) added Live CD menu option (only appears when a LiveCD is detected)
   b) ``livecd'' and ``cdrom'' methods only appear when have_cdrom() returns true
   c) ``mounted'' method now allows you to select any mounted partition,
      even NFS mounts, with the exception of the root filesystem (the RAM
      disk). if you _really_ need to get to the RAM disk, you use /.. in the
      Choose Directory dialog box.
      thanks to ../libfdisk/fdisk.c:mounted_reread(), proc, devfs, and devpts are
      ignored. we might need to add usbdevfs to that list.
  
  Happy New Year!
  

Files:
changed:    choose_medium.c dbootstrap.h select_not_mounted.c



Reply to: