* Added -o loop option for mount, and support in umount for loop

devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins
    <bcollins@debian.org>

 -Erik
This commit is contained in:
Erik Andersen
2000-01-13 06:38:14 +00:00
parent 05df239ed9
commit b7cc49d992
6 changed files with 392 additions and 44 deletions

View File

@@ -10,6 +10,9 @@
* mkdir -p would print an error when asked to mkdir an existing dir
with no interveining subdirectories.
* Fixed "syslogd -O" so that it works.
* Added -o loop option for mount, and support in umount for loop
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins
<bcollins@debian.org>
-Erik Andersen