
The setup package does not exists on Debian. Its changes was placed at the base-files package and the setup-config changes on this new base-files-config package for Debian. Test Plan: PASS: Package installed and ISO built sucessfully Story: 2009256 Task: 43690 Signed-off-by: João Pedro Alexandroni Cordova de Sousa <JoaoPedroAlexandroni.CordovadeSouza@windriver.com> Change-Id: Ibf23e37022757ba7f1a4de64d9d211273b322315
5 lines
53 B
Bash
5 lines
53 B
Bash
if [ "$PS1" ]; then
|
|
PS1='\h:\w\$ '
|
|
fi
|
|
export PS1
|