aboutsummaryrefslogtreecommitdiffstats
path: root/zh_tw/setupBootloader.html
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2026-02-10 14:32:52 +0100
committerPapoteur <papoteur@mageia.org>2026-02-10 14:32:52 +0100
commitec44f74fd36e5e260259ae3e98a516a06e695703 (patch)
treec5bde1bdfef12e6dd6699a3fda6272538574c312 /zh_tw/setupBootloader.html
parentd098a3b26c76cee82a2cfdf785033f44db63e0a5 (diff)
downloaddrakx-installer-help-ec44f74fd36e5e260259ae3e98a516a06e695703.tar
drakx-installer-help-ec44f74fd36e5e260259ae3e98a516a06e695703.tar.gz
drakx-installer-help-ec44f74fd36e5e260259ae3e98a516a06e695703.tar.bz2
drakx-installer-help-ec44f74fd36e5e260259ae3e98a516a06e695703.tar.xz
drakx-installer-help-ec44f74fd36e5e260259ae3e98a516a06e695703.zip
Update bash script
Diffstat (limited to 'zh_tw/setupBootloader.html')
0 files changed, 0 insertions, 0 deletions
-05-20 03:18:06 +0000 commitba828698d93b145995bd2ab8c303bf795b71005e (patch) treef8b71e6b9ab597a4eab68f240641278a2a37228f parent017f99c4407ea3f10ecec06baa5089f1a8eda622 (diff)downloaddrakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar
drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.gz
drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.bz2
drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.xz
drakx-ba828698d93b145995bd2ab8c303bf795b71005e.zip
propagate postInstall and postInstallNonRooted in new auto_install.cfg.pl
Diffstat
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index a72d32c54..686502848 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1187,7 +1187,7 @@ sub g_auto_install {
$_->{mntpoint} && fs::format::known_type($_);
} @{$::o->{fstab}} ];
- exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(locale authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security security_user libsafe netcnx useSupermount autoExitInstall X services); #- TODO modules bootloader
+ exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(locale authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security security_user libsafe netcnx useSupermount autoExitInstall X services postInstall postInstallNonRooted); #- TODO modules bootloader
$o->{printer} = $::o->{printer} if $::o->{printer};