summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/messages
diff options
context:
space:
mode:
authorFelix Endres2007-04-21 16:06:22 +0200
committerFelix Endres2007-04-21 16:06:22 +0200
commit9b64a9f76af317898b63c939e7afb92ccc7f297d (patch)
tree969a0d116dab04ec58b17cc7d5119f1ab0cf90e6 /initramfs/initrd-stuff/etc/messages
parentFixed missing "'" ... (diff)
downloadcore-9b64a9f76af317898b63c939e7afb92ccc7f297d.tar.gz
core-9b64a9f76af317898b63c939e7afb92ccc7f297d.tar.xz
core-9b64a9f76af317898b63c939e7afb92ccc7f297d.zip
AUFS and UnionFS adjustments
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@913 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/messages')
-rw-r--r--initramfs/initrd-stuff/etc/messages16
1 files changed, 13 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/etc/messages b/initramfs/initrd-stuff/etc/messages
index e5e34195..768c4b59 100644
--- a/initramfs/initrd-stuff/etc/messages
+++ b/initramfs/initrd-stuff/etc/messages
@@ -51,10 +51,20 @@ mean:\n * The kernel was updated but mkdxsinitrd was not run afterwards.\n\
* The mounted filesystem does not contain the modules directory at all.\n\
You might want to check the list of mounted filesystems and if /mnt is\n\
not empty run 'ls /mnt/lib/modules' to check."
-init_loadufs=" Loading of UnionFS or AUFS failed - Either modules are not present or \
-do \nnot match the running kernel. If you do not want to see this \
+init_loadaufs=" Loading of AUFS failed - Either the module is not present or \
+does \nnot match the running kernel. If you do not want to see this \
+\n message remove the token 'aufs' from kernel command line."
+init_noaufs_butufs=" AUFS was chosen as Unification FS but is not available. \
+However UnionFS seems to be available. To put it to use append 'unionfs' to the \
+kernel command line"
+init_noufs_butaufs=" UnionFS was chosen as Unification FS but is not available. \
+However AUFS seems to be available. To put it to use append 'aufs' to the \
+kernel command line"
+init_loadufs=" Loading of UnionFS failed - Either the module is not present or \
+does \nnot match the running kernel. If you do not want to see this \
\n message remove the token 'unionfs' from kernel command line."
-init_loadunions=" Stacking of directories failed, because UnionFS/AUFS is not loaded"
+init_loadunions=" Stacking of directories failed, because UnionFS/AUFS is not \
+loaded"
init_loadcow=" Loading of Copy On Write (COW - special block device) module \
failed -\n Either module is not present or module does not match the \
running\n kernel. If you do not want to see this message remove the token \