Preliminary commit of new files
This commit is contained in:
10
build/make/base.mk
Normal file
10
build/make/base.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
base: directory cron syslog sshd hosts
|
||||
ln -f $(BASE)/config build
|
||||
ln -f $(BASE)/init build
|
||||
ln -f $(BASE)/scripts/*_prepare.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_boot.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_init.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_runit.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_logrotate.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_utilities.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_cleanup.sh build/scripts
|
||||
3
build/make/btsync.mk
Normal file
3
build/make/btsync.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
btsync:
|
||||
cp $(BASE)/scripts/*_$@.sh build/scripts
|
||||
cp $(BASE)/runit/$@ build/runit
|
||||
2
build/make/chrome.mk
Normal file
2
build/make/chrome.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
chrome:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
3
build/make/cron.mk
Normal file
3
build/make/cron.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
cron:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
2
build/make/firefox.mk
Normal file
2
build/make/firefox.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
firefox: user
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
4
build/make/hamachi.mk
Normal file
4
build/make/hamachi.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
hamachi:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
ln -f $(BASE)/boot/*_$@.sh build/boot
|
||||
3
build/make/hosts.mk
Normal file
3
build/make/hosts.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
hosts:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/boot/*_$@.sh build/boot
|
||||
2
build/make/pulseaudio.mk
Normal file
2
build/make/pulseaudio.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
pulseaudio:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
3
build/make/redis.mk
Normal file
3
build/make/redis.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
redis:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
3
build/make/sshd.mk
Normal file
3
build/make/sshd.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
sshd:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
3
build/make/syslog.mk
Normal file
3
build/make/syslog.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
syslog:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
2
build/make/user.mk
Normal file
2
build/make/user.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
user:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
Reference in New Issue
Block a user