diff options
-rw-r--r-- | sutils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 0674b2b5..91b6cebf 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,8 +1,11 @@ 1997-06-21 Miles Bader <miles@gnu.ai.mit.edu> - * e2os.sh: Use conf=notrunc when writing the superblock back to + * e2os.sh: Use conv=notrunc when writing the superblock back to the filesystem device, in case it's a file and not a real device. + * e2os.sh: If $OD & $AWK don't exist, try to get them from + /usr/bin, so that this script works under linux too. + Fri Feb 28 21:27:20 1997 Miles Bader <miles@gnu.ai.mit.edu> * fsck.c (fsck_cleanup): Correctly remove from fscks chain. |