46 Commits

Author SHA1 Message Date
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
vpeter4
c1a54f9ad5 installer: add double confirmation before actuall install process (formating disk)
add custom install where only KERNEL and SYSTEM files are copied to System partition, closes #1985

someone should go over the changes just to be sure that there is no errors
2013-03-03 15:41:16 +01:00
Stephan Raue
fc17959bcd installer: depends on package 'syslinux'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-27 15:59:02 +02:00
vpeter4
da30ef2ba4 installer: add support for backup archive 2012-04-14 12:15:33 +02:00
Stephan Raue
eb33f377c8 installer: add SSH description
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-05 16:04:53 +02:00
Matthias Saou
b29d96d685 Fix install on blank 3TB drives
For some reason something made parted enter its interactive mode. Always
calling it with -s makes more sense anyway, and fixes that remaining issue
with never used blank 3TB drives I was still seeing.
2012-03-21 16:21:00 +01:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
76b85fdce6 installer: switch to console 1 before starting
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-02-26 23:59:55 +01:00
Stephan Raue
db31802c2a installer: ask for/and enabling ssh per default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-16 17:08:39 +01:00
Matthias Saou
f2f9eaadf5 Reserve 0% for root on ext4 partitions
This is to have the proper free disk space reported from XBMC,
or even df, since the default is 5%. The impact is low, since
having OpenELEC run everything as root had this limit not be
enforced at any time.
On my 3TB drive, XMBC reported 2.5TB free before the change
and 2.7TB after.
2011-12-23 11:43:34 +01:00
Matthias Saou
3835e5c2a7 Enable GPT support in the installer
New dialog to prompt for enabling GPT, defaulting to the optimal
choice : GPT only for disks which requite it (>2.2TB) or if GPT is
already present.
Cosmetic fixes to the installer script.
2011-12-20 10:25:14 +01:00
Stephan Raue
59aecb4f29 installer: cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-15 04:47:33 +02:00
Stephan Raue
6338a37791 installer: specify filesystemtype on mount
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-06-07 23:14:31 +02:00
Stephan Raue
6b901f25af installer: fix permissions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-24 21:54:38 +01:00
newphreak
9cf9cc687f installer: cosmetics+typo 2011-03-24 13:50:10 -07:00
Stephan Raue
8a9c2837a1 installer: fix file permissions, thanks to gr8rx
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-23 07:20:39 +01:00
newphreak
2aefcdac87 installer: cleanup+typo 2011-03-18 20:24:51 -07:00
Stephan Raue
74aa03fbd7 installer: dont install flashrom on unsupported devices, add $BOOTLOADER variable
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-06 12:20:34 +01:00
Stephan Raue
dcf877beb8 installer: rename OpenELEC.tv to OpenELEC; show OS version
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-20 13:43:44 +01:00
Stephan Raue
7ac06939e6 installer: fix for using busybox's ash shell
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-20 13:19:59 +01:00
Stephan Raue
32ba6fe666 bash: remove package 'bash', add busybox shell, move inits and configs (we will see if this works :-)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-16 17:27:20 +01:00
Wintemrute
2d3ad4c2da Adding Headers...... 2011-01-09 22:06:11 +01:00
Stephan Raue
ddd3ae5ee5 installer: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:38:47 +01:00
Stephan Raue
4964f40861 installer: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 03:43:07 +01:00
Stephan Raue
fcbe03758e installer: write MBR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-03 19:23:26 +01:00
Stephan Raue
ad409ed5ad installer: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-18 22:48:12 +01:00
Stephan Raue
6b9bcf1513 installer: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:05:27 +01:00
Stephan Raue
70c8c30198 installer: add metafile
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 16:44:39 +01:00
Stephan Raue
d4ce9bc9bb installer: increase size of flash partition
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-08 07:38:06 +01:00
Stephan Raue
edc309cec5 installer: clear screen for nicer output, write BIOS backup to /flash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-01 03:02:14 +02:00
Stephan Raue
040a2e9d06 installer: fix configfile
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-01 01:05:41 +02:00
Stephan Raue
3a59e865de installer: add bios update functions, set to version 0.2.3, cleanups and cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-01 00:47:25 +02:00
Stephan Raue
abace89354 installer: add installer.conf, set version to 0.2.2, add some menupoints for bios update, add oem message
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-31 22:33:13 +02:00
Stephan Raue
3ca3f78c03 installer: add option to setup additional parameters to extlinux
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-19 11:58:44 +02:00
Stephan Raue
c4d33a6666 installer: use 'mke2fs' from 'e2fsprogs' package, change to version 0.2.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-18 01:11:43 +02:00
Stephan Raue
bd8422dda9 installer: dont install package 'bc'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-18 01:10:44 +02:00
Stephan Raue
fc15630b19 installer: reworking to use cylinder to specifiy the partition size, create label before creating an partition, wipe disk with 'dd', update to version 0.2.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-17 04:06:14 +02:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
a6670eacc4 e2fsprogs: use busybox's 'mkfs.ext2' and 'mke2fs' applets instead these from e2fsprogs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-08 23:21:16 +02:00
Stephan Raue
aa5e47822b installer: run in runlevel 'installer', some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-06 20:02:50 +02:00
Stephan Raue
b86123ed0c installer: add poweroff function, some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-06 20:01:27 +02:00
Stephan Raue
ca176052dd installer: reinstall MBR everytime after installing extlinux, various cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-03 21:26:46 +02:00
Stephan Raue
97610a0f3f installer: adding init script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-03 18:36:53 +02:00
Stephan Raue
8d2fe1cb8d installer: adding initial installer script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-03 18:36:29 +02:00
Stephan Raue
df54c81b87 new package: add package 'syslinux'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-29 20:42:37 +02:00
Stephan Raue
7e00da4ce7 new package: add initial (not working) package 'installer'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-29 14:16:15 +02:00