dash as default shell for debian/ubuntu systems
svn path=/nixpkgs/trunk/; revision=17590
This commit is contained in:
parent
9b28b2692c
commit
3653e372b0
@ -580,6 +580,7 @@ rec {
|
|||||||
|
|
||||||
echo "running post-install script..."
|
echo "running post-install script..."
|
||||||
eval "$postInstall"
|
eval "$postInstall"
|
||||||
|
ln -sf dash /mnt/bin/sh
|
||||||
|
|
||||||
rm /mnt/.debug
|
rm /mnt/.debug
|
||||||
|
|
||||||
@ -1008,6 +1009,7 @@ rec {
|
|||||||
"perl"
|
"perl"
|
||||||
"sysvinit"
|
"sysvinit"
|
||||||
"bash"
|
"bash"
|
||||||
|
"dash"
|
||||||
"gzip"
|
"gzip"
|
||||||
"bzip2"
|
"bzip2"
|
||||||
"tar"
|
"tar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user