-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update core packages in line with KISS.
- Loading branch information
1 parent
29ff168
commit f3f932e
Showing
148 changed files
with
2,506 additions
and
3,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../modules/repo/core/baseinit/README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/sh -ef | ||
|
||
mkdir -p \ | ||
"$1/usr/bin" \ | ||
"$1/usr/share/doc/kiss/init" | ||
|
||
cp -R etc "$1" | ||
cp -R lib "$1/usr/lib" | ||
|
||
# Disable warning as CFLAGS must work this way. | ||
# shellcheck disable=2086 | ||
for bin in kpow kall; do | ||
clang -o "$1/usr/bin/$bin" "bin/$bin.c" $CFLAGS -static | ||
cp -f "bin/$bin.c" "$1/usr/share/doc/kiss/init/$bin.c" | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
889d02e36c5808b1adadaa4e567df3fef97156e38a477579a20e7c53622018d6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/kisslinux/init/archive/VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.3 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../modules/repo/core/baselayout/README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# crypttab: mappings for encrypted partitions | ||
# | ||
# Each mapped device will be created in /dev/mapper, so your /etc/fstab | ||
# should use the /dev/mapper/<name> paths for encrypted devices. | ||
# | ||
# NOTE: Do not list your root (/) partition here. | ||
|
||
# <name> <device> <password> <options> | ||
# home /dev/hda4 /etc/mypassword1 | ||
# data1 /dev/hda3 /etc/mypassword2 | ||
# data2 /dev/hda5 /etc/cryptfs.key | ||
# swap /dev/hdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 | ||
# vol /dev/hdb7 none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Static information about the filesystems. | ||
# See fstab(5) for details. | ||
|
||
# <file system> <dir> <type> <options> <dump> <pass> | ||
|
||
tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
root:x:0: | ||
bin:x:1: | ||
sys:x:2: | ||
kmem:x:3: | ||
wheel:x:4: | ||
tty:x:5: | ||
tape:x:6: | ||
daemon:x:7: | ||
floppy:x:8: | ||
disk:x:9: | ||
lp:x:10: | ||
dialout:x:11: | ||
audio:x:12: | ||
video:x:13: | ||
utmp:x:14: | ||
adm:x:15: | ||
cdrom:x:16: | ||
optical:x:17: | ||
mail:x:18: | ||
storage:x:19: | ||
scanner:x:20: | ||
network:x:21: | ||
kvm:x:24: | ||
input:x:25: | ||
nogroup:x:99: | ||
users:x:100: | ||
xbuilder:x:101: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# /etc/host.conf | ||
# See host.conf(5) for details. | ||
|
||
multi on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
# | ||
# /etc/hosts: static lookup table for host names | ||
# | ||
|
||
#<ip-address> <hostname.domain.org> <hostname> | ||
127.0.0.1 localhost.localdomain localhost | ||
::1 localhost.localdomain localhost ip6-localhost | ||
|
||
# EOF |
File renamed without changes.
Oops, something went wrong.