Create mount point used for target system.
This commit is contained in:
parent
9778762a60
commit
5a411fd464
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: main.c,v 1.37 2003/07/07 12:30:20 dsl Exp $ */
|
||||
/* $NetBSD: main.c,v 1.38 2003/07/09 20:02:35 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -152,6 +152,9 @@ main(int argc, char **argv)
|
|||
touchwin(stdscr);
|
||||
refresh();
|
||||
|
||||
/* Ensure we have mountpoint for target filesystems */
|
||||
mkdir(targetroot_mnt, S_IRWXU| S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH);
|
||||
|
||||
select_language();
|
||||
|
||||
/* Menu processing */
|
||||
|
|
Loading…
Reference in New Issue