reorganize image-extras
This commit is contained in:
27
image-extras/common/etc/config/fstab
Normal file
27
image-extras/common/etc/config/fstab
Normal file
@@ -0,0 +1,27 @@
|
||||
config global
|
||||
option anon_swap '0'
|
||||
option anon_mount '0'
|
||||
option auto_swap '0'
|
||||
option auto_mount '0'
|
||||
option delay_root '3'
|
||||
option check_fs '0'
|
||||
|
||||
config swap
|
||||
option uuid '05d615b3-bef8-460c-9a23-52db8d09e002'
|
||||
option enabled '1'
|
||||
|
||||
config mount
|
||||
option target '/overlay'
|
||||
option uuid '05d615b3-bef8-460c-9a23-52db8d09e000'
|
||||
option fstype 'ext4'
|
||||
option options 'rw,noatime'
|
||||
option enabled '1'
|
||||
option enabled_fsck '0'
|
||||
|
||||
config mount
|
||||
option target '/mnt/data'
|
||||
option uuid '05d615b3-bef8-460c-9a23-52db8d09e001'
|
||||
option fstype 'ext4'
|
||||
option options 'rw,noatime'
|
||||
option enabled '1'
|
||||
option enabled_fsck '0'
|
||||
1
image-extras/common/etc/dropbear/authorized_keys
Normal file
1
image-extras/common/etc/dropbear/authorized_keys
Normal file
@@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu9Nwb8tr91hvChHSjEbyS3P0c1+jKtKAdaFCRkyUjVwgCpuzDxiq0auuNulYIfD2oc+THJ6zymJUjWNrVipeUo8BmKkDSMgN0Qf5PlwcSiIj9vDbLqxmVnnvB6xGEROO215Y8XzMOgq8r3Z3WqRUZIeFDHC2sSwJKO3INgsLZd6IoDiM7Dza8pKzYPfY7jJ19JmK4S8lHG3YsoxTy2zkcwCI20sBekJU0iDGvOOJq5UbIumKsAm2uJkMKsKlxkDQr0Y+2J1l0iWBrUHonja6CieO5yNBWluA3DCqxa0pQW3dcOju3mGCQl0j8+3Iblu8lCGoQVSLQ3rUhekmz+cB2Q== alendvai laptop ssh key
|
||||
10
image-extras/common/etc/logrotate.d/syslog.conf
Normal file
10
image-extras/common/etc/logrotate.d/syslog.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
/var/log/syslog
|
||||
{
|
||||
olddir archive
|
||||
rotate 30
|
||||
daily
|
||||
dateext
|
||||
notifempty
|
||||
missingok
|
||||
copytruncate
|
||||
}
|
||||
6
image-extras/common/etc/rc.local
Normal file
6
image-extras/common/etc/rc.local
Normal file
@@ -0,0 +1,6 @@
|
||||
# Put your custom commands here that should be executed once
|
||||
# the system init finished. By default this file does nothing.
|
||||
|
||||
/root/autoprovision-stage1.sh
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user