diff options
author | adv <adv@uma.es> | 2011-04-08 14:01:38 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-04-08 14:01:38 +0000 |
commit | b1ccf9b2968d3f0fe0f159b7fd75fa84454d3854 (patch) | |
tree | e5afb79a4a905de89231e4c5195b0768824c6b94 /client/boot-tools/clientstructure/etc/fstab | |
parent | 58828de3313e571cf3559716e832f61e246383ac (diff) |
version1.0 renombrando ogclient boot-tools
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1764 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/clientstructure/etc/fstab')
-rw-r--r-- | client/boot-tools/clientstructure/etc/fstab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/boot-tools/clientstructure/etc/fstab b/client/boot-tools/clientstructure/etc/fstab new file mode 100644 index 00000000..d7473df4 --- /dev/null +++ b/client/boot-tools/clientstructure/etc/fstab @@ -0,0 +1,13 @@ +# /etc/fstab: static file system information. +# +# Use 'blkid -o value -s UUID' to print the universally unique identifier +# for a device; this may be used with UUID= as a more robust way to name +# devices that works even if disks are added and removed. See fstab(5). +# +# <file system> <mount point> <type> <options> <dump> <pass> +proc /proc proc 0 0 +/dev/sda1 ext3 errors=remount-ro 0 1 + + + + |