Commit Graph

44 Commits

Author SHA1 Message Date
Alexander Marx
5021ee33de BUG11296: Fix build on EFI systems
fixes: #11296

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-03 10:42:17 +00:00
Arne Fitzenreiter
4f472f86f8 flash-images: copy kernel and initrd first
there is a u-boot bug that not find all files if the directory entries
was splittet to more sectors so copy the important files first.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-03-05 17:07:23 +01:00
Arne Fitzenreiter
efd02229ae flash-images: change root uuid replacer sed
i cannot really test this on my systems.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-02-24 16:01:33 +01:00
Arne Fitzenreiter
920f195095 flash-image: set RAMDISK_MODE=2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-02-23 20:08:25 +01:00
Arne Fitzenreiter
38956241bb flash-image: fix root uuid on some build machines.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-02-23 19:49:49 +01:00
Justin Luth
e0b9a600e1 Allow flash-images to compile on Ubuntu: delay to allow automount/dismount 2015-03-28 12:59:35 +01:00
Arne Fitzenreiter
864a8efff3 flashimages: increase root size.
arm images not fit in 700MB anymore.
2015-01-04 18:42:02 +01:00
Arne Fitzenreiter
15094e71e6 flash-images: u-boot dtb folder work around.
u-boot cannot find folders that are created later...
2014-12-21 12:17:04 +01:00
Arne Fitzenreiter
56e211f66e u-boot: update to 2014.4. and add BPi support. 2014-12-19 07:12:40 +01:00
Arne Fitzenreiter
0565657116 flash-images: use third partition again as root. 2014-11-06 00:06:43 +01:00
Arne Fitzenreiter
9b35b114a0 flash-images: distro image is not compressed on arm. 2014-11-01 17:23:40 +01:00
Michael Tremer
7f6e04258a grub: Don't use VGA for serial installations
On systems without a graphics card, grub did not count down
the timeout.
2014-09-09 15:01:19 +02:00
Michael Tremer
7051d2af61 flash-images: Add an extra 100 MB padding at end of image
This makes it easier to align partitions correctly when the
root partition is grown at the first boot.
2014-08-24 16:11:45 +02:00
Michael Tremer
a24546794d Update auto-resize code to work with any partition number 2014-08-24 13:29:18 +02:00
Michael Tremer
c42cbc86b3 Rewrite flash-image generation for GRUB2. 2014-08-23 16:28:54 +02:00
Arne Fitzenreiter
72cdb51765 flash-image: increase initial size of root partition. 2014-04-30 09:21:31 +02:00
Arne Fitzenreiter
906d293b05 flash-images: work around a pandaboard uboot bug.
uboot does not find the kernel if it was copied to late to the
fat partition.
2014-02-27 12:46:14 +01:00
Stefan Schantl
8a5ef45f15 Rework of flash-images. 2013-12-19 11:14:52 +01:00
Arne Fitzenreiter
7284262a5e kernel: add arm7 multiplatform kernel.
not booting on panda yet.
2013-09-15 18:41:16 +02:00
Arne Fitzenreiter
919eb671a3 flash-images: fix grub path. 2012-11-12 23:40:17 +01:00
Arne Fitzenreiter
e9b5c81522 flash-images: disable fsck timecheck.
Most systems that use the flash image has no rtc so check is better
disabled.
2012-06-26 15:17:44 +02:00
Arne Fitzenreiter
3dcc590eca flash-images: align rootfs to 64MB. 2012-06-16 15:02:56 +02:00
Arne Fitzenreiter
3e011c27dd flashimages: switch to single ext4 (wo journal)
also support video out on pandaboard.
2012-06-10 11:16:57 +02:00
Arne Fitzenreiter
9007007b4e kernel: add kernel for Raspberry Pi. 2012-05-23 13:43:03 +02:00
Arne Fitzenreiter
9831c245f0 flash-images: add MLO, uboot and omap kernel for pandaboard. 2012-03-14 16:52:07 +01:00
Arne Fitzenreiter
edc2be7080 flash-images: activate autoresize also on arm. 2012-01-24 18:17:14 +01:00
Arne Fitzenreiter
76b8277500 flash-images: increase size of root partition.
Minimal media-size is now 2GB.
2012-01-22 10:57:35 +01:00
Arne Fitzenreiter
a6d0d790eb flash-image: add automatic resizing /var partition at first boot. 2012-01-20 08:02:31 +01:00
Arne Fitzenreiter
920b610fa0 toolchain: remove old uname hack. 2011-12-31 02:45:19 +01:00
Arne Fitzenreiter
5537d89ab8 Revert "inittab: change serial device from ttyS0 to console."
console doesnt react to CTRL+C.

This reverts commit 34d3bfb462.
2011-10-16 18:41:42 +02:00
Arne Fitzenreiter
34d3bfb462 inittab: change serial device from ttyS0 to console. 2011-10-16 12:58:42 +02:00
Michael Tremer
3c9374292a Remove ED=full.
This was needed to distinct between a full version of IPFire,
a light one without a package manager and a development version
containing a C compiler and stuff.
None of that except the full version were ever realized and so
we can drop the code.
2011-09-18 14:43:49 +02:00
Michael Tremer
185f92e1d0 Make flash images for ARM. 2011-09-17 19:59:38 +02:00
Arne Fitzenreiter
3cbeb8c7a1 Flashimage use UUID for fstab. 2010-08-18 21:52:57 +02:00
Arne Fitzenreiter
f16bec2829 Use same firstsetup on flashimages. 2010-08-11 23:21:23 +02:00
Arne Fitzenreiter
6cf9e77034 New Installer based on dracut hw-detection (uClibc removed). 2010-08-11 17:23:41 +02:00
Arne Fitzenreiter
dafc8fbea2 flashimages: is dracut to create initrd. 2010-07-31 17:28:56 +02:00
Christian Schmidt
3e962cfae1 Changed the flash image, we dont need the other ttyX for flash. 2010-05-07 18:17:07 +02:00
Arne Fitzenreiter
05ffd50f49 Fix grub at flashimage. 2010-03-08 19:18:49 +01:00
Arne Fitzenreiter
dbf157bbaa Change installation-tar compression from bzip2 to lzma. 2010-02-21 13:13:27 +01:00
Arne Fitzenreiter
dfc4bc56a7 Add zerofree to cleanup flash and xenimages before compressing. 2010-01-14 21:26:09 +01:00
Arne Fitzenreiter
cd0cfb610f Set size of flash-images 10MB smaller 2009-08-26 05:32:07 +02:00
Arne Fitzenreiter
6fafd2729d Made size of 1GB image a bit smaller
Add some missing default settings
reboot after firstsetup
2009-05-25 17:57:36 +02:00
Arne Fitzenreiter
52ca8220b8 Add build of ready installed flash-images 2009-05-24 14:54:36 +02:00