Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
btrfsprogs
btrfs-mkfs-update-disclaimer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File btrfs-mkfs-update-disclaimer.patch of Package btrfsprogs
Index: btrfs-progs-v0.19-118-gfdb6c04/mkfs.c =================================================================== --- btrfs-progs-v0.19-118-gfdb6c04.orig/mkfs.c +++ btrfs-progs-v0.19-118-gfdb6c04/mkfs.c @@ -1297,8 +1297,13 @@ int main(int ac, char **av) if (ac == 0) print_usage(); - printf("\nWARNING! - %s IS EXPERIMENTAL\n", BTRFS_BUILD_VERSION); - printf("WARNING! - see http://btrfs.wiki.kernel.org before using\n\n"); + printf("\n%s\n", BTRFS_BUILD_VERSION); + printf("\n\ +ATTENTION:\n\ +\n\ +mkfs.btrfs is not intended to be used directly. Please use the\n\ +YaST partitioner to create and manage btrfs filesystems to be\n\ +in a supported state on SUSE Linux Enterprise systems.\n\n"); if (source_dir == 0) { file = av[optind++]; @@ -1456,7 +1461,6 @@ raid_groups: pretty_buf = pretty_sizes(btrfs_super_total_bytes(&root->fs_info->super_copy))); free(pretty_buf); - printf("%s\n", BTRFS_BUILD_VERSION); btrfs_commit_transaction(trans, root); if (source_dir_set) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor