From: InformatiQ rhanna@informatiq.org
Signed-off-by: InformatiQ rhanna@informatiq.org --- fedora-aos.ks | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/fedora-aos.ks b/fedora-aos.ks index 9d93113..0f1d36e 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -58,14 +58,12 @@ iputils #
# no need for kudzu if the hardware doesn't change --kudzu -prelink -setserial -ed
# Remove the authconfig pieces -authconfig --rhpl -wireless-tools
# Remove the kbd bits @@ -73,7 +71,6 @@ iputils -usermode
# these are all kind of overkill but get pulled in by mkinitrd ordering --mkinitrd -kpartx -dmraid -mdadm
From: InformatiQ rhanna@informatiq.org
Signed-off-by: InformatiQ rhanna@informatiq.org --- fedora-aos.ks | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fedora-aos.ks b/fedora-aos.ks index 0f1d36e..509f824 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -21,6 +21,7 @@ services --enabled=network # This information is used by appliance-tools but # not by the livecd tools. # +part biosboot --fstype=biosboot --size=1 --ondisk sda part / --size 1024 --fstype ext4 --ondisk sda
#
From: InformatiQ rhanna@informatiq.org
Signed-off-by: InformatiQ rhanna@informatiq.org --- fedora-aos.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedora-aos.ks b/fedora-aos.ks index 509f824..294e3f8 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -95,6 +95,6 @@ generic-logos # Add custom post scripts after the base post. # %post - +rm -rf /boot/grub2/grub.cfg %end
On 12/13/2011 09:39 PM, rhanna@informatiq.org wrote:
From: InformatiQrhanna@informatiq.org
Signed-off-by: InformatiQrhanna@informatiq.org
fedora-aos.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedora-aos.ks b/fedora-aos.ks index 509f824..294e3f8 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -95,6 +95,6 @@ generic-logos # Add custom post scripts after the base post. # %post
+rm -rf /boot/grub2/grub.cfg %end
The error message is correct but not fatal at his point. grub.cfg will be populated anaconda by running grub2-mkconfig.
https://bugzilla.redhat.com/show_bug.cgi?id=730357
But this file is %ghost in grub2-1.99-12.fc17 (and grub2-1.99-13.fc16 in -testing), so there shouldn't be any reason to remove it now.
/Mads
On Wed, Dec 14, 2011 at 7:54 PM, Mads Kiilerich mads@kiilerich.com wrote:
On 12/13/2011 09:39 PM, rhanna@informatiq.org wrote:
From: InformatiQrhanna@informatiq.org
Signed-off-by: InformatiQrhanna@informatiq.org
fedora-aos.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedora-aos.ks b/fedora-aos.ks index 509f824..294e3f8 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -95,6 +95,6 @@ generic-logos # Add custom post scripts after the base post. # %post
+rm -rf /boot/grub2/grub.cfg %end
The error message is correct but not fatal at his point. grub.cfg will be populated anaconda by running grub2-mkconfig.
https://bugzilla.redhat.com/show_bug.cgi?id=730357
But this file is %ghost in grub2-1.99-12.fc17 (and grub2-1.99-13.fc16 in -testing), so there shouldn't be any reason to remove it now.
/Mads
I agree later on i found out that i had another issue that was blocking grub2-mkconfig from creating the file i think that's a bug in appliance-creator