summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-25 18:20:12 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-25 18:20:12 +0000
commit6961d760166ff0f48cd9dc31f241739699ca182f (patch)
treed1b7a20dd6a8353e98c1662f5b954fc8dc66f789 /draklive
parent44b8ad321a1066b5f0946b5ab9e27a57fdf4ea9e (diff)
downloaddrakiso-6961d760166ff0f48cd9dc31f241739699ca182f.tar
drakiso-6961d760166ff0f48cd9dc31f241739699ca182f.tar.gz
drakiso-6961d760166ff0f48cd9dc31f241739699ca182f.tar.bz2
drakiso-6961d760166ff0f48cd9dc31f241739699ca182f.tar.xz
drakiso-6961d760166ff0f48cd9dc31f241739699ca182f.zip
allow to customize append
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive1
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive b/draklive
index c054d36..0b2c07a 100755
--- a/draklive
+++ b/draklive
@@ -704,6 +704,7 @@ sub get_default_append {
if_($live->{system}{vga_mode},
'splash=silent',
'vga=' . $live->{system}{vga_mode}),
+ if_($opts->{append}, $opts->{append}),
);
}