Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 676412 Details for
Bug 890987
add more BTRFS support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
updated and built rpms
0001-Add-btrfs-support-for-root-and-boot-on-a-subvolume.patch (text/plain), 1.66 KB, created by
Gene Czarcinski
on 2013-01-10 16:39:37 UTC
(
hide
)
Description:
updated and built rpms
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2013-01-10 16:39:37 UTC
Size:
1.66 KB
patch
obsolete
>From 9049389abd37ab8251d4bfcb3ee73012221e7546 Mon Sep 17 00:00:00 2001 >From: Fedora Ninjas <grub2-owner@fedoraproject.org> >Date: Thu, 10 Jan 2013 08:57:28 -0500 >Subject: [PATCH] Add btrfs support for root and boot on a subvolume > >This patch adds support for having root ("/") and or /boot >being on a btrfs subvolume. It also supports no separate >/boot. > >This requires an updated os-prober package which also provides >btrfs support for both os-prober and linux-boot-prober. >--- > util/grub.d/30_os-prober.in | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > >diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in >index bcc6c25..be989ac 100644 >--- a/util/grub.d/30_os-prober.in >+++ b/util/grub.d/30_os-prober.in >@@ -112,6 +112,11 @@ for OS in ${OSPROBED} ; do > LONGNAME="`echo ${OS} | cut -d ':' -f 2 | tr '^' ' '`" > LABEL="`echo ${OS} | cut -d ':' -f 3 | tr '^' ' '`" > BOOT="`echo ${OS} | cut -d ':' -f 4`" >+ BTRFS="`echo ${OS} | cut -d ':' -f 5`" >+ if [ "x$BTRFS" = "xbtrfs" ]; then >+ BTRFSuuid="`echo ${OS} | cut -d ':' -f 6`" >+ BTRFSsubvol="`echo ${OS} | cut -d ':' -f 7`" >+ fi > > if [ -z "${LONGNAME}" ] ; then > LONGNAME="${LABEL}" >@@ -145,7 +150,11 @@ EOF > EOF > ;; > linux) >- LINUXPROBED="`linux-boot-prober ${DEVICE} 2> /dev/null | tr ' ' '^' | paste -s -d ' '`" >+ if [ "x$BTRFS" = "xbtrfs" ]; then >+ LINUXPROBED="`linux-boot-prober btrfs ${BTRFSuuid} ${BTRFSsubvol} 2> /dev/null | tr ' ' '^' | paste -s -d ' '`" >+ else >+ LINUXPROBED="`linux-boot-prober ${DEVICE} 2> /dev/null | tr ' ' '^' | paste -s -d ' '`" >+ fi > prepare_boot_cache= > boot_device_id= > is_first_entry=true >-- >1.8.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 890987
:
670816
| 676412