summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-06setup-xorg-base: initial commitNatanael Copa
This script is supposed to help users to quickly get a working xorg server running.
2011-06-06release 2.8.1Natanael Copa
2011-06-06setup-alpine: Use 'none' as default diskNatanael Copa
ref #674
2011-06-06setup-disk: install syslinux when installing on mounted dirNatanael Copa
ref #673
2011-05-03setup-disk: add raidmodules to /etc/modules if neededNatanael Copa
2011-05-03setup-apkrepos: avoid double // in urlNatanael Copa
2011-05-02release 2.8.0Natanael Copa
2011-05-02setup-disk: allow entering more than one disk at promptNatanael Copa
So you can specify more than one disk
2011-05-02setup-disk: some bugfixesNatanael Copa
- always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info
2011-04-29release 2.8.0_pre4Natanael Copa
2011-04-29setup-disk: improve help textNatanael Copa
2011-04-29setup-disk: show more info about diskNatanael Copa
2011-04-27setup-disk: don't complain about invalid disk mode when disk is 'none'Natanael Copa
and fix help to include LVM option ref #592
2011-04-19release 2.8.0_pre3Natanael Copa
2011-04-19setup-interfaces: add hostname to dhcpNatanael Copa
for dynamic dns
2011-04-14setup-disk, setup-timezone: improved messagesMatt Smith
2011-04-13setup-alpine: start urandom at boot, run setup-diskNatanael Copa
2011-04-13setup-interfaces: order the configured interfacesNatanael Copa
The interfaces should come in order the user configures them and put lo first of all.
2011-04-11release 2.8.0_pre2Natanael Copa
2011-04-11setup-disk: use the term 'sys' instead of 'root'.Natanael Copa
It makes more sense to talk about a system disk and data disk.
2011-04-11setup-disk: fix mbr when creating partitionsNatanael Copa
We only want fiddle with MBR if we use new disks and not if we install on a mounted root
2011-04-08setup-disk: remove obsolete codeNatanael Copa
2011-04-08setup-disk: only enable LVM if -L is specifiedNatanael Copa
2011-04-08setup-disk: support for lvm on top of raidNatanael Copa
2011-04-08setup-disk: add -m option for sepcifying install modeNatanael Copa
So we dont need to ask. Also fix help message.
2011-04-08setup-disk: automatically set up raid if multiple disks are specifiedNatanael Copa
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.
2011-04-07setup-disk: use new apk-tools locationsNatanael Copa
2011-04-07release 2.8.0_pre1Natanael Copa
2011-04-07setup-disk: explain that no disks was found unless -q (quiet)Natanael Copa
2011-04-07setup-disk: restart syslog after setting up data-only diskNatanael Copa
2011-04-07setup-timezone: abort if tzdata does not installNatanael Copa
2011-04-07setup-disk: implement data-only setupNatanael Copa
2011-03-31require root to run setup-alpine-webJeremy Thomerson
2011-03-25setup-disk: change questions askedNatanael Copa
ask first what disk to use, and then after how to use it.
2011-03-25setup-disk: unbreak the possibility to add a device as parameterNatanael Copa
2011-03-24setup-disk: use ext4 for / and /boot by defaultNatanael Copa
ref #558
2011-03-24setup-disk: have '?' to display helpNatanael Copa
And initial work for data-only disk support.
2011-03-16release 2.7.2Natanael Copa
2011-03-16Revert "release 2.7.1"Natanael Copa
This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73.
2011-03-16release 2.7.1Natanael Copa
2011-03-16setup-alpine: enable setup-timezone againNatanael Copa
2011-03-16setup-timezone: rewriteNatanael Copa
2011-03-10release 2.7.0Natanael Copa
2011-03-10setup-bootable: initial support for extract iso on the flyNatanael Copa
code is a bit messy. needs a cleanup. but its a start.
2011-03-10uniso: try handle shared extentsNatanael Copa
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.
2011-03-08setup-alpine: do not call setup-timezoneNatanael Copa
We need to fix it first.
2011-03-03release 2.6.1Natanael Copa
2011-03-03setup-apkrepos: install alpine-mirrors if neededNatanael Copa
2011-03-03release 2.6Natanael Copa
2011-03-03setup-timezone: minor fixesNatanael Copa
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line