Actions: 1. rootfs prompt modify to user@hostname:pwd. 2. rootfs /usr/bin add lsd command. Files: 1. As follow commit history.
@@ -73,6 +73,10 @@ echo -e " Starting LIGHTTPD : \n"
cp /root/.tmate.conf /
/usr/sbin/crond &
+id=CSU3_$(cat /sys/class/net/eth0/address)
+echo $id > /etc/hostname
+hostname -F /etc/hostname
+
#status $? 0
# ---------------------------------------------
@@ -6,4 +6,4 @@ alias l='ls $LS_OPTIONS -lA'
alias rm='rm -i'
alias cp='cp -i'
export LC_ALL='en_US.UTF-8'
-
+PS1="\u@\h:\w#"
@@ -0,0 +1,3 @@
+#!/bin/sh
+ls -l | grep ^d | awk '{print $9}' | xargs du -sh | sort -n