Skip to content
Snippets Groups Projects
  1. Jan 07, 2014
  2. Dec 02, 2013
  3. Nov 18, 2013
  4. Nov 07, 2013
  5. Sep 06, 2013
  6. Aug 07, 2013
  7. Jul 12, 2013
  8. May 06, 2013
  9. May 02, 2013
  10. Apr 11, 2013
    • Hugo Landau's avatar
      mkinitfs - Modified init script for network boot · a3671aa2
      Hugo Landau authored and Natanael Copa's avatar Natanael Copa committed
      This supports network boot over NFS providing the correct kernel modules and
      udhcpc hook script are incorporated to the initrd (tweak mkinitfs config).
      
      The init script can now obtain an IP using udhcpc if you specify ip=dhcp.
      This replaces kernel-level DHCP.
      
      Downloading an ovl via http now works also. Use ovl_dev=http://...
      You can now specify a repository at a different location than at the alpine_dev.
      Use alpine_repo=http://nl.alpinelinux.org/...
      By default, or if alpine_repo=auto, a repository will be searched for
      on the alpine_dev, as usual. alpine_dev can now be an NFS share using
        alpine_dev=nfs:IP:EXPORT
      The NFS share is currently necessarily mounted using -o nolock.
      
      To boot over PXE you might use
        ip=dhcp alpine_dev=nfs:1.2.3.4:/... ovl_dev=http://.../foo.apkovl.tar.gz
      
      You can use {MAC} and {UUID} in opk_dev. They will be substituted.
      Ensure you put the value of opk_dev in quotes, e.g.
        opk_dev="http://.../?mac={MAC}"
      
      Example file and driver list for PXE boot:
        kernel/drivers/net/ethernet/*
        kernel/net/packet/af_packet.ko
        kernel/fs/nfs/*
        kernel/fs/lockd/*
        kernel/net/sunrpc/*
        usr/share/udhcpc/default.script
      a3671aa2
  11. Mar 14, 2013
  12. Mar 09, 2013
  13. Feb 28, 2013
  14. Feb 27, 2013
  15. Feb 26, 2013
  16. Nov 14, 2012
  17. May 17, 2012
  18. May 02, 2012
  19. Apr 30, 2012
  20. Mar 07, 2012
  21. Jan 04, 2012
  22. Nov 01, 2011
  23. Oct 27, 2011
Loading