re-mount updated filesystem
This commit is contained in:
parent
95e8cb1cb1
commit
bce8634bf5
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ growdisk(struct system_config *sc)
|
|||
(void)shell("growfs", "-yq", path, NULL);
|
||||
if ((ret = shell("fsck", "-y", path, NULL)) != 0)
|
||||
ret = -1;
|
||||
(void)shell("mount", "-a", "-t", "nonfs,vnd", NULL);
|
||||
|
||||
enable_output(sc, STDERR_FILENO, errfd);
|
||||
enable_output(sc, STDOUT_FILENO, outfd);
|
||||
|
|
Loading…
Reference in a new issue