Advertisement
Guest User

chroot_update.sh

a guest
Mar 27th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. extlinux-install /dev/md0
  2. EXTLINUX_TIMEOUT="1" EXTLINUX_ROOT="root=UUID" extlinux-update
  3.  
  4. dpkg -a --configure
  5.  
  6. useradd dev
  7. mkdir /home/dev
  8. chown dev/home/dev
  9.  
  10. update-rc.d createfs.sh defaults
  11. ldconfig
  12. echo "dev:pass" | chpasswd
  13. echo "root:pass" | chpasswd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement