ec2/fedora-18-x86_64-ec2.ks | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 7e720837301b2c3a23d057b44798dd8d04a15daf Author: Matthew Miller mattdm@mattdm.org Date: Thu Nov 8 20:21:35 2012 -0500
note for what to do for grub2
diff --git a/ec2/fedora-18-x86_64-ec2.ks b/ec2/fedora-18-x86_64-ec2.ks index 3159eff..090e1bf 100644 --- a/ec2/fedora-18-x86_64-ec2.ks +++ b/ec2/fedora-18-x86_64-ec2.ks @@ -17,6 +17,11 @@ services --enabled=network,sshd,rsyslog # part / --size 10000 --fstype ext4 --ondisk sda
+# This will let fussy, fussy grub2 install, if we +# decide we want that. +#part biosboot --fstype=biosboot --size=1 --ondisk sda + + # # Repositories repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-18&arch=$basearc...
cloud@lists.stg.fedoraproject.org