bash
This commit is contained in:
parent
6b4fca0353
commit
ddb600ead2
34 changed files with 770 additions and 343 deletions
28
overlay/Gentoo/usr/local/share/genkernel/overlay.bash
Executable file
28
overlay/Gentoo/usr/local/share/genkernel/overlay.bash
Executable file
|
@ -0,0 +1,28 @@
|
|||
#!/bin/sh
|
||||
|
||||
ROLE=gpgkey
|
||||
|
||||
cd /usr/local/share/genkernel/overlay
|
||||
|
||||
[ -d dev ] || mkdir dev
|
||||
cd dev
|
||||
[ -e urandom ] || mknod urandom c 1 9
|
||||
chmod 666 urandom
|
||||
cd ..
|
||||
|
||||
[ -d sbin ] || mkdir sbin
|
||||
cd sbin
|
||||
[ -f staticgpggrid ] || cp -p /usr/local/bin/staticgpggrid .
|
||||
[ -f staticgpg ] || cp -p /usr/local/bin/staticgpg .
|
||||
chmod 755 static*
|
||||
cd ..
|
||||
|
||||
cd /
|
||||
cat /usr/local/share/genkernel/overlay.list | \
|
||||
tar cf - -T - \
|
||||
tar xvf - -C /usr/local/share/genkernel/overlay
|
||||
|
||||
find -L /usr/local/share/genkernel/overlay -type l
|
||||
|
||||
|
||||
exit 0
|
43
overlay/Gentoo/usr/local/share/genkernel/overlay.list
Normal file
43
overlay/Gentoo/usr/local/share/genkernel/overlay.list
Normal file
|
@ -0,0 +1,43 @@
|
|||
bin/busybox
|
||||
bin/keyctl
|
||||
bin/kmod
|
||||
bin/lsmod
|
||||
bin/nano
|
||||
etc/conf.d/keymaps
|
||||
etc/keymaps/linux-with-altgr.inc
|
||||
etc/keymaps/us.map
|
||||
etc/modprobe.d/blacklist.conf
|
||||
lib/ld-linux.so.2
|
||||
lib64/ld-linux-x86-64.so.2
|
||||
lib64/libacl.so.1
|
||||
lib64/libacl.so.1.1.2301
|
||||
lib64/libblkid.so.1
|
||||
lib64/libblkid.so.1.1.0
|
||||
lib64/libc.so.6
|
||||
lib64/libcap.so.2
|
||||
lib64/libcap.so.2.65
|
||||
lib64/libkmod.so.2
|
||||
lib64/libkmod.so.2.4.0
|
||||
lib64/liblzma.so.5
|
||||
lib64/liblzma.so.5.2.5
|
||||
lib64/libm.so.6
|
||||
lib64/libpthread.so.0
|
||||
lib64/libz.so.1
|
||||
lib64/libz.so.1.2.12
|
||||
lib64/libzstd.so.1
|
||||
lib64/libzstd.so.1.5.2
|
||||
sbin/e2label
|
||||
sbin/fdisk
|
||||
sbin/modprobe
|
||||
sbin/tune2fs
|
||||
usr/bin/clear
|
||||
usr/bin/mg
|
||||
usr/bin/ntfs-3g
|
||||
usr/local/bin/gridfire.pyi
|
||||
usr/local/bin/staticgpg
|
||||
usr/local/bin/staticgpggrid
|
||||
usr/share/consolefonts/ter-v24b.psf.gz
|
||||
usr/share/consolefonts/ter-v28b.psf.gz
|
||||
usr/share/keymaps/i386/include/euro.map.gz
|
||||
usr/share/keymaps/i386/include/qwerty-layout.inc
|
||||
usr/share/keymaps/include/compose.latin
|
Loading…
Add table
Add a link
Reference in a new issue