# # Original File # ------------- # http://Linux-Boot.net/Chroot/chroot.passwd.txt # # # 20-Jan-02 amo Date-of-Birth # 15-Aug-04 amo Moved to Linux-Boot.net/Chroot/chroot.passwd.txt # # # # Changing passwds # ---------------- # mount /dev/hda1 /mnt/hda1 # chroot /mnt/hda1 # bash # passwd # init 6 # # # End of file