diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-23 21:48:46 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-28 21:51:07 +0000 |
commit | 3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c (patch) | |
tree | 4ef18c347cefdc570e35639613a2ddb0a85bd62e /examples | |
parent | 800ef4b1c55673b682b6ed4787bbeeab9991289d (diff) | |
download | drakiso-3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c.tar drakiso-3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c.tar.gz drakiso-3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c.tar.bz2 drakiso-3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c.tar.xz drakiso-3f4c9454eaa2174c9dcb7a7e487ce51b6a54e42c.zip |
examples: remove control of firstboot wizard - it no longer exists.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/config/build.cfg | 4 | ||||
-rw-r--r-- | examples/gui/files/draklive-install.d/firstboot | 1 | ||||
-rw-r--r-- | examples/gui/files/firstboot | 1 | ||||
-rw-r--r-- | examples/xfce/config/build.cfg | 4 | ||||
-rw-r--r-- | examples/xfce/files/draklive-install.d/firstboot | 1 | ||||
-rw-r--r-- | examples/xfce/files/firstboot | 1 |
6 files changed, 0 insertions, 12 deletions
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 |