Skip to content

Commit

Permalink
added GRUB menu sample and fixed vhost config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua M. Clulow committed Oct 17, 2010
1 parent c1e3f66 commit 85e0f84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/apache_vhost_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# AI Install Server Vhost:
<VirtualHost *:5555>
DocumentRoot "/export/install"
<Directory "/export/install">
DocumentRoot "/export/install/ai_image"
<Directory "/export/install/ai_image">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
Expand Down
18 changes: 18 additions & 0 deletions menu.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# if you want the system console on ttya...
#serial --unit=0 --speed=9600
#terminal serial

default=0
timeout=30
min_mem64=1000

title Chainload to first harddisk
rootnoverify (hd0)
chainloader +1
title OpenIndiana Development oi_147 X86 boot image
kernel$ /oi/platform/i86pc/kernel/$ISADIR/unix -B console=ttya,install_media=http://10.1.1.10:5555,install_service=oi_x86,install_svc_address=10.1.1.10:5555
module$ /oi/platform/i86pc/$ISADIR/boot_archive
title OpenIndiana Development oi_147 X86 Automated Install
kernel$ /oi/platform/i86pc/kernel/$ISADIR/unix -B console=ttya,install=true,install_media=http://10.1.1.10:5555,install_service=oi_x86,install_svc_address=10.1.1.10:5555
module$ /oi/platform/i86pc/$ISADIR/boot_archive

0 comments on commit 85e0f84

Please sign in to comment.