summaryrefslogtreecommitdiffstats
path: root/live/draklive-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-08 14:59:52 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-08 14:59:52 +0000
commitb508e65e5d709f8db91f99f641ae6c4892c78cec (patch)
tree51b376090859f19d06bdc36979c86c8f0a791c5f /live/draklive-install
parent6746653607f41a77294ff53c591e9e31a93febcf (diff)
downloaddrakx-backup-do-not-use-b508e65e5d709f8db91f99f641ae6c4892c78cec.tar
drakx-backup-do-not-use-b508e65e5d709f8db91f99f641ae6c4892c78cec.tar.gz
drakx-backup-do-not-use-b508e65e5d709f8db91f99f641ae6c4892c78cec.tar.bz2
drakx-backup-do-not-use-b508e65e5d709f8db91f99f641ae6c4892c78cec.tar.xz
drakx-backup-do-not-use-b508e65e5d709f8db91f99f641ae6c4892c78cec.zip
enable first boot wizard at system boot
Diffstat (limited to 'live/draklive-install')
-rwxr-xr-xlive/draklive-install/draklive-install5
1 files changed, 4 insertions, 1 deletions
diff --git a/live/draklive-install/draklive-install b/live/draklive-install/draklive-install
index de6e2b0f9..4149d0c3c 100755
--- a/live/draklive-install/draklive-install
+++ b/live/draklive-install/draklive-install
@@ -126,7 +126,10 @@ unlink(map { $in->{prefix} . $_ } '/.autofsck',
'/home/guest/Desktop/draklive-copy-wizard.desktop',
'/home/guest/Desktop/draklive-install.desktop');
system('chroot', $in->{prefix}, 'rpm', '-e', 'draklive-install');
-#- enable drakx-finish-install
+
+#- enable first boot wizard at system boot
+output(get_system_root($live) . '/etc/sysconfig/firstboot', 'FIRSTBOOT=yes');
+#- enable drakx-finish-install at system boot
output($in->{prefix} . '/etc/sysconfig/finish-install', qq(
FINISH_INSTALL=yes
LICENSE=no