re-mount updated filesystem

This commit is contained in:
reykfloeter 2019-06-02 03:25:40 +02:00
parent 95e8cb1cb1
commit bce8634bf5

View file

@ -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);