forked from artix/artix-live
Compare commits
31 Commits
Author | SHA1 | Date | |
---|---|---|---|
9a3d49b13a
|
|||
0000966ad8
|
|||
4c3cb26d8e
|
|||
0736ea40b4
|
|||
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
|
2
Makefile
2
Makefile
@@ -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,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