diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-08 13:55:08 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-08 13:55:08 +0000 |
commit | b3ff122538fcfd044bd5f58085f853ac662b7d98 (patch) | |
tree | 7764dc5d6f6e65b61aed738c9e4bb675020bd2e2 /tools | |
parent | 7659ee2c3da3efc5eb6136b48a0cab90342e0512 (diff) | |
download | drakx-b3ff122538fcfd044bd5f58085f853ac662b7d98.tar drakx-b3ff122538fcfd044bd5f58085f853ac662b7d98.tar.gz drakx-b3ff122538fcfd044bd5f58085f853ac662b7d98.tar.bz2 drakx-b3ff122538fcfd044bd5f58085f853ac662b7d98.tar.xz drakx-b3ff122538fcfd044bd5f58085f853ac662b7d98.zip |
adjust comments
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/draklive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/draklive b/tools/draklive index a9ad8b03f..17b400902 100755 --- a/tools/draklive +++ b/tools/draklive @@ -516,9 +516,9 @@ sub post_install_system { #- (don't use addVarsInSh from MDK::Common, it breaks shell escapes) substInFile { s/^PROMPT=.*/PROMPT=no/ } get_system_root($live) . '/etc/sysconfig/init'; - #- disable first boot wizard + #- disable first boot wizard at live boot output(get_system_root($live) . '/etc/sysconfig/firstboot', 'FIRSTBOOT=no'); - #- enable drakx-finish-install + #- enable drakx-finish-install at live boot output(get_system_root($live) . '/etc/sysconfig/finish-install', qq( FINISH_INSTALL=yes NETWORK=no |