forked from artix/artix-live
Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
9fb0b98c6a | |||
a606b09367 | |||
a94e642103
|
|||
1c6a1e592c | |||
f29508d011 | |||
a28ed7f20d | |||
4739509ac7
|
|||
2d8d60c0bc
|
|||
04363a50bb
|
|||
f1368b1aa7
|
|||
51ef407331 | |||
33d9fd2da3 | |||
56f1455c77 | |||
5b35f20375 | |||
730908dc51 | |||
9672ce5b46
|
|||
9cf651405e
|
|||
65c79b931c | |||
19fae52dc0 | |||
1f62798998 | |||
231acc723b | |||
dafee38770 | |||
91f8c5d64a | |||
0bff2c5715
|
|||
88ebe2ee63
|
|||
d253e889c5
|
|||
71cb6715a5
|
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION = 0.13.8
|
||||
VERSION = 0.13.5
|
||||
|
||||
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)$(LIBDIR)/dinit/pacman-init
|
||||
install $(BMODE) $(DINIT_PI_SCRIPT) $(DESTDIR)$(SYSCONFDIR)/dinit.d/scripts/pacman-init
|
||||
ln -s ../artix-live $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||
ln -s ../pacman-init $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||
|
||||
|
@@ -1,3 +1 @@
|
||||
# live-services
|
||||
|
||||
Live ISO setup, branding, installer for DE ISOs etc.
|
||||
|
@@ -13,11 +13,9 @@ src=@datadir@/applications
|
||||
# fi
|
||||
|
||||
if [ -f @bindir@/calamares ]; then
|
||||
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"
|
||||
cp -f $src/calamares.desktop "$xdg/"
|
||||
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/calamares.desktop
|
||||
chmod +x "$xdg/calamares.desktop"
|
||||
fi
|
||||
|
||||
docs=@datadir@/doc/artix
|
||||
|
@@ -1,4 +1,4 @@
|
||||
type = scripted
|
||||
command = /usr/bin/artix-live
|
||||
restart = false
|
||||
after = setup
|
||||
waits-for = setup
|
||||
|
@@ -1,5 +1,5 @@
|
||||
type = scripted
|
||||
command = /usr/lib/dinit/pacman-init
|
||||
command = /etc/dinit.d/scripts/pacman-init
|
||||
stop-command = /usr/bin/umount -l /etc/pacman.d/gnupg
|
||||
restart = false
|
||||
after = setup
|
||||
waits-for = setup
|
||||
|
Reference in New Issue
Block a user