summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2.8.0v2.8.0Natanael Copa2011-05-021-1/+1
|
* setup-disk: allow entering more than one disk at promptNatanael Copa2011-05-021-9/+27
| | | | So you can specify more than one disk
* setup-disk: some bugfixesNatanael Copa2011-05-021-3/+5
| | | | | | | - always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info
* release 2.8.0_pre4v2.8.0_pre4Natanael Copa2011-04-291-1/+1
|
* setup-disk: improve help textNatanael Copa2011-04-291-12/+12
|
* setup-disk: show more info about diskNatanael Copa2011-04-291-3/+6
|
* setup-disk: don't complain about invalid disk mode when disk is 'none'Natanael Copa2011-04-271-0/+4
| | | | | and fix help to include LVM option ref #592
* release 2.8.0_pre3v2.8.0_pre3Natanael Copa2011-04-191-1/+1
|
* setup-interfaces: add hostname to dhcpNatanael Copa2011-04-191-4/+14
| | | | for dynamic dns
* setup-disk, setup-timezone: improved messagesMatt Smith2011-04-142-11/+12
|
* setup-alpine: start urandom at boot, run setup-diskNatanael Copa2011-04-131-0/+2
|
* setup-interfaces: order the configured interfacesNatanael Copa2011-04-131-10/+14
| | | | | The interfaces should come in order the user configures them and put lo first of all.
* release 2.8.0_pre2v2.8.0_pre2Natanael Copa2011-04-111-1/+1
|
* setup-disk: use the term 'sys' instead of 'root'.Natanael Copa2011-04-111-6/+13
| | | | It makes more sense to talk about a system disk and data disk.
* setup-disk: fix mbr when creating partitionsNatanael Copa2011-04-111-27/+10
| | | | | We only want fiddle with MBR if we use new disks and not if we install on a mounted root
* setup-disk: remove obsolete codeNatanael Copa2011-04-081-122/+0
|
* setup-disk: only enable LVM if -L is specifiedNatanael Copa2011-04-081-9/+89
|
* setup-disk: support for lvm on top of raidNatanael Copa2011-04-081-17/+115
|
* setup-disk: add -m option for sepcifying install modeNatanael Copa2011-04-081-34/+52
| | | | | | So we dont need to ask. Also fix help message.
* setup-disk: automatically set up raid if multiple disks are specifiedNatanael Copa2011-04-081-72/+136
| | | | | | If you run 'setup-disk /dev/sda /dev/sdb ...' then automatically set up raid, even if no -r option was specified. If more than 2 disks are specified then use raid5, otherwise use raid1.
* setup-disk: use new apk-tools locationsNatanael Copa2011-04-071-2/+2
|
* release 2.8.0_pre1v2.8.1_pre1v2.8.0_pre1Natanael Copa2011-04-071-1/+1
|
* setup-disk: explain that no disks was found unless -q (quiet)Natanael Copa2011-04-071-3/+7
|
* setup-disk: restart syslog after setting up data-only diskNatanael Copa2011-04-071-0/+1
|
* setup-timezone: abort if tzdata does not installNatanael Copa2011-04-071-1/+1
|
* setup-disk: implement data-only setupNatanael Copa2011-04-071-9/+186
|
* require root to run setup-alpine-webJeremy Thomerson2011-03-311-0/+6
|
* setup-disk: change questions askedNatanael Copa2011-03-251-26/+32
| | | | ask first what disk to use, and then after how to use it.
* setup-disk: unbreak the possibility to add a device as parameterNatanael Copa2011-03-251-2/+2
|
* setup-disk: use ext4 for / and /boot by defaultNatanael Copa2011-03-241-5/+6
| | | | ref #558
* setup-disk: have '?' to display helpNatanael Copa2011-03-241-29/+60
| | | | And initial work for data-only disk support.
* release 2.7.2v2.7.2Natanael Copa2011-03-161-1/+1
|
* Revert "release 2.7.1"Natanael Copa2011-03-161-5/+2
| | | | This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73.
* release 2.7.1v2.7.1Natanael Copa2011-03-161-2/+5
|
* setup-alpine: enable setup-timezone againNatanael Copa2011-03-161-1/+1
|
* setup-timezone: rewriteNatanael Copa2011-03-161-112/+65
|
* release 2.7.0v2.7.0Natanael Copa2011-03-101-1/+1
|
* setup-bootable: initial support for extract iso on the flyNatanael Copa2011-03-101-19/+40
| | | | code is a bit messy. needs a cleanup. but its a start.
* uniso: try handle shared extentsNatanael Copa2011-03-101-1/+48
| | | | | We check if its shared with previous file. If it is, we try create a hardlink or we clone it. This should work in most cases.
* setup-alpine: do not call setup-timezoneNatanael Copa2011-03-081-1/+1
| | | | We need to fix it first.
* release 2.6.1v2.6.1Natanael Copa2011-03-031-1/+1
|
* setup-apkrepos: install alpine-mirrors if neededNatanael Copa2011-03-031-14/+27
|
* release 2.6v2.6Natanael Copa2011-03-031-1/+1
|
* setup-timezone: minor fixesNatanael Copa2011-03-032-20/+12
| | | | | - ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line
* setup-apkrepos: simplify. try not ask more than absolutely neededNatanael Copa2011-03-031-230/+67
| | | | | | | | | - use alpine version from /etc/alpine-release - dont ask for testing repo, but just add it commented - give user option to edit file manually - give user opptortunity to add several mirrors - first time default is 'detect fastest', second default is 'done' - only update apk index if anything changed
* setup-apkrepos: always update the index, best effortNatanael Copa2011-03-021-16/+3
|
* setup-apkrepos: make show mirror list a separate functionNatanael Copa2011-03-021-7/+10
|
* setup-apkrepos: simplification of apk update error handlingNatanael Copa2011-03-011-6/+1
| | | | | apk update -q will output error if any and be quiet otherwise. we dont need extra logic to fish out error messages.
* setup-apkrepos: minor simplificationNatanael Copa2011-03-011-6/+1
| | | | We only need the hostname after we found the mirror we want
* setup-apkrepos: minor cleanup. use $(( ... )) instead of `expr ...`Natanael Copa2011-03-011-3/+3
| | | | saves a fork