You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
822 B

  1. Index: jessie-stage2/rootfs/etc/default/useradd
  2. ===================================================================
  3. --- jessie-stage2.orig/rootfs/etc/default/useradd
  4. +++ jessie-stage2/rootfs/etc/default/useradd
  5. @@ -5,7 +5,7 @@
  6. # Similar to DHSELL in adduser. However, we use "sh" here because
  7. # useradd is a low level utility and should be as general
  8. # as possible
  9. -SHELL=/bin/sh
  10. +SHELL=/bin/bash
  11. #
  12. # The default group for users
  13. # 100=users on Debian systems
  14. @@ -29,7 +29,7 @@ SHELL=/bin/sh
  15. # The SKEL variable specifies the directory containing "skeletal" user
  16. # files; in other words, files such as a sample .profile that will be
  17. # copied to the new user's home directory when it is created.
  18. -# SKEL=/etc/skel
  19. +SKEL=/etc/skel
  20. #
  21. # Defines whether the mail spool should be created while
  22. # creating the account