updated ls command on preseed files
This commit is contained in:
@@ -445,9 +445,9 @@ d-i preseed/late_command string \
|
||||
name=$(basename /sys/class/net/e*) ; \
|
||||
echo "$name: \4{$name}" >> /target/etc/issue ; \
|
||||
echo "" >> /target/etc/issue ; \
|
||||
echo "alias lsa='ls -alhF'" >> /target/etc/bash.bashrc ; \
|
||||
echo "alias lsa='ls -alhvF'" >> /target/etc/bash.bashrc ; \
|
||||
in-target sudo apt-get install -y wget curl ; \
|
||||
in-target wget http://192.168.1.50/debian/download-debian-essentials.sh -P /home/akanealw/ ; \
|
||||
in-target wget http://192.168.1.50/bashscripts/debian/download-debian-essentials.sh -P /home/akanealw/ ; \
|
||||
in-target chmod +x /home/akanealw/download-debian-essentials.sh ; \
|
||||
in-target chown akanealw:akanealw /home/akanealw/download-debian-essentials.sh ; \
|
||||
in-target mkdir /home/akanealw/.ssh ; \
|
||||
|
||||
@@ -445,9 +445,9 @@ d-i preseed/late_command string \
|
||||
name=$(basename /sys/class/net/e*) ; \
|
||||
echo "$name: \4{$name}" >> /target/etc/issue ; \
|
||||
echo "" >> /target/etc/issue ; \
|
||||
echo "alias lsa='ls -alhF'" >> /target/etc/bash.bashrc ; \
|
||||
echo "alias lsa='ls -alhvF'" >> /target/etc/bash.bashrc ; \
|
||||
in-target sudo apt-get install -y wget curl ; \
|
||||
in-target wget http://192.168.1.50/debian/download-debian-essentials.sh -P /home/akanealw/ ; \
|
||||
in-target wget http://192.168.1.50/bashscripts/debian/download-debian-essentials.sh -P /home/akanealw/ ; \
|
||||
in-target chmod +x /home/akanealw/download-debian-essentials.sh ; \
|
||||
in-target chown akanealw:akanealw /home/akanealw/download-debian-essentials.sh ; \
|
||||
in-target mkdir /home/akanealw/.ssh ; \
|
||||
|
||||
Reference in New Issue
Block a user