Commit dcb53dc
committed
Fix install command: JGrub whole-disk device names, Step.back handling, getMountPoint() placement
- JGrub.install(): handle whole-disk device names (no partition suffix) by
defaulting partition number to 0 instead of failing to parse empty suffix
- AbstractInstaller.start(): check Step.back and navigate to previous action
- GrubInstallerAction: move getMountPoint() from collect() to execute() so
the mount point is set after the user confirms the device, not before
- Rebuild ISO (cd-x86-lite) with corrected menu-cdrom.lst where 'all plugins'
entries use /full.jgz instead of /default.jgz
- Validate GRUB installation on VirtualBox target disk: stages 1, 1.5, 2
written successfully, menu.lst confirmed with full.jgz entries1 parent f1b473a commit dcb53dc
3 files changed
Lines changed: 13 additions & 3 deletions
File tree
- distr/src/install/org/jnode/install
- action
- fs/src/commands/org/jnode/fs/jfat/command
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments