03ec2d3473
Release 1.3.1
2016-10-24 17:52:39 +02:00
ad5481aa1e
usbinstall.sh: clear data between 512B and 1MiB to fix grub-install error when old GPT table was present
2016-10-24 17:51:06 +02:00
e7df8646af
Release 1.3
2016-07-22 13:18:56 +02:00
9934fafc05
rootfsinstall: -L option to specify the volume label for system partition
2016-07-19 14:04:15 +02:00
3075ceeb20
rootfsinstall: fix: don't do globbing on *.dtb files
2016-07-19 10:21:45 +02:00
f1e6c5a27d
rootfsinstall: rpi3 support
2016-07-19 10:19:54 +02:00
3bd2e78eaf
usbinstall.sh: support grub-install run from loop device (makedist) and more grub.cfg customization
2016-07-08 16:28:18 +02:00
ae46a54186
usbinstall.sh: suppress warning on iso mounted read/only
2016-07-08 16:26:30 +02:00
e2aeba7efc
Fix for grub.cfg after previous commit
2016-06-27 01:13:58 +02:00
3da224d93b
Switch from extlinux to grub as USB bootloader
2016-06-26 16:25:31 +02:00
9f751541bb
rootfsinstall: support for local-only forced installation and bind mounts before chroot
2015-04-30 13:12:34 +02:00
b1a1ff59e8
rootfsinstall: fixes for dual rpi/rpi2 support
2015-03-01 23:40:33 +01:00
74b2fad4e0
rootfsinstall: support for rpi2
2015-03-01 21:15:18 +01:00
609ab12204
rootfsinstall: install raspberrypi-utils and raspi-config in raspberrypi target
2015-01-30 10:25:13 +01:00
503fadd774
rootfsinstall: fixes for cubox target
2014-12-28 13:44:40 +01:00
738d9ad084
Release 1.1
2014-12-19 12:14:49 +01:00
def5f7687e
usbinstall.sh: support for detecting system arch and blessing the corresponding grub EFI image
2014-12-19 12:04:00 +01:00
6200e195e6
usbinstall: support for EFI on Macs
2014-12-13 16:06:12 +01:00
c9b58a8108
rootfsinstall: disable devel-kernel channel after enabling and installing kernel
2014-12-08 16:00:48 +01:00
9c5c860761
usbinstall: support for loop device installation and udisks2
2014-12-08 01:01:35 +01:00
7bd135a19c
rootfsinstall: support for installing packages in chrooted system partition
...
With default kernel installations for different targets
2014-12-08 01:00:08 +01:00
b330e85946
rootfsinstall: completed bananapi support plus loop device installation support
2014-12-06 17:04:45 +01:00
fb24bac0a1
rootfsinstall: added option for -bpi (partitioning only) and for multiple -cp options with @BOOT@ support
...
Restoring old partitioning for rpi because leaving space before first partition does not work
Also set boot flag to first partition
2014-10-17 12:12:35 +02:00
7b55fdddd5
rootfsinstall: leave 1MB+ of free space before first partition to support BananaPi u-boot installation
2014-10-17 10:09:27 +02:00
01617aa73b
Release 1.0.1
2014-08-21 19:01:19 +02:00
bdc7c39edc
usbinstall: drop bootusb image installation support and more fixes
...
- fix check for grub i386-efi installation on x86_64
- do unmount in errorAndExit function
2014-08-21 16:53:45 +02:00
af4cfcf672
Release 1.0
2014-04-24 17:50:00 +02:00
ef4cfc0227
Added french translation
...
plus a minor fix to italian translation
Translated by Antonio
2014-03-01 17:24:21 +01:00
b7329e8bc8
rootfsinstall: support for multiple chroot commands and rpi: use internal firmware files instead of downloading if present
2014-03-01 17:18:01 +01:00
b3c56bc969
rootfsinstall: assign default values for USEKERNEL for rpi and cubox platforms
2013-12-09 13:29:53 +01:00
8607a86960
rootfsinstall: fix a typo error preventing the script from working; also:
...
- install qemu static if found
- avoid duplicated unmounts
2013-11-23 16:58:43 +01:00
ad7d4bc87e
Release 0.9
2013-11-22 18:09:12 +01:00
f769a9a240
mmcinstall: new script to install running root filesystem to internal mmc of devices
2013-11-22 18:08:33 +01:00
ac5eb6b06c
rootfsinstall: added -r option to specify boot resolution
2013-11-22 18:07:41 +01:00
2a9f821f6b
rootfsinstall: new target platform option -cubox
2013-11-10 15:37:27 +01:00
36f4b5abeb
rootfsinstall: new -cp option to run a command before chroot
2013-11-10 15:35:54 +01:00
2f231a3c9b
rootfsinstall: added many new options to customize rootfs target
2013-09-24 13:15:21 +02:00
1c8cdbb131
rootfsinstall: fix a problem with popd avoiding to use it
2013-09-17 16:58:51 +02:00
b71186b4fb
Release 0.8.2
2013-08-13 15:00:40 +02:00
89c5e1a8cd
usbinstall: don't fail if a syslinux module is missing, to allow using both versions 4 and 5
2013-08-13 14:58:47 +02:00
e0722873e5
Release 0.8.1
2013-08-13 14:58:00 +02:00
0d12a5bd71
rootfsinstall: new name of sdinstall-rpi with the following main changes:
...
- make rpi boot partition and kernel installation optional (-rpi)
- allow to specify filesystem type for rootfs partition (-fs)
2013-07-16 21:31:57 +02:00
6a20519c9c
Release 0.8
2013-07-03 20:38:26 +02:00
9012814718
usbinstall.py: remove bootusb dialog from GUI; also update background images
2013-07-03 20:30:56 +02:00
de819bd5f3
usbinstall.sh: finalize EFI partition support by creating a grub.cfg from extlinux.conf
...
- use grub-mkimage instead of precreated EFI images
2013-07-03 19:54:34 +02:00
e85262b5dd
usbinstall: support for installation without using bootusb archive
2013-06-29 19:06:46 +02:00
bd01ee2e19
sdinstall-rpi.sh: various changes
...
- ask confirmation before proceeding unless -y (assume yes) flag is passed from command line
- use parted to create partition table and partitions
- add some info and error messages and exit points in case of error
2013-06-19 10:33:50 +02:00
2139bc2ac6
usbinstall.sh: install bootx86.efi and bootia32.efi if found in EFI partition
2013-06-09 23:14:08 +02:00
9a46459efc
usbinstall.sh: create EFI boot partition (preliminary work); set boot flags for openmamba_live partition
2013-06-09 17:31:03 +02:00
b0a5bd0c29
Remove obsolete fdisk_template file
2013-06-09 13:53:16 +02:00