Updated directories and dependencies
svn path=/trunk/; revision=962
This commit is contained in:
parent
ed9b5afe36
commit
67dd9f2c10
|
@ -1,7 +1,11 @@
|
|||
2008-11-12 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* README: Updated directories and dependencies.
|
||||
|
||||
2008-11-11 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* src/Dialog_Partition_Info.cc,
|
||||
src/GParted_Core.cc: Added read UUID read display.
|
||||
src/GParted_Core.cc: Added read and display UUID.
|
||||
|
||||
* include/Partition.h,
|
||||
src/Partition.h: Added UUID.
|
||||
|
|
12
README
12
README
|
@ -85,6 +85,8 @@ DIRECTORIES
|
|||
------------
|
||||
compose - contains String::ucompose() function
|
||||
|
||||
data - contains desktop icons
|
||||
|
||||
doc - contains manual page documentation
|
||||
|
||||
help - contains GParted Manual and international translations
|
||||
|
@ -93,8 +95,6 @@ include - contains source header files
|
|||
|
||||
m4 - contains macro files
|
||||
|
||||
pixmaps - contains desktop icon
|
||||
|
||||
po - contains international language translations
|
||||
|
||||
src - contains C++ source code
|
||||
|
@ -117,6 +117,8 @@ Optional packages include:
|
|||
reiserfsprogs
|
||||
xfsprogs
|
||||
|
||||
NOTE: If the vol_id command is in the search PATH, it will be used
|
||||
to read linux-swap, reiser4, hfs, and hfs+ file system
|
||||
volume labels.
|
||||
NOTE: * If the vol_id command is in the search PATH, it will be used
|
||||
to read linux-swap, reiser4, hfs, and hfs+ file system
|
||||
volume labels.
|
||||
* If the blkid command is in the search path, it will be used
|
||||
to read file system UUIDs.
|
||||
|
|
Loading…
Reference in New Issue