From 3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Oct 2018 21:48:46 +0100 Subject: examples: remove control of firstboot wizard - it no longer exists. --- examples/gui/config/build.cfg | 4 ---- examples/gui/files/draklive-install.d/firstboot | 1 - examples/gui/files/firstboot | 1 - examples/xfce/config/build.cfg | 4 ---- examples/xfce/files/draklive-install.d/firstboot | 1 - examples/xfce/files/firstboot | 1 - 6 files changed, 12 deletions(-) delete mode 100644 examples/gui/files/draklive-install.d/firstboot delete mode 100644 examples/gui/files/firstboot delete mode 100644 examples/xfce/files/draklive-install.d/firstboot delete mode 100644 examples/xfce/files/firstboot (limited to 'examples') diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index ef691ba..e2c5132 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -100,9 +100,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 } ], @@ -114,7 +111,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 } ], # Fix for sometimes wrong permissions after install. [ 'files/draklive-install.d/run.d/home-live-permissions.sh', '/etc/draklive-install.d/run.d/home-live-permissions.sh', { mode => 755 } ], diff --git a/examples/gui/files/draklive-install.d/firstboot b/examples/gui/files/draklive-install.d/firstboot deleted file mode 100644 index a842497..0000000 --- a/examples/gui/files/draklive-install.d/firstboot +++ /dev/null @@ -1 +0,0 @@ -FIRSTBOOT=no diff --git a/examples/gui/files/firstboot b/examples/gui/files/firstboot deleted file mode 100644 index a842497..0000000 --- a/examples/gui/files/firstboot +++ /dev/null @@ -1 +0,0 @@ -FIRSTBOOT=no diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg index 95d5c12..4b72cbc 100644 --- a/examples/xfce/config/build.cfg +++ b/examples/xfce/config/build.cfg @@ -149,9 +149,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 } ], @@ -163,7 +160,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/examples/xfce/files/draklive-install.d/firstboot b/examples/xfce/files/draklive-install.d/firstboot deleted file mode 100644 index a842497..0000000 --- a/examples/xfce/files/draklive-install.d/firstboot +++ /dev/null @@ -1 +0,0 @@ -FIRSTBOOT=no diff --git a/examples/xfce/files/firstboot b/examples/xfce/files/firstboot deleted file mode 100644 index a842497..0000000 --- a/examples/xfce/files/firstboot +++ /dev/null @@ -1 +0,0 @@ -FIRSTBOOT=no -- cgit v1.2.1