From 0a4517bf5b6a925272829e8c4327015e158f3ccc Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 22 Apr 2018 23:53:33 -0400 Subject: squashme - welcome --- configs/profile/root-image/etc/skel/welcome.txt | 12 ------------ configs/profile/root-image/root/customize_root_image.sh | 1 + .../profile/root-image/usr/share/parabola-laf/news/news-0 | 9 +++++++++ 3 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 configs/profile/root-image/etc/skel/welcome.txt create mode 100644 configs/profile/root-image/usr/share/parabola-laf/news/news-0 diff --git a/configs/profile/root-image/etc/skel/welcome.txt b/configs/profile/root-image/etc/skel/welcome.txt deleted file mode 100644 index b4ad57c..0000000 --- a/configs/profile/root-image/etc/skel/welcome.txt +++ /dev/null @@ -1,12 +0,0 @@ -This is a beta preview release featuring the calamares graphical installer (the "Install Parabola" desktop shortcut). As such, there may be some quirks with the appearance or behavior; but most normal functionality is expected to work properly. Please report any bugs that you may find to the Parabola "Installation Media" bug tracker (the "Report a Bug" desktop shortcut). If you are connected to the internet and have any other questions or comments, feel free to join the Parabola support chat (the "Parabola IRC Channel" desktop shortcut). - -This LiveISO is running the LXDE desktop environment that is as close as possible of an experience to a fully installed Parabola Operating System. The installed system will look much the same and have mostly all of the same programs installed. - -Standard installation requires 9GB of disk space and 1GB RAM (or swap space). Installation from the 'netinstall' ISOs requires an active connection to the internet; whereas the 'complete' ISOs contain everything necessary to install Parabola offline. The title of this window indicates the distinction. - -For computers with less than 1GB RAM, the command-line ~/install-openrc-lxde.sh and ~/install-systemd-mate.sh scripts are provided; which can install either a minimal command-line system or a full graphical system. - - -Caveats and Known Issues: - - The taskbar clock is set to UTC time. diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh index ebccf50..edd0a3f 100755 --- a/configs/profile/root-image/root/customize_root_image.sh +++ b/configs/profile/root-image/root/customize_root_image.sh @@ -65,6 +65,7 @@ else # configure GUI login session and live user fi # configure desktop environment + sed -i "s|/news-*|/news-* ~/welcome.txt|" /home/${LIVE_USER}/.config/autostart/autostart.sh sed -i "s|_EDITION_TITLE_|${PRETTY_NAME}|" /home/${LIVE_USER}/.config/autostart/autostart.sh sed -i "s|,Don't show this again:0||" /home/${LIVE_USER}/.config/autostart/autostart.sh sed -i "s|620x460|620x520|" /home/${LIVE_USER}/.config/autostart/autostart.sh diff --git a/configs/profile/root-image/usr/share/parabola-laf/news/news-0 b/configs/profile/root-image/usr/share/parabola-laf/news/news-0 new file mode 100644 index 0000000..1039c82 --- /dev/null +++ b/configs/profile/root-image/usr/share/parabola-laf/news/news-0 @@ -0,0 +1,9 @@ +This LiveISO is running the LXDE desktop environment that is as close as possible of an experience to a fully installed Parabola Operating System in its default configuration. Many other desktop environments are available after install. Use the "Install Parabola" desktop shortcut to begin the install. + +Standard installation requires 9GB of disk space and 1GB RAM (or RAM plus swap space). Installation from the 'netinstall' ISOs requires an active connection to the internet; whereas the 'complete' ISOs contain everything necessary to install Parabola offline. The title of this window indicates the distinction. + +For computers with less than 1GB RAM, the command-line ~/install-openrc-lxde.sh and ~/install-systemd-mate.sh scripts are provided; either of which can be used to install either a minimal command-line system or a full graphical system. + +This is a beta preview release featuring the calamares graphical installer. As such, there may be some quirks with the appearance or behavior; but most normal functionality is expected to work properly. + +Please report any bugs that you may find to the Parabola "Installation Media" bug tracker using the "Report a Bug" desktop shortcut. If you have any other questions or comments, feel free to join the Parabola support chat using the "Parabola IRC Channel" desktop shortcut. -- cgit v1.2.2