summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-busybox/insmod.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-03-16 15:03:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-03-16 15:03:21 +0000
commite2fd647ab644b5e3618c984eda24e4ccaf16f461 (patch)
treecad10bfc60360efb6328a39380a12ea7d7644767 /mdk-stage1/insmod-busybox/insmod.c
parentc5cb2770da73e015bd67ae35c4c63a1e554fea97 (diff)
downloaddrakx-backup-do-not-use-e2fd647ab644b5e3618c984eda24e4ccaf16f461.tar
drakx-backup-do-not-use-e2fd647ab644b5e3618c984eda24e4ccaf16f461.tar.gz
drakx-backup-do-not-use-e2fd647ab644b5e3618c984eda24e4ccaf16f461.tar.bz2
drakx-backup-do-not-use-e2fd647ab644b5e3618c984eda24e4ccaf16f461.tar.xz
drakx-backup-do-not-use-e2fd647ab644b5e3618c984eda24e4ccaf16f461.zip
force load
Diffstat (limited to 'mdk-stage1/insmod-busybox/insmod.c')
-rw-r--r--mdk-stage1/insmod-busybox/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/insmod-busybox/insmod.c b/mdk-stage1/insmod-busybox/insmod.c
index d1027004c..bdf7ba5f7 100644
--- a/mdk-stage1/insmod-busybox/insmod.c
+++ b/mdk-stage1/insmod-busybox/insmod.c
@@ -512,7 +512,7 @@ int arch_init_module (struct obj_file *f, struct new_module *);
/*======================================================================*/
-int flag_force_load = 0;
+int flag_force_load = 1;
int flag_autoclean = 0;
int flag_export = 1;