File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,14 @@ EOF
133133 printf " Configuration %s does not exist or is unreadable\n " , $runConf {config };
134134 exit 1;
135135}
136+
136137if ( $runConf {disable } ) {
137138 $runConf {enable } = false;
138139}
139140
140141if ( defined $runConf {enable } ) {
141142
142- $config {Global }{ManageImages } = $runConf {enable };
143+ $config {Global }{ManageImages } = boolean( $runConf {enable } ) ;
143144
144145 my $yaml = YAML::PP-> new(
145146 boolean => ' boolean' ,
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ Global:
44 DracutConfDir : /etc/zfsbootmenu/dracut.conf.d
55Components :
66 ImageDir : /boot/efi/EFI/void
7- Versions : 2
8- Enabled : false
7+ Versions : 3
8+ Enabled : true
99 syslinux :
1010 Config : /boot/syslinux/syslinux.cfg
1111 Enabled : false
1212EFI :
1313 ImageDir : /boot/efi/EFI/void
14- Versions : 2
14+ Versions : false
1515 Enabled : false
1616Kernel :
1717 CommandLine : ro quiet loglevel=0
You can’t perform that action at this time.
0 commit comments