diff options
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index b5edd75c..d5673adb 100755 --- a/control-center +++ b/control-center @@ -105,6 +105,7 @@ my $exec_hash = "Auto login Config" => [ "drakboot", "$sbindir/drakboot", 1, N("Autologin") ], "Backups" => [ "drakbackup", "$sbindir/drakbackup", 1, N("Backups") ], "Boot Config" => [ "drakboot", "$sbindir/drakboot --boot", 1, N("Bootstrapping") ], + "Boot Theme" => [ "drakboot", "$sbindir/drakboot --splash", 1, N("Boot theme") ], "Boot Disk" => [ "drakfloppy", "$sbindir/drakfloppy", 1, N("Boot floppy") ], "Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("Internet connection sharing") ], "Add Connection" => [ "drakconnect", "$sbindir/drakconnect --wizard", 1, N("New connection") ], |