Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| it:linux:grml [2018/10/01 09:00] – angelegt admin | it:linux:grml [2019/02/03 16:17] (aktuell) – [ISO] admin | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| ==== Vorraussetzungen ==== | ==== Vorraussetzungen ==== | ||
| <code bash> | <code bash> | ||
| - | apt-get install git build-essential fai-quickstart isolinux mtools mmd dosfstools | + | apt-get install git build-essential fai-quickstart isolinux mtools mmd dosfstools |
| </ | </ | ||
| Zeile 18: | Zeile 18: | ||
| ==== Anpassen ==== | ==== Anpassen ==== | ||
| Die Konfig fuer Anpassungen befindet sich unter etc/ | Die Konfig fuer Anpassungen befindet sich unter etc/ | ||
| + | |||
| + | Mein diff: | ||
| + | <code diff> | ||
| + | diff --git a/ | ||
| + | index c0695631..b3b3d89d 100644 | ||
| + | --- a/ | ||
| + | +++ b/ | ||
| + | @@ -77,10 +77,10 @@ | ||
| + | # deb file:/// | ||
| + | |||
| + | # Version number of ISO: | ||
| + | -# VERSION=" | ||
| + | +VERSION=" | ||
| + | |||
| + | # Name of the release: | ||
| + | -# RELEASENAME=" | ||
| + | +RELEASENAME=" | ||
| + | |||
| + | # Which "grml flavour name" do you want to use? | ||
| + | # Common usage examples: grml, grml-small, grml64,... | ||
| + | @@ -140,7 +140,7 @@ | ||
| + | |||
| + | # Do you want to use console based isolinux boot splash | ||
| + | # instead of the default graphical menu? | ||
| + | -# ISOLINUX_METHOD=" | ||
| + | +# | ||
| + | |||
| + | # Do you want to skip adding / | ||
| + | # NO_ADDONS=' | ||
| + | @@ -192,6 +192,6 @@ | ||
| + | # NO_BOOTID=' | ||
| + | |||
| + | # Do you want to add any additional bootoptions that should be used by default? | ||
| + | -# DEFAULT_BOOTOPTIONS=" | ||
| + | +DEFAULT_BOOTOPTIONS=" | ||
| + | |||
| + | ## END OF FILE ################################################################# | ||
| + | diff --git a/ | ||
| + | index 51c8e43d..11342893 100644 | ||
| + | --- a/ | ||
| + | +++ b/ | ||
| + | @@ -74,7 +74,7 @@ timeout 300 | ||
| + | # ontimeout chain.c32 hd0 0 | ||
| + | |||
| + | # use this to control the bootup via a serial port: | ||
| + | -# serial 0 9600 | ||
| + | +serial 0 115200 | ||
| + | |||
| + | # following is a placeholder just in case you want to patch your own startup | ||
| + | # options right into the Grml ISO. Feel free to use a hex editor like dhex to | ||
| + | |||
| + | </ | ||
| + | Ausgehend von GIT hash dadd8e03c24baeadd3716d0826626aa78bfa1226 | ||
| + | \\ | ||
| + | Die beiden oben stehenden Aenderungen fuehren dazu, dass | ||
| + | - ISOLINUX von der seriellen Konsole zu errechen ist ("die erste" und 115200 Baud) | ||
| + | - Linux auch von dieser zu errechen ist. | ||
| + | |||
| + | ===== ISO ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Quellen ===== | ||
| + | * [[https:// | ||
| + | * [[http:// | ||