mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:14:36 +08:00
chakra-init-live updates, gluon rebuild for new glew
This commit is contained in:
parent
cfbecca438
commit
a79e66a9fd
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=chakra-init-live
|
||||
pkgver=2012.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Live-session systemd startup scripts"
|
||||
arch=('x86_64')
|
||||
url="http://www.chakra-project.org"
|
||||
@ -14,7 +14,7 @@ depends=('spun-live')
|
||||
makedepends=('asciidoc')
|
||||
install=${pkgname}.install
|
||||
source=('live' 'locale_setup.sh' '10-keyboard.conf')
|
||||
md5sums=('1d40f2b5732b7eb1480038d2f646df5b'
|
||||
md5sums=('23d57a1388e1c2df66e0552a8112c115'
|
||||
'd5640418bdfb4970ccec0f0392fc023b'
|
||||
'4df9f3c64316cf8b7f93729b389d704f')
|
||||
|
||||
|
@ -53,9 +53,6 @@ set_locale # sets locale settings and hwclock
|
||||
|
||||
#do_configsforroot
|
||||
cp -a /etc/skel/. /root/
|
||||
|
||||
#This will go into workspace soon
|
||||
# sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc
|
||||
|
||||
# set correct permissions for live user
|
||||
chown -R live:users /home/live
|
||||
@ -67,4 +64,7 @@ chmod 0440 /etc/sudoers
|
||||
export KDE_NO_IPV6="TRUE"
|
||||
export OPERAPLUGINWRAPPER_PRIORITY=0
|
||||
|
||||
# in case proprietary drivers load takes longer
|
||||
systemctl restart kdm.service
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user