summaryrefslogtreecommitdiffstats
path: root/loader/init.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-12 16:50:28 -0400
committerChris Lumens <clumens@redhat.com>2009-10-13 13:18:55 -0400
commit2525dda439357f0d169d8eca6e47a8d154ce8097 (patch)
tree2ea957de1836c9c03cf0c4c4b783ed23b8703d2f /loader/init.c
parentfbd2e28131d2bf834df883961c7eedb844bb3ebe (diff)
downloadanaconda-2525dda439357f0d169d8eca6e47a8d154ce8097.tar.gz
anaconda-2525dda439357f0d169d8eca6e47a8d154ce8097.tar.xz
anaconda-2525dda439357f0d169d8eca6e47a8d154ce8097.zip
Support upgrading when the language isn't in lang-table (#528317).
Diffstat (limited to 'loader/init.c')
-rw-r--r--loader/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/init.c b/loader/init.c
index bab572146..b730c8dae 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -530,7 +530,9 @@ int main(int argc, char **argv) {
exit(1);
}
+ /*
execl("/sbin/udevadm", "udevadm", "control", "--env=ANACONDA=1", NULL);
+ */
}
printf("done\n");