]> spindle.queued.net Git - xodist/commit
mkext3: add --skip-grub option
authorAndres Salomon <dilinger@queued.net>
Fri, 5 Nov 2010 18:49:54 +0000 (11:49 -0700)
committerAndres Salomon <dilinger@queued.net>
Fri, 5 Nov 2010 18:49:54 +0000 (11:49 -0700)
commit5983c5431630ed30c1e8a9c85d22688ec6f8866f
treef2195896076f7dcd84bfaebf4ac7c888fe869bdd
parent38b581fc973e6caaa907cd772391d89477225310
mkext3: add --skip-grub option

For buildling debxo images (or other non-x86 images), we don't care about
installing grub.  Furthermore, on some platforms, we don't have the grub
command.. so requiring grub to generate images is a non-starter.

The long-term solution to this is to have something like:
 --use-bootloader=grub
...where one can use that to select between grub, ofw, uboot, etc.

Signed-off-by: Andres Salomon <dilinger@queued.net>
mkext3.sh