Commit 09edc14
authored
iso: fix media ejection in text-based finishview (#72)
In text-based installation mode, removing the installation media in the
finishview causes boot-up errors due to incomplete processes.
This commit adds an eject operation in the finishview to complete pending
write operations and properly close the file system, allowing the user to
remove the installation media in finishview.
Signed-off-by: Mun Chun Yep <mun.chun.yep@intel.com>1 parent a2fe2b0 commit 09edc14
File tree
1 file changed
+9
-0
lines changed- toolkit/tools/imagegen/attendedinstaller/views/finishview
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
139 | 148 | | |
140 | 149 | | |
141 | 150 | | |
| |||
0 commit comments