Christian Hewitt
6ed2d2c5bf
Merge pull request #1712 from Kwiboo/align-partitions-8.2
...
LE8.2: backport of scripts/mkimage: align partitions to 4MiB
2017-07-09 14:51:05 +04:00
Jonas Karlman
49b9c41d6a
scripts/mkimage: align partitions to 4MiB
...
(cherry picked from commit e4ba1d473636d1c9ca741be9cb9c2da8a3f53450)
2017-07-05 07:27:50 +02:00
chewitt
afe0edcb1c
https: update various LE urls
2017-06-29 12:57:18 +01:00
awiouy
c161126e01
decommission PKG_REV
2017-01-19 07:23:38 +01:00
Olli Salonen
3d96cd23c2
installer: cosmetics
...
Change some wording, add the "backtitle" to the installation phase.
2016-10-22 20:04:29 +03:00
Olli Salonen
44599c5501
installer: no more pretty pink
2016-10-22 20:04:08 +03:00
Olli Salonen
6e6cf890be
installer: cosmetics
2016-10-19 22:51:17 +03:00
Olli Salonen
85b9dc63d7
installer: ditch repair/upgrade mode
...
Remove the (at least on my system) broken repair/upgrade mode from
the installer. At the same time improve the formatting/wording of
some screens. Should be a bit simpler now.
2016-10-19 22:48:56 +03:00
Olli Salonen
d3698b0379
installer: small fixes
...
Fix a typo, get rid of installer version variable and change the URL to point to the correct LibreELEC URL.
2016-10-19 19:22:58 +03:00
Olli Salonen
ba4e620da8
installer: replace dialog with whiptail
...
This modifies the installer to use whiptail instead of dialog. Line drawing does not work without a proper locale. Create en_US.UTF-8 locale as part of the installer.
2016-10-19 01:33:39 +03:00
awiouy
e0c2de9b39
Decommission PKG_PRIORITY
2016-09-24 11:57:39 +02:00
longchair
bb10e9d103
scripts : remove some hardcoded LibreELEC distro name
...
Allows a distro to have it's name appear in installer and busybox scripts
2016-04-13 17:20:22 +02:00
longchair
16b6ad3881
installer : allow to have per distro EXTLINUX_PARAMETERS
2016-04-12 19:01:46 +02:00
MilhouseVH
b42b63983b
Allow for a custom system partition start sector + custom system size
2016-03-24 12:02:45 +00:00
MilhouseVH
262ee4a16a
rebrand: A few more fix-ups
2016-03-23 19:36:54 +00:00
Matt DeVillier
fb6b315f30
installer: OE->LE text replacement
...
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-22 18:51:39 -05:00
Matt DeVillier
5c4f2a143b
installer: bump version
...
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-20 14:51:30 -05:00
Matt DeVillier
f8eb1fe4a5
installer: add notification dialog upon completion of install
...
also, OE->LE rebranding
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2016-03-20 14:47:27 -05:00
MilhouseVH
61899e2c9d
installer: Bump FAT partition size in line with disk image
2016-01-31 23:48:07 +00:00
Stephan Raue
f51faa070d
packages: update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stefan Saraev
7901a7561c
installer: cosmetics
2015-09-27 20:06:44 +03:00
Stefan Saraev
cbd56c11f0
installer: cleanup dead code
2015-09-27 20:04:40 +03:00
Stefan Saraev
479be1c21e
installer: clean up misleading message
2015-09-27 20:03:36 +03:00
Stefan Saraev
397d26a9fc
installer: add support for /dev/nvme
2015-09-27 18:25:52 +03:00
Stefan Saraev
3668717f6c
installer: clean up ssh
...
users are still free to add 'ssh' to syslinux.conf manualy
2015-07-16 14:30:58 +03:00
Matt DeVillier
1ebb205d64
installer: fix menu display, log file function
...
remove unused menu item, which breaks view log function
create empty log file, so view log function works prior to install
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
2015-06-19 10:43:01 +03:00
Stefan Saraev
7c35f31139
cleanup TODO in *
2015-04-07 12:08:46 +03:00
Stefan Saraev
61db36b2bb
installer: remove flashrom support
2015-04-05 18:14:12 +03:00
Stefan Saraev
bebaafb331
packages/*: drop i386 support
2015-04-03 12:08:24 +03:00
Stefan Saraev
f8402f415c
installer: do forced reboot/poweroff
2015-02-21 14:59:29 +02:00
Stefan Saraev
548cc218b7
installer: remove beta warning
...
... bleh confusing it is.
2014-11-18 21:06:25 +02:00
Stefan Saraev
79b18383aa
Revert "[uefi] enable 32bit uefi support"
...
This reverts commit 2c7735709d948bf28391023c99ab08e39a7917e7.
it did not work. thanks to t-nelson for testing it..
1. Zotac ZBOX PI320 pico wants bootia32.efi not bootx32.efi
2. even with bootia32.efi (from syslinux) it doesnt boot. I suspect it requires pure 32bit kernel. no mixed mode ?
thank you zotac for creating such a mess.. damn it's almost y2k15
2014-11-12 20:32:34 +02:00
Stefan Saraev
2c7735709d
[uefi] enable 32bit uefi support
2014-10-25 15:28:40 +03:00
Stephan Raue
869d5a96fe
installer: installer.target: no need to alias as default.target
2014-08-22 12:52:55 +02:00
Stefan Saraev
eec451226c
installer: fix misleading menu entry
...
"Custom Install" is not install at all, it is there to be used for
upgrade / downgrade / repair. however, people are trying to use it
and get their disks not detected (which is expected)
so, make it clear what it does
2014-05-22 19:43:31 +03:00
Stefan Saraev
9b97aec8eb
installer: careful when trying to handle emmc devices
2014-05-20 14:16:30 +02:00
Stephan Raue
9d1d03247e
installer: add MMC support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-05-18 21:33:06 +02:00
Stefan Saraev
615d3027d9
installer: uefi support
2014-03-01 00:45:58 +02:00
Stefan Saraev
8f4dabd30f
installer: meh. indents..
2014-02-28 22:46:43 +02:00
Stefan Saraev
ede0375840
installer: fix target depends
2014-02-04 21:53:19 +02:00
Stephan Raue
dcf07578ab
installer: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:09 +01:00
Stephan Raue
0f3e2d4ffa
update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
eb7032c245
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-systemd
...
Conflicts:
packages/network/connman/scripts/connman-setup
packages/sysutils/dbus/init.d/14_dbus
packages/sysutils/udisks/init.d/31_mount-disks
packages/tools/installer/package.mk
projects/ARCTIC_MC/options
projects/ATV/options
projects/Fusion/options
projects/Generic/options
projects/Generic_OSS/options
projects/ION/options
projects/Intel/options
projects/RPi/options
projects/Virtual/options
tools/mkpkg/mkpkg_udevil
2013-08-22 16:39:21 +02:00
Stephan Raue
10ae0b4b4f
installer: rework buildscript
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-21 05:05:19 +02:00
Stephan Raue
204c71ec6a
installer: rework systemd service file
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-17 20:43:48 +02:00
Stephan Raue
38b0e34158
installer: rework buildscript
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-17 20:43:36 +02:00
Stephan Raue
818afb56ad
installer: convert to new package format
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-13 01:36:16 +02:00
Stephan Raue
04ea02e887
installer: convert to systemd
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-12 17:58:15 +02:00
Stephan Raue
3d8c2d8522
installer: convert to new package format
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-12 17:56:40 +02:00
Stephan Raue
07ee0c8c3f
installer: make systempartition per default 256MB
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-29 00:52:49 +02:00