<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 27.12.2017 um 19:59 John G Heim wrote:<br>
    <blockquote type="cite"
      cite="mid:3d0ef77b-937d-5b09-ba38-8e5a8b4147f3@math.wisc.edu">All
      I remember is that it suggested booting from a live Ubuntu ISO and
      then running pbuilder. It doesn't look as if mk-basefile uses
      pbuilder though which confuses me.<br>
    </blockquote>
    <br>
    Creating a basefile using a live ISO is really easy. First you
    install the required packages:<br>
    <br>
    # apt-get -y install pbuilder debootstrap<br>
    <br>
    Then you create the basefile:<br>
    <br>
    # pbuilder create | tee /root/pbuilder.log<br>
    <br>
    The '| tee...' part is not really necessary of course, but I like
    having a log around in case anything goes wrong.<br>
    <br>
    The base image gets saved to /var/cache/pbuilder/base.tgz. It just
    needs to be renamed to CLASS_NAME.tar.gz where CLASS_NAME is the
    name of the class you are assigning your clients to. Mind the
    .tar.gz file extension. Move the file to the FAI 'basefiles'
    directory and there you go.<br>
    <br>
    Cheers,<br>
    <br>
    <br>
    Robert<br>
    <style type="text/css">pre { background: rgb(230, 230, 255) none repeat scroll 0% 0%; text-align: left; }pre.cjk { font-family: "DejaVu Sans",monospace; }pre.ctl { font-family: "DejaVu Sans Mono",monospace; }p.informatik-western { font-size: 10pt; }p.informatik-cjk { font-size: 10pt; }p { margin-bottom: 0.11cm; background: transparent none repeat scroll 0% 0%; text-align: left; }p.western { font-size: 10pt; }p.cjk { font-size: 10pt; }a:link {  }</style>
  </body>
</html>