diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/MGA/DrakISO/BuildRoot.pm | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- draklive2: show installer summary screen when GUI is used + 1.14 - allow user to select compression type/level for mksquashfs diff --git a/lib/MGA/DrakISO/BuildRoot.pm b/lib/MGA/DrakISO/BuildRoot.pm index 7c685e0..b20dc34 100644 --- a/lib/MGA/DrakISO/BuildRoot.pm +++ b/lib/MGA/DrakISO/BuildRoot.pm @@ -246,6 +246,7 @@ sub write_auto_inst_cfg { if_(!$default_user, " 'addUser',", ), + " 'summary',", " ],", ) if $$interactive; push @text, ( |