Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+246 -56) |
9696 add /etc/system.d support
Review Request #1412 — Created Jan. 29, 2019 and submitted
Information | |
---|---|
citrus | |
illumos-gate | |
master | |
9696 | |
19097dc... | |
Reviewers | |
general | |
From Nexenta - originally submitted for RTI at https://illumos.topicbox.com/groups/advocates/T9f9b1956935d5d72/rti-9696-add-etc-system-d-support
I've added documentation updates and support for overriding the
/etc/system.d/
fragments viaboot -a
so am returning this for further review.My updates are in the second diff.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+246 -56) |
-
-
usr/src/cmd/boot/bootadm/bootadm.c (Diff revision 3) Is it worth it to
unlink()
here on error, or perhaps preferably to do a preliminaryunlink()
before the loop above? If "failed to rename file" can occur, it seems there can be litter of a .self-assembly.PID file.
Change Summary:
Unlink the temporary file before assembly in case a file of that name already exists.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+248 -56) |