From 526c61a629947c777cc391896d09f2be03ed03fd Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Oct 2018 21:45:00 +0100 Subject: Remove control of firstboot wizard - it no longer exists. --- config/build.cfg | 4 ---- files/draklive-install.d/firstboot | 1 - files/firstboot | 1 - 3 files changed, 6 deletions(-) delete mode 100644 files/draklive-install.d/firstboot delete mode 100644 files/firstboot 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 -- cgit v1.2.1