rootfs: Add common overlay

Start out with some convenience macros and a proper PS1.
This commit is contained in:
Tobias Waldekranz
2022-10-06 10:46:02 +02:00
parent ef8f975b58
commit c4e6a24a47
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,18 @@
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -alF'
alias ls='ls --color=auto'
alias vim='vi'
alias view='vi -R'
alias emacs='mg'
alias edit='mg'
alias editor=edit
alias sensible-editor=edit
alias sensible-pager=less
export EDITOR=/usr/bin/mg
alias ip='ip --color=auto'
alias ipb='ip -br'
alias bridge='bridge --color=auto'
+1
View File
@@ -0,0 +1 @@
PS1='\u@\h:\w\$ '
+1
View File
@@ -12,6 +12,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_INFIX_PATH)/patches"
BR2_TARGET_GENERIC_HOSTNAME="infix"
BR2_TARGET_GENERIC_ISSUE="Inf/IX by KernelKit"
BR2_INIT_FINIT=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_INFIX_PATH)/board/common/rootfs"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_INFIX_PATH)/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y