mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 10:44:37 +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
|
pkgname=chakra-init-live
|
||||||
pkgver=2012.11
|
pkgver=2012.11
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Live-session systemd startup scripts"
|
pkgdesc="Live-session systemd startup scripts"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.chakra-project.org"
|
url="http://www.chakra-project.org"
|
||||||
@ -14,7 +14,7 @@ depends=('spun-live')
|
|||||||
makedepends=('asciidoc')
|
makedepends=('asciidoc')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
source=('live' 'locale_setup.sh' '10-keyboard.conf')
|
source=('live' 'locale_setup.sh' '10-keyboard.conf')
|
||||||
md5sums=('1d40f2b5732b7eb1480038d2f646df5b'
|
md5sums=('23d57a1388e1c2df66e0552a8112c115'
|
||||||
'd5640418bdfb4970ccec0f0392fc023b'
|
'd5640418bdfb4970ccec0f0392fc023b'
|
||||||
'4df9f3c64316cf8b7f93729b389d704f')
|
'4df9f3c64316cf8b7f93729b389d704f')
|
||||||
|
|
||||||
|
@ -54,9 +54,6 @@ set_locale # sets locale settings and hwclock
|
|||||||
#do_configsforroot
|
#do_configsforroot
|
||||||
cp -a /etc/skel/. /root/
|
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
|
# set correct permissions for live user
|
||||||
chown -R live:users /home/live
|
chown -R live:users /home/live
|
||||||
# fix sudoers file
|
# fix sudoers file
|
||||||
@ -67,4 +64,7 @@ chmod 0440 /etc/sudoers
|
|||||||
export KDE_NO_IPV6="TRUE"
|
export KDE_NO_IPV6="TRUE"
|
||||||
export OPERAPLUGINWRAPPER_PRIORITY=0
|
export OPERAPLUGINWRAPPER_PRIORITY=0
|
||||||
|
|
||||||
|
# in case proprietary drivers load takes longer
|
||||||
|
systemctl restart kdm.service
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user