Mageia Bugzilla – Attachment 9513 Details for
Bug 21342
Feature request to allow Disk Label to be set by Config file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to add dlabel in config if wanted
draklive_dlabel.patch (text/plain), 633 bytes, created by
Jeremiah Summers
on 2017-07-25 00:54:44 CEST
(
hide
)
Description:
Patch to add dlabel in config if wanted
Filename:
MIME Type:
Creator:
Jeremiah Summers
Created:
2017-07-25 00:54:44 CEST
Size:
633 bytes
patch
obsolete
>diff -Naur draklive-install/draklive-install draklive-install_new/draklive-install >--- draklive-install/draklive-install 2017-07-24 15:43:48.563559656 -0700 >+++ draklive-install_new/draklive-install 2017-07-24 15:52:45.417701431 -0700 >@@ -60,7 +60,7 @@ > my %settings = getVarsFromSh($system_file); > > my $copy_source = $settings{SOURCE} || '/'; >- my $live_media = 'Mageia-*-*-LiveDVD'; # match disk label for all Mageia Live ISOS >+ my $live_media = $settings{DLABEL} || 'Mageia-*-*-LiveDVD'; # match disk label for all Mageia Live ISOS > > display_start_message(); > init_hds($in, $all_hds, $fstab, $live_media);
diff -Naur draklive-install/draklive-install draklive-install_new/draklive-install --- draklive-install/draklive-install 2017-07-24 15:43:48.563559656 -0700 +++ draklive-install_new/draklive-install 2017-07-24 15:52:45.417701431 -0700 @@ -60,7 +60,7 @@ my %settings = getVarsFromSh($system_file); my $copy_source = $settings{SOURCE} || '/'; - my $live_media = 'Mageia-*-*-LiveDVD'; # match disk label for all Mageia Live ISOS + my $live_media = $settings{DLABEL} || 'Mageia-*-*-LiveDVD'; # match disk label for all Mageia Live ISOS display_start_message(); init_hds($in, $all_hds, $fstab, $live_media);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21342
: 9513