Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=0b0690db764337f9bd7cd6dc26bf21ac3bd4ba49

commit 0b0690db764337f9bd7cd6dc26bf21ac3bd4ba49
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Sep 29 22:16:13 2008 +0200

postconf: disable grubconfig, enable yabootcfg on ppc

diff --git a/src/plugins/postconf.c b/src/plugins/postconf.c
index 41e20c0..32e5a75 100644
--- a/src/plugins/postconf.c
+++ b/src/plugins/postconf.c
@@ -248,7 +248,11 @@ int run(GList **config)
free(ptr);

fw_end_dialog();
+#ifndef ARCH_PPC
fw_system_interactive("chroot ./ /sbin/grubconfig");
+#else
+       fw_system_interactive("chroot ./ /sbin/yabootcfg");
+#endif
fw_init_dialog();

dlg_put_backtitle();
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to