diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-23 21:45:00 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-26 21:19:06 +0100 |
commit | 526c61a629947c777cc391896d09f2be03ed03fd (patch) | |
tree | 3e681e2986b05bc10fd4da665452067480c8f85f | |
parent | 4f9bd74bfae216130fb36f25b1113971f47d52ef (diff) | |
download | draklive-config-526c61a629947c777cc391896d09f2be03ed03fd.tar draklive-config-526c61a629947c777cc391896d09f2be03ed03fd.tar.gz draklive-config-526c61a629947c777cc391896d09f2be03ed03fd.tar.bz2 draklive-config-526c61a629947c777cc391896d09f2be03ed03fd.tar.xz draklive-config-526c61a629947c777cc391896d09f2be03ed03fd.zip |
Remove control of firstboot wizard - it no longer exists.
-rw-r--r-- | config/build.cfg | 4 | ||||
-rw-r--r-- | files/draklive-install.d/firstboot | 1 | ||||
-rw-r--r-- | files/firstboot | 1 |
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 |