summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r--config/auto_inst.cfg.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 4f8dbc0..a7f1e2b 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -228,6 +228,10 @@ $o = {
'X' => { disabled => 1 }, #- disable auto-configuration that may install unwanted packages
'match_all_hardware' => 1,
'excludedocs' => 0,
+ 'postInstallNonRooted' => join(";",
+ "cp /tmp/media/$ENV{DRAKLIVE_ARCH}/release-notes.* /mnt",
+ "chmod 0644 /mnt/release-notes.*",
+ ),
'postInstall' => join(";",
# systemd boots by default to multiuser.target (old init 3), so change to graphical (old init 5)
"ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target",