mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 23:52:50 +00:00
new snapshot, set up background in install boot mode
This commit is contained in:
parent
f1011f58e1
commit
3b03cea689
3 changed files with 10 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
OpenMandriva-adverts.tar.xz: d0833604f1ce5bdcc7a1560cc51f4c392a9ed665
|
||||
calamares-1.0.0-20150418.tar.xz: c32e45641414b13b02aefa4e8a61f807558da665
|
||||
calamares-1.0.0-20150421.tar.xz: 1592937b4d931a7295d737d122c91c2538bc26e8
|
||||
calamares-partitionmanager-20150112.tar.xz: 9fd2828fde3ecb3692868ea186469424c5be580e
|
||||
openmandriva-install.svg: c048a90f14c7c449606e033bf148a11305fa0f70
|
||||
|
|
|
@ -24,10 +24,15 @@ fi
|
|||
sleep 1
|
||||
|
||||
if [ "$(pidof openbox)" ]; then
|
||||
# setup background
|
||||
if [ -e /usr/share/mdk/backgrounds/default.png ] && [ -f /usr/bin/xli ]; then
|
||||
/usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.png &
|
||||
fi
|
||||
|
||||
/usr/bin/calamares
|
||||
sleep 1
|
||||
else
|
||||
echo "Can not start draklive-install. Rebooting..."
|
||||
echo "Can not start calamares. Rebooting..."
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%define calamdate 20150418
|
||||
%define calamdate 20150421
|
||||
%define partdate 20150112
|
||||
|
||||
%define major 1
|
||||
|
@ -8,7 +8,7 @@
|
|||
Summary: Distribution-independent installer framework
|
||||
Name: calamares
|
||||
Version: 1.0.0
|
||||
Release: 0.%{calamdate}.2
|
||||
Release: 0.%{calamdate}.3
|
||||
Group: System/Configuration/Other
|
||||
License: GPLv3+
|
||||
URL: http://calamares.io/
|
||||
|
@ -82,6 +82,7 @@ Requires: console-setup
|
|||
# x11 stuff
|
||||
Requires: setxkbmap
|
||||
Requires: xkbcomp
|
||||
Requires: xli
|
||||
Requires: NetworkManager
|
||||
Requires: os-prober
|
||||
Requires: e2fsprogs
|
||||
|
|
Loading…
Add table
Reference in a new issue