Opened 19 years ago
Closed 19 years ago
#54 closed task (fixed)
Final grub build needs a mkdir -pv
| Reported by: | Jeremy Utley | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | CLFS Standard 1.0.0 |
| Component: | BOOK | Version: | CLFS Standard 1.0.0 |
| Keywords: | Cc: |
Description
In the final grub build's installation instructions, we do a mkdir -v /boot/grub. However, if we followed the reboot path, /boot/grub will already be present, causing that command to error out. I'd recommend changing that to mkdir -pv.
Can anyone think of a reason this should not be done?
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

Nope, I see no reason not to.