Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
6659fb93a6 | |||
2043194c7c | |||
a2884c4f7e | |||
049e0594e6 | |||
6d378e3d23 | |||
960470dcb8 | |||
17b8a4212b | |||
e8cb811768 | |||
a213f0d936 | |||
cbe5781ae2 | |||
bd445b4c1e | |||
ffe119f159 | |||
dafd6ab93c | |||
e29057d1f8 | |||
b0f5c7b937 | |||
72bda65869 | |||
e597c25936 | |||
10507f41b4 | |||
b0a4a9ff88 | |||
a37e93855a | |||
a764b9692b | |||
97c94cfb33 | |||
1eee05d86f | |||
c9dc6eb57e | |||
10a3c36b2f | |||
a7cbbfebd1 | |||
d3d3e0463e | |||
783caefae2 | |||
d38062f905 | |||
b3577634a2 | |||
335060af49 | |||
7295830437 |
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION = 0.13.5
|
||||
VERSION = 0.13.8
|
||||
|
||||
PKG = live-services
|
||||
TOOLS = artools
|
||||
@@ -153,7 +153,7 @@ install_dinit:
|
||||
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||
install $(FMODE) $(DINIT_LIVE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/artix-live
|
||||
install $(FMODE) $(DINIT_PI) $(DESTDIR)$(SYSCONFDIR)/dinit.d/pacman-init
|
||||
install $(BMODE) $(DINIT_PI_SCRIPT) $(DESTDIR)$(SYSCONFDIR)/dinit.d/scripts/pacman-init
|
||||
install $(BMODE) $(DINIT_PI_SCRIPT) $(DESTDIR)$(LIBDIR)/dinit/pacman-init
|
||||
ln -s ../artix-live $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||
ln -s ../pacman-init $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||
|
||||
|
@@ -1 +1,3 @@
|
||||
# live-services
|
||||
|
||||
Live ISO setup, branding, installer for DE ISOs etc.
|
||||
|
@@ -13,9 +13,11 @@ src=@datadir@/applications
|
||||
# fi
|
||||
|
||||
if [ -f @bindir@/calamares ]; then
|
||||
cp -f $src/calamares.desktop "$xdg/"
|
||||
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/calamares.desktop
|
||||
chmod +x "$xdg/calamares.desktop"
|
||||
installer='calamares.desktop'
|
||||
cp -f $src/$installer "$xdg/"
|
||||
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/$installer
|
||||
sed -r -i "s|XAUTHCOOKIE|$XAUTHORITY|" "$xdg"/$installer
|
||||
chmod +x "$xdg/$installer"
|
||||
fi
|
||||
|
||||
docs=@datadir@/doc/artix
|
||||
|
@@ -1,4 +1,4 @@
|
||||
type = scripted
|
||||
command = /usr/bin/artix-live
|
||||
restart = false
|
||||
waits-for = setup
|
||||
after = setup
|
||||
|
@@ -1,5 +1,5 @@
|
||||
type = scripted
|
||||
command = /etc/dinit.d/scripts/pacman-init
|
||||
command = /usr/lib/dinit/pacman-init
|
||||
stop-command = /usr/bin/umount -l /etc/pacman.d/gnupg
|
||||
restart = false
|
||||
waits-for = setup
|
||||
after = setup
|
||||
|
Reference in New Issue
Block a user