summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ka.c
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-02-09 15:21:38 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-02-09 15:21:38 +0000
commit45858a01db145725dd2a3d17f4c30d4f22645c87 (patch)
tree05088837e1f43200cbcf7e4e730860697bee8ae4 /mdk-stage1/ka.c
parente5662d24f5e5bad186f9d5e9274bcee4d3536fab (diff)
downloaddrakx-45858a01db145725dd2a3d17f4c30d4f22645c87.tar
drakx-45858a01db145725dd2a3d17f4c30d4f22645c87.tar.gz
drakx-45858a01db145725dd2a3d17f4c30d4f22645c87.tar.bz2
drakx-45858a01db145725dd2a3d17f4c30d4f22645c87.tar.xz
drakx-45858a01db145725dd2a3d17f4c30d4f22645c87.zip
no rerved-blocks-percentage
Diffstat (limited to 'mdk-stage1/ka.c')
-rw-r--r--mdk-stage1/ka.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/ka.c b/mdk-stage1/ka.c
index 8d43ae9a7..670abe5af 100644
--- a/mdk-stage1/ka.c
+++ b/mdk-stage1/ka.c
@@ -45,7 +45,7 @@ static enum return_type ka_wait_for_stage2(int count)
{
char * ramdisk = "/dev/ram3"; /* warning, verify that this file exists in the initrd*/
char * ka_launch[] = { "/ka/ka-d-client", "-w","-s","getstage2","-e","(cd /tmp/stage2; tar -x -f - )", NULL }; /* The command line for ka_launch */
- char * mkfs_launch[] = { "/sbin/mke2fs", ramdisk, NULL}; /* The mkfs command for formating the ramdisk */
+ char * mkfs_launch[] = { "/sbin/mke2fs", "-m", "0", ramdisk, NULL}; /* The mkfs command for formating the ramdisk */
log_message("KA: Preparing to receive stage 2....");
wait_message("Preparing to receive stage 2");