diff options
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 |