From: Eric Edgar Date: Fri, 29 Jul 2005 14:04:24 +0000 (+0000) Subject: Change unionfs so that it is clearly noted as experimental X-Git-Tag: v3.4.10.902~468 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=891ec6f8c3c15bb2ef5acc4693801065de222d08;p=genkernel.git Change unionfs so that it is clearly noted as experimental git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@284 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 3e1920d..1fad598 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -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= 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