Commit Graph

44 Commits

Author SHA1 Message Date
824abd9ffa rootfsinstall: rpi: several fixes or workarounds after testing changes in previous commit 2020-10-04 20:19:16 +02:00
77694b96b1 rootfsinstall: rpi: filesystem resize at first boot and boot partition mount in /boot 2020-10-03 19:55:03 +02:00
c339692e33 rootfsinstall.sh: rpi4 support 2020-01-31 23:29:56 +01:00
8aa3a84a62 rootfsinstall.sh: rpi: boot partition increased from 40 to 100MB; config.txt update for rpi4 compatibility 2020-01-27 10:24:35 +01:00
4a53062e08 rrootfsinstall: use dnf instead of smart 2019-08-08 23:36:08 +02:00
cb0151c061 rootfsinstall.sh: fix for resume from script option 2018-09-13 11:25:00 +02:00
bffa688557 rootfsinstall: baytrail: disable systemd gpt autodetection at boot 2018-09-13 11:14:46 +02:00
c6d71f5faa rootfsinstall.sh: update command line for Baytrail kernel and make chpass usage pwdutils compatible 2017-12-20 23:14:25 +01:00
3bdcf49802 rootfsinstall.sh: fix for password setting using chpasswd 2017-11-15 14:38:08 +01:00
fbd9a84e42 rootfsinstall.sh: update baytrail target to use mainstream kernel (currently 4.13.12mamba-x86_64) 2017-11-15 14:36:39 +01:00
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
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
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
c9b58a8108 rootfsinstall: disable devel-kernel channel after enabling and installing kernel 2014-12-08 16:00:48 +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
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
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
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