mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
dash as default shell for debian/ubuntu systems
svn path=/nixpkgs/trunk/; revision=17590
This commit is contained in:
parent
9b28b2692c
commit
3653e372b0
|
@ -580,7 +580,8 @@ rec {
|
|||
|
||||
echo "running post-install script..."
|
||||
eval "$postInstall"
|
||||
|
||||
ln -sf dash /mnt/bin/sh
|
||||
|
||||
rm /mnt/.debug
|
||||
|
||||
${klibcShrunk}/bin/umount /mnt/inst/nix/store
|
||||
|
@ -1008,6 +1009,7 @@ rec {
|
|||
"perl"
|
||||
"sysvinit"
|
||||
"bash"
|
||||
"dash"
|
||||
"gzip"
|
||||
"bzip2"
|
||||
"tar"
|
||||
|
|
Loading…
Reference in a new issue