forked from artix/artix-live
Compare commits
26 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
|
6
Makefile
6
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 0.13.8
|
VERSION = 0.13.5
|
||||||
|
|
||||||
PKG = live-services
|
PKG = live-services
|
||||||
TOOLS = artools
|
TOOLS = artools
|
||||||
@@ -129,7 +129,7 @@ install_runit:
|
|||||||
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init
|
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init
|
||||||
install $(BMODE) $(RUNIT_SV) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init/run
|
install $(BMODE) $(RUNIT_SV) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init/run
|
||||||
|
|
||||||
install_s6:
|
install_s6: install_alpm
|
||||||
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/sv
|
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/sv
|
||||||
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/adminsv
|
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/adminsv
|
||||||
|
|
||||||
@@ -153,7 +153,7 @@ install_dinit:
|
|||||||
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||||
install $(FMODE) $(DINIT_LIVE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/artix-live
|
install $(FMODE) $(DINIT_LIVE) $(DESTDIR)$(SYSCONFDIR)/dinit.d/artix-live
|
||||||
install $(FMODE) $(DINIT_PI) $(DESTDIR)$(SYSCONFDIR)/dinit.d/pacman-init
|
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 ../artix-live $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||||
ln -s ../pacman-init $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
ln -s ../pacman-init $(DESTDIR)$(SYSCONFDIR)/dinit.d/live.d
|
||||||
|
|
||||||
|
@@ -1,3 +1 @@
|
|||||||
# live-services
|
# live-services
|
||||||
|
|
||||||
Live ISO setup, branding, installer for DE ISOs etc.
|
|
||||||
|
@@ -13,11 +13,9 @@ src=@datadir@/applications
|
|||||||
# fi
|
# fi
|
||||||
|
|
||||||
if [ -f @bindir@/calamares ]; then
|
if [ -f @bindir@/calamares ]; then
|
||||||
installer='calamares.desktop'
|
cp -f $src/calamares.desktop "$xdg/"
|
||||||
cp -f $src/$installer "$xdg/"
|
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/calamares.desktop
|
||||||
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/$installer
|
chmod +x "$xdg/calamares.desktop"
|
||||||
sed -r -i "s|XAUTHCOOKIE|$XAUTHORITY|" "$xdg"/$installer
|
|
||||||
chmod +x "$xdg/$installer"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docs=@datadir@/doc/artix
|
docs=@datadir@/doc/artix
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
type = scripted
|
type = scripted
|
||||||
command = /usr/bin/artix-live
|
command = /usr/bin/artix-live
|
||||||
restart = false
|
restart = false
|
||||||
after = setup
|
waits-for = setup
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
type = scripted
|
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
|
stop-command = /usr/bin/umount -l /etc/pacman.d/gnupg
|
||||||
restart = false
|
restart = false
|
||||||
after = setup
|
waits-for = setup
|
||||||
|
Reference in New Issue
Block a user