| |
@@ -47,13 +47,16 @@
|
| |
# and mark it as executable (new Xfce security feature)
|
| |
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
| |
|
| |
- # this goes at the end after all other changes.
|
| |
+ # this goes at the end after all other changes.
|
| |
chown -R liveuser:liveuser /home/liveuser
|
| |
restorecon -R /home/liveuser
|
| |
|
| |
# setting the wallpaper
|
| |
echo "/usr/bin/feh --bg-scale /usr/share/backgrounds/default.png" >> /home/liveuser/.profile
|
| |
|
| |
+ # echoing type liveinst to start the installer
|
| |
+ echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc
|
| |
+
|
| |
EOF
|
| |
|
| |
%end
|
| |
Added an echo statement in .bashrc for Liveuser to make it easier and accessible for people using the SIG to open the installer.
It'll be executed everytime, the user creates an interactive terminal session with bash (default) on Terminal
Currently, The message displays:
Please type liveinst and press Enter to start the installer.