Skip to content

Commit

Permalink
Merge pull request #164 from nshalman/update-grub-config
Browse files Browse the repository at this point in the history
Add noinstall grub entry to build_iso
  • Loading branch information
JohnSonnenschein committed Jan 18, 2013
2 parents 2a3cc5f + 929df10 commit 203cf1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build_iso
Expand Up @@ -179,6 +179,10 @@ title Live 64-bit (text)
kernel /platform/i86pc/kernel/amd64/unix -B console=text,root_shadow='$shadow'$bi_grub_optstr
module /platform/i86pc/amd64/boot_archive
title Live 64-bit (noinstall)
kernel /platform/i86pc/kernel/amd64/unix -B console=text,root_shadow='$shadow',standalone=true,noimport=true
module /platform/i86pc/amd64/boot_archive
title Live 64-bit (text) +kmdb
kernel /platform/i86pc/kernel/amd64/unix -kd -B console=text,root_shadow='$shadow'$bi_grub_optstr
module /platform/i86pc/amd64/boot_archive
Expand Down

0 comments on commit 203cf1f

Please sign in to comment.