Browse Source

[ Update README ]

David Martínez Moreno 16 years ago
parent
commit
4bbd46d074
1 changed files with 5 additions and 3 deletions
  1. 5 3
      debian/README

+ 5 - 3
debian/README

@@ -13,14 +13,16 @@ Example of a correct line:
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults,_netdev            2   0
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults,_netdev            2   0
 
 
 
 
+Wrong examples:
+
 This line will generate boot errors, as the early mount process will try to mount this
 This line will generate boot errors, as the early mount process will try to mount this
-volume, as it is not marked as network-dependant:
+volume, because it is not marked as network-dependant:
 
 
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults                    2   0
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults                    2   0
 
 
 
 
-This line will provoke that the /mnt/aoe volume won't simply get mounted while booting,
-or running /etc/init.d/aoetools start:
+This line will provoke that the /mnt/aoe volume won't simply get mounted while booting
+or running "/etc/init.d/aoetools start":
 
 
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults,noauto             2   0
 /dev/etherd/e0.0p5  /mnt/aoe            xfs         defaults,noauto             2   0