Stefan Saraev
fd7bdb7e65
syslinux: remove unused gui bootstuff
2015-04-05 20:34:59 +03:00
Stefan Saraev
bebaafb331
packages/*: drop i386 support
2015-04-03 12:08:24 +03:00
Stefan Saraev
f857087f89
remove create_installsrtick* / create_sdcard
2015-03-25 21:42:55 +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
a9bdb58493
syslinux: update to syslinux-6.03
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:08:29 +02:00
Tuan T. Pham
760e3c11e9
create_installstick: update mbr for Debian Jessie
2014-08-16 14:12:29 -04:00
Stefan Saraev
777e4535f3
create_installstick_osx: enable debug shell in installer
2014-07-20 11:47:08 +03:00
Stefan Saraev
0bbbdec992
syslinux: strip target binaries
2014-05-23 22:32:01 +02:00
Stefan Saraev
68bcdccc3b
bye bye Virtual
2014-05-09 13:27:03 +03:00
Stefan Saraev
d7825fd511
syslinux: also install bootx64.efi & ldlinux.e64
2014-02-28 22:57:58 +02:00
Stefan Saraev
3a62787081
syslinux:host: install efi64/efi/syslinux.efi as bootx64.efi
2014-02-28 22:54:15 +02:00
Stefan Saraev
4008b4fd93
syslinux:host: prepare for uefi images
2014-02-28 20:53:52 +02:00
Stefan Saraev
cbba32fbf2
syslinux: update to syslinux-6.02. dont install isolinux
2014-02-23 00:29:09 +02:00
Stefan Saraev
27f8e1ca42
Virtual: meh. this is unsupported
2014-02-10 16:17:08 +02:00
Stephan Raue
b6dfdbfa1e
syslinux: 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
Stefan Saraev
5ecc934d68
create_livestick_osx: rename. clean up "live" mode
2014-01-20 13:46:03 +02:00
Stefan Saraev
87a83d1142
buildsystem: fix image creation
2013-12-29 21:19:14 +02:00
Stefan Saraev
9f2bc15959
syslinux: fix syslinux:host
2013-12-29 18:46:38 +02:00
Stephan Raue
3e1730b120
syslinux: move image makescript out of package, merge with scripts/ and /scripts/image
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-27 21:39:15 +01:00
Stephan Raue
3bc998dd25
syslinux: convert to new package format
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-27 21:34:41 +01:00
Stephan Raue
0f3e2d4ffa
update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
e7292f6413
create_installstick: wait before umount. umount all. use mktemp.
2013-11-21 14:00:56 +02:00
Stefan Saraev
fad5106841
bootloader/image: use bash
2013-11-07 10:38:41 +02:00
Stefan Saraev
9c2ff2dedd
reate_livestick*: rename to create_installstick*
2013-11-06 21:52:07 +02:00
Stefan Saraev
cd9646cbc0
syslinux/image: enable debugshell in installer mode
2013-11-03 18:22:57 +02:00
Stefan Saraev
309b3d7dce
get rid of vesamenu/livemode
...
from now on create_livestick.* will create pure installer
sticks. (TODO: cosmetics. rename to create_installstick)
- syslinux/vesamenu is pain with some boards. syslinux 4.x is even more pain
- now we provide images which have the shiny menu/live thingie. make image.
- initramfs/init: FILE=xxx is not needed anymore. images have two ext4 partitions
side note: be very careful when adding features to installer / installer scripts,
2013-11-03 16:45:49 +02:00
Stefan Saraev
747011f0f8
syslinux. nope nope nope. revert part of 7322b4
...
under ubuntu (syslinux 4.05) there is NO libcom32.c32.
this does not mean my sislinux install is broken
so create_livestick should *never* fail!
2013-10-22 14:33:07 +03:00
Stefan Saraev
f2966ccbce
*bootloader/image: use mktemp. cleanup
2013-10-21 13:32:32 +03:00
Stephan Raue
7322b40201
Add Arch Linux Support to create_livestick, thanks to 'egore', this fixes #2647
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-09-29 18:15:23 +02:00
Stefan Saraev
d072f93d43
syslinux: release: pass $PATH to syslinux/image
...
... parted:host ^^
2013-09-26 21:05:17 +03:00
Jan-Hendrik Peters
d8ad75cd87
save some ascii art
2013-09-22 20:51:40 +02:00
Stefan Saraev
abe6e06d16
syslinuxrelease: add initial "make image" support
...
BIG FAT WARNING:
this requires sudo at build-time. may not work with
auto-builds. check your etc/sudoers
BIG FAT WARNING:
this is a work in progress. use only if you know what you are doing.
2013-09-16 22:19:50 +03:00
Stefan Saraev
4ce825bae6
syslinux: build syslinux-host
...
TODO: ugly. needs some rework
2013-09-16 22:18:50 +03:00
Stefan Saraev
95531abbcd
create_virtualimage: updates for arch lunix
...
thanks @braytac
ref #2589
2013-09-15 11:44:04 +03:00
Stefan Saraev
00135b3bc6
create_livestick: check for 'mkfs.vfat'
...
closes #2567
2013-09-07 20:01:12 +03:00
Stephan Raue
7a4b53003c
syslinux: simplyfing build script
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-28 21:40:59 +02:00
Stefan Saraev
feface09a0
syslinux: update to syslinux-5.10
2013-06-28 20:47:16 +03:00
Stefan Saraev
f8e8a16dbd
Revert "create_livestick: use our *.c32"
...
This reverts commit af39048a80480bba689fe96c767b0f523c38c0af.
2013-06-27 13:19:54 +03:00
Stefan Saraev
af39048a80
create_livestick: use our *.c32
...
we should never trust people's host syslinux
2013-06-26 23:15:26 +03:00
Christian Hewitt
ab69dfa907
livestick: add banner to osx script
...
deleted accidentally earlier
2013-05-10 22:40:08 +04:00
Christian Hewitt
a6d64c69f0
add create_livestick_osx and files
...
closes #2278
2013-05-10 14:00:24 +03:00
vpeter4
e1f7220cf5
create_livestick: changes required for syslinux 5.01
2013-05-08 20:04:15 +02:00
Stephan Raue
ec7c923cf4
syslinux: update to syslinux-5.01
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-03 22:33:40 +02:00
Stefan Saraev
13bb8100d3
create_livestick: fix bad subst. works only in bash. thanks fritsch
2013-04-27 13:01:48 +03:00
Stephan Raue
fd03e318e7
Merge pull request #2216 from dagwieers/livestick-part-fix
...
Wrong partition name used for devices ending with numbers
2013-04-21 14:19:04 -07:00
Dag Wieers
171b937be0
Use the host's vesamenu.c32 as well
...
When using syslinux and C32 modules it's important to use the C32 modules build with the same syslinux. This patch ensures that we use the host OS's vesamenu.c32, rather than the one shipped in the tarball.
2013-04-21 23:08:28 +02:00
Dag Wieers
ac14d279c3
Wrong partition name used for devices ending with numbers
...
On Linux when a block device ends with a number (like my SD card device: **/dev/mmcblk0**) the first partition is called **/dev/mmcblk0p1** (with an added **p**). This snippet makes sure that the correct partition name is used in both cases.
2013-04-21 22:28:41 +02:00
Stephan Raue
208fd9a5d3
Revert "Changed any found references to INSTALL file, which is empty for now."
...
This reverts commit 6a78265e506eeb01d6c962211e39eaf538daf4dc.
2013-04-16 16:19:01 +02:00
Radosław Benkel
6a78265e50
Changed any found references to INSTALL file, which is empty for now.
2013-04-15 21:20:39 +02:00