summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/build.cfg4
-rw-r--r--files/draklive-install.d/firstboot1
-rw-r--r--files/firstboot1
3 files changed, 0 insertions, 6 deletions
diff --git a/config/build.cfg b/config/build.cfg
index be0f484..e27aac9 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -184,9 +184,6 @@ my $config = {
# Live media specific initrd.
[ 'files/dracut-live.conf', '/etc/dracut.conf.d/60-live.conf', { mode => 0644, no_install => 1 } ],
- # Disable first boot wizard at live boot.
- [ 'files/firstboot', '/etc/sysconfig/firstboot', { mode => 0644 } ],
-
# Enable drakx-finish-install at live boot.
[ "files/finish-install", '/etc/sysconfig/finish-install', { mode => 0644 } ],
@@ -198,7 +195,6 @@ my $config = {
# sysconfig files for first boot after install.
[ 'files/draklive-install.d/finish-install', '/etc/draklive-install.d/sysconfig/finish-install', { mode => 0644 } ],
- [ 'files/draklive-install.d/firstboot', '/etc/draklive-install.d/sysconfig/firstboot', { mode => 0644 } ],
# Reenable services in installed system.
[ 'files/draklive-install.d/services', '/etc/draklive-install.d/services', { mode => 0644 } ],
diff --git a/files/draklive-install.d/firstboot b/files/draklive-install.d/firstboot
deleted file mode 100644
index a842497..0000000
--- a/files/draklive-install.d/firstboot
+++ /dev/null
@@ -1 +0,0 @@
-FIRSTBOOT=no
diff --git a/files/firstboot b/files/firstboot
deleted file mode 100644
index a842497..0000000
--- a/files/firstboot
+++ /dev/null
@@ -1 +0,0 @@
-FIRSTBOOT=no