Commit Graph

17 Commits

Author SHA1 Message Date
Peter Robinson 965fb1adab revert ext3 /boot for arm images
The issue has been fixed upstream with improvements to ext4 support in u-boot 2016.11,
in Fedora I backported these fixes to uboot-tools-2016.09.01-2.fc25 and they've now
been verified and that release is now stable so we should be good to revert the ext3
partition workaround for F-25 GA.
2016-10-22 18:44:36 +01:00
Peter Robinson 06fc035621 move arm boot partition to ext3
With e2fsprogs after 1.43 the 64bit and metadata_csum features are
enabled by default. These features are not currently supported in
u-boot and the 64bit feature introduces changes such that it cannot
be read by implementations that do not support it. U-Boot does not
support the functionality and hence now won't mount it just in case
it corrupts the filesystem, which is a reasonable response, this how
ever stops us from booting when we have a ext4 /boot file system
which means basically we end up with a pot plant. Go back to using
ext3 for the time being as the mkfs.ext3 option doesn't enable these
features and we get booting systems!! YAY \o/
2016-08-17 13:03:52 +01:00
Peter Robinson 15581fa935 arm: minimal: add WiFi cli support 2016-05-12 16:33:27 +01:00
Dennis Gilmore eac616bd35 install only english support on the minimal arm image
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-29 21:01:07 -06:00
Dennis Gilmore f8ed0462ad make / on the minimal image bigger so that image creation can complete
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-16 13:25:11 -06:00
Dennis Gilmore 21c9f3a5d2 enable initial-setup.service
initail-setup.service now handles running both the gui mode and text
mode running of initial-setup so just enable the one service and no
longer do any special handling rhbz#1296495

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-13 18:27:33 -06:00
Peter Robinson aafeb10a57 ARM: minimal: increase size of boot 2015-11-16 12:41:34 +00:00
Peter Robinson 098f03f685 arm: fix up boot partitions 2015-10-21 09:47:59 +01:00
Peter Robinson 29ca666dc8 ARM minimal: adjust image size now X isn't being pulled in again 2015-04-18 18:37:55 +01:00
Peter Robinson 25b862c1e1 ARM minimal: ensure we get fedora-release 2014-10-17 17:24:28 +01:00
Dennis Gilmore 8c34b5ffa9 ARM: kickstart cleanups
remove vfat kickstarts, we are going to use u-boot in raw space
without needing two sets of images with different partitioning we
can remove the seperate partitioning snippets and put the
partitioning in base.
2014-05-06 12:31:06 -05:00
Dennis Gilmore 2e8e82a93d install uboot-images-armv7 rather than the old individual u-boto images
don't install initial-setup-gui on the minimal text only image
2014-04-21 16:07:44 -05:00
Dennis Gilmore d8f9852e47 remove @dial-up and @standard from the minimal arm image 2014-04-12 08:49:27 -05:00
Dennis Gilmore 947fd69d5f target 2gb for minimal images so they can be installed into beaglebone black nand 2013-08-26 17:09:15 -05:00
Dennis Gilmore 09b9d714a5 break out partitioning for arm images
setup kickstarts for partitioning with vfat for use on systes like OMAP
add SoaS for ARM
2013-06-08 09:01:32 -05:00
Dennis Gilmore e29192c353 fix up typo % not @ for include 2013-05-28 02:00:50 -05:00
Dennis Gilmore 8c2c5c5e19 add arm kickstarts
TODO: add other desktop spins
2013-05-28 01:44:45 -05:00