source: MondoRescue/branches/2.2.10/mindi/rootfs/etc/passwd@ 2444

Last change on this file since 2444 was 2444, checked in by Bruno Cornec, 15 years ago
  • priority given to env var for tmpdir
  • fuse FS excluded from tmpdir computation
  • Improves udev timeout handling
  • fuse device is needed at restore time for sshfs
  • Avoids comment analysis in the new code handling deplist.d
  • Avoids error message if some ssh conf files do not exist
  • Improvements on sshfs/ssh management in restore mode
  • Include now all minimal requirements for sshfs
  • Fix udev support in init for Mandriva 2009.1 (udevadm settle is blocking)
  • Improve deplist.d/* files
  • adds libnss for ssh support in boot disk
  • Solve a memory management issue in DSF module (strtok => mr_strtok)
  • DSF now also supports partitions in addition to full disks
  • Adds debug in open_and_list_dir
  • Improve user management for NetFS cases
  • ssh in the restore env needs some dlopened libs (libnss_compat|files)
  • Warning emited in case of duplicate mountpoints or devices in fstab found
  • Use only the AWK veriable everywhere and not the awk command
  • Simplify GetInitrdFilesystemToUse which doesn't need to detect everything, but just know if it's initramfs (new mode) or a compressed FS ext2/3 (older mode) as initrd is anyway re-made by mindi. Should fix #353

(Backport from 2.2.9)

  • Property svn:keywords set to Id
File size: 379 bytes
Line 
1root::0:0::/:/bin/bash
2halt:x:7:0:halt:/sbin:/sbin/halt
3operator:x:11:0:operator:/:/bin/bash
4shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
5sync:x:5:0:sync:/sbin:/bin/sync
6bin:x:1:1:bin:/bin:
7ftp:x:404:1::/home/ftp:/bin/bash
8daemon:x:2:2:daemon:/sbin:
9adm:x:3:4:adm:/var/adm:
10man:x:13:15:man:/usr/man:
11guest:x:405:100:guest:/dev/null:/dev/null
12nobody:x:65534:100:nobody:/dev/null:
Note: See TracBrowser for help on using the repository browser.