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
cleanup-cruft
Eric Edgar 20 years ago
parent d02b87e698
commit 891ec6f8c3

@ -67,7 +67,7 @@ longusage() {
echo " --evms2 Include EVMS2 support" echo " --evms2 Include EVMS2 support"
echo " --> 'emerge evms' in the host operating system first" echo " --> 'emerge evms' in the host operating system first"
echo " --lvm2 Include LVM2 support" echo " --lvm2 Include LVM2 support"
echo " --unionfs Include UNIONFS support" # echo " --unionfs Include UNIONFS support"
echo " --dmraid Include DMRAID support" echo " --dmraid Include DMRAID support"
echo " --bootloader=grub Add new kernel to GRUB configuration" echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " --linuxrc=<file> Specifies a user created linuxrc" echo " --linuxrc=<file> Specifies a user created linuxrc"
@ -180,6 +180,19 @@ parse_cmdline() {
--unionfs) --unionfs)
CMD_UNIONFS=1 CMD_UNIONFS=1
print_info 2 "CMD_UNIONFS: $CMD_UNIONFS" 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) --lvm2)
CMD_LVM2=1 CMD_LVM2=1

Loading…
Cancel
Save