HomeSort by: relevance | last modified time | path
    Searched defs:bootdir (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/arch/cobalt/
md.c 186 char bootdir[64]; local in function:md_post_newfs
193 snprintf(bootdir, sizeof(bootdir), "%s/boot",
195 run_program(0, "/bin/mkdir -p %s", bootdir);
196 run_program(0, "/bin/cp /usr/mdec/boot %s", bootdir);
197 run_program(0, "/bin/rm -f %s/%s", bootdir, bootfile);
198 run_program(0, "/usr/bin/gzip -9 %s/boot", bootdir);
201 bootfile, bootdir, kernels[i]);
md.c 186 char bootdir[64]; local in function:md_post_newfs
193 snprintf(bootdir, sizeof(bootdir), "%s/boot",
195 run_program(0, "/bin/mkdir -p %s", bootdir);
196 run_program(0, "/bin/cp /usr/mdec/boot %s", bootdir);
197 run_program(0, "/bin/rm -f %s/%s", bootdir, bootfile);
198 run_program(0, "/usr/bin/gzip -9 %s/boot", bootdir);
201 bootfile, bootdir, kernels[i]);

Completed in 22 milliseconds