Advertisement
Guest User

auto/config

a guest
Jul 3rd, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. lb config noauto \
  6. --distribution wheezy \
  7. --architectures i386 \
  8. --archive-areas "main contrib non-free" \
  9. --linux-flavours 686-pae \
  10. --bootappend-live "boot=live config persistence" \
  11. -b hdd \
  12. "${@}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement