-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace FAI with our own implementation
Just short of 700 new lines of Python, but covers running mmdebstrap and lots of workarounds go away. I've titled it "minifai". grml-policyrcd gets removed, as minifai handles installing its own policy-rc.d. This is necessary regardless if we want grml-policyrcd or not, and then grml-policyrcd provides no value anymore. The variables FAI_ARGS and FAI_DEBOOTSTRAP_OPTS are no longer supported. The grml-live parameter -V is now always enabled and the option is deprecated. minifai logs to stdout/stderr, and aborts on the first error it encounters. All log messages now end up in grml-live.log. These log/data files are no longer written: debconf.data, fai-monitor.log, fai.conf, fcopy.log, install_packages.list, nfsroot.conf, scripts.log, software.log, status.log, task_error, task_local_error, variables.log.
- Loading branch information
Showing
11 changed files
with
772 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ Depends: | |
bzip2, | ||
debootstrap, | ||
dosfstools, | ||
fai-client (>= 3.4.0), | ||
jo, | ||
moreutils, | ||
mtools, | ||
|
Oops, something went wrong.