Change unionfs so that it is clearly noted as experimental
authorEric Edgar <rocket@gentoo.org>
Fri, 29 Jul 2005 14:04:24 +0000 (14:04 +0000)
committerEric Edgar <rocket@gentoo.org>
Fri, 29 Jul 2005 14:04:24 +0000 (14:04 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@284 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_cmdline.sh

index 3e1920d9e7dad54827019c30b72e410da5fb9a0c..1fad598ff80d94ccffd57df5e3e59556d833cf5e 100755 (executable)
@@ -67,7 +67,7 @@ longusage() {
   echo "       --evms2                 Include EVMS2 support"
   echo "                               --> 'emerge evms' in the host operating system first"
   echo "       --lvm2                  Include LVM2 support"
-  echo "       --unionfs               Include UNIONFS support"
+#  echo "      --unionfs               Include UNIONFS support"
   echo "       --dmraid                Include DMRAID support"
   echo "       --bootloader=grub       Add new kernel to GRUB configuration"
   echo "       --linuxrc=<file>        Specifies a user created linuxrc"
@@ -180,6 +180,19 @@ parse_cmdline() {
              --unionfs)
                      CMD_UNIONFS=1
                      print_info 2 "CMD_UNIONFS: $CMD_UNIONFS"
+                     echo
+                     print_warning 1 "WARNING: unionfs support is in active development and is not meant for general use."
+                     echo
+             ;;
+             --unionfs-dev)
+                     CMD_UNIONFS=1
+                     print_info 2 "CMD_UNIONFS: $CMD_UNIONFS"
+                     echo
+                     print_warning 1 "WARNING: unionfs support is in active development and is not meant for general use."
+                     print_warning 1 "Bug Reports without patches/fixes will be ignored."
+                     print_warning 1 "Use at your own risk as this could blow up your system."
+                     print_warning 1 "This code is subject to change at any time."
+                     echo
              ;;
              --lvm2)
                      CMD_LVM2=1