Mageia Bugzilla – Attachment 6874 Details for
Bug 16323
transfugdrake needs to be adapted to recent Windows versions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Add windows 64bits detection
0001-add-detection-of-Windows-8.1-system.patch (text/plain), 721 bytes, created by
papoteur
on 2015-08-01 09:39:57 CEST
(
hide
)
Description:
Add windows 64bits detection
Filename:
MIME Type:
Creator:
papoteur
Created:
2015-08-01 09:39:57 CEST
Size:
721 bytes
patch
obsolete
>From c47dbf587b9bf633cc1797f7974341963473ebfe Mon Sep 17 00:00:00 2001 >From: Papoteur <papoteur@mageialinux-online.org> >Date: Wed, 8 Jul 2015 15:21:10 +0200 >Subject: [PATCH] - add detection of Windows 8.1 system > >--- > transfugdrake.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/transfugdrake.pm b/transfugdrake.pm >index 9df4764..0a96591 100755 >--- a/transfugdrake.pm >+++ b/transfugdrake.pm >@@ -37,6 +37,7 @@ sub get_windows_disk() { > my @win_devices = grep { fs::type::isFat_or_NTFS($_) && fs::type::isMounted($_) } @$fstab; > find { > get_windows_system_path($_, "system32/config/software"); >+ get_windows_system_path($_, "syswow64/config"); > } map { $_->{mntpoint} } @win_devices; > } > >-- >1.8.5.6 >
From c47dbf587b9bf633cc1797f7974341963473ebfe Mon Sep 17 00:00:00 2001 From: Papoteur <papoteur@mageialinux-online.org> Date: Wed, 8 Jul 2015 15:21:10 +0200 Subject: [PATCH] - add detection of Windows 8.1 system --- transfugdrake.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/transfugdrake.pm b/transfugdrake.pm index 9df4764..0a96591 100755 --- a/transfugdrake.pm +++ b/transfugdrake.pm @@ -37,6 +37,7 @@ sub get_windows_disk() { my @win_devices = grep { fs::type::isFat_or_NTFS($_) && fs::type::isMounted($_) } @$fstab; find { get_windows_system_path($_, "system32/config/software"); + get_windows_system_path($_, "syswow64/config"); } map { $_->{mntpoint} } @win_devices; } -- 1.8.5.6
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16323
:
6825
|
6874
|
6879
|
7896