Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Added PS1 profile #607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions buildroot/package/recovery/profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export PS1="\u@\h:\w# "

2 changes: 2 additions & 0 deletions buildroot/package/recovery/recovery.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ define RECOVERY_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 package/recovery/unicode-fonts/NanumBarunGothicBold.ttf $(TARGET_DIR)/usr/lib/fonts/NanumBarunGothicBold.ttf
$(INSTALL) -m 0755 package/recovery/data/data $(TARGET_DIR)/usr/data
$(INSTALL) -m 0644 $(@D)/cmdline.txt $(BINARIES_DIR)/cmdline.txt
$(INSTALL) -m 0755 package/recovery/profile $(TARGET_DIR)/root/.profile

mkdir -p $(TARGET_DIR)/keymaps/
$(INSTALL) -m 0755 package/recovery/keymaps/* $(TARGET_DIR)/keymaps/
$(INSTALL) -m 0644 package/recovery/wpa_supplicant.conf $(TARGET_DIR)/etc/wpa_supplicant.conf
Expand Down