Commit Graph

110 Commits

Author SHA1 Message Date
086d58b0f2 rootfsinstall.sh: added or updated the following options:
-s: assume partitions are already done and proceed from scripts (for development)
-g [size]   : grow system partition to fit storage size (to be used with -I)
-p [user:]password : set given password for specified user (if none, set for root user)
2017-11-15 11:49:44 +01:00
2722423acb rootfsinstall.sh: kill processes run from chroot before unmounting; -g option to grow filesystem and update PARTUUID (for Raspbian) 2017-10-13 13:17:42 +02:00
73a57d592f rootfsinstall.sh: minor fixes for image mode 2017-10-12 18:44:59 +02:00
5339856ef0 rootfsinstall: new -I parameter to support installation from image (.img) instead of rootfs 2017-10-06 18:08:05 +02:00
3aba21d977 rootfsinstall: support for multiple additional archives (-a) and for qemu static file as used in other distributions 2017-10-06 17:14:44 +02:00
c62ab88a37 rootfsinstall: silence removal of packages so that it does not seem an error if they are not present 2017-09-07 10:16:38 +02:00
8a0563b019 rootfsinstall: fixes for baytrail target 2017-09-07 10:15:22 +02:00
de63ffac36 rootfsinstall: fixes for baytrail target 2017-04-10 15:37:56 +02:00
f573175805 rootfsinstall.sh: baytrail: parametrize kernel version, run depmod and mkinitrd 2017-03-07 13:36:43 +01:00
31e7177127 rootfsinstall.sh: don't fail if removing packages fails (assuming because they are missing) 2017-03-06 15:46:29 +01:00
25e73d71a2 rootfsinstall.sh: baytrail (Chuwi Hi10) target support 2017-03-06 15:14:39 +01:00
78ac8ec488 rootfsinstall: remove kernel-mamba-arm in targets which instll another arm kernel 2016-12-16 10:49:30 +01:00
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