From 4c94948240cd0a0e543d576557f5fad636508361 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 18 Dec 2016 08:56:48 +0000 Subject: auto_inst.conf.pl: install release notes from repository. --- config/auto_inst.cfg.pl | 4 ++++ 1 file changed, 4 insertions(+) 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", -- cgit v1.2.1