Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-06 | setup-xorg-base: initial commit | Natanael Copa | |
This script is supposed to help users to quickly get a working xorg server running. | |||
2011-06-06 | release 2.8.1 | Natanael Copa | |
2011-06-06 | setup-alpine: Use 'none' as default disk | Natanael Copa | |
ref #674 | |||
2011-06-06 | setup-disk: install syslinux when installing on mounted dir | Natanael Copa | |
ref #673 | |||
2011-05-03 | setup-disk: add raidmodules to /etc/modules if needed | Natanael Copa | |
2011-05-03 | setup-apkrepos: avoid double // in url | Natanael Copa | |
2011-05-02 | release 2.8.0 | Natanael Copa | |
2011-05-02 | setup-disk: allow entering more than one disk at prompt | Natanael Copa | |
So you can specify more than one disk | |||
2011-05-02 | setup-disk: some bugfixes | Natanael Copa | |
- always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info | |||
2011-04-29 | release 2.8.0_pre4 | Natanael Copa | |
2011-04-29 | setup-disk: improve help text | Natanael Copa | |
2011-04-29 | setup-disk: show more info about disk | Natanael Copa | |
2011-04-27 | setup-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-19 | release 2.8.0_pre3 | Natanael Copa | |
2011-04-19 | setup-interfaces: add hostname to dhcp | Natanael Copa | |
for dynamic dns | |||
2011-04-14 | setup-disk, setup-timezone: improved messages | Matt Smith | |
2011-04-13 | setup-alpine: start urandom at boot, run setup-disk | Natanael Copa | |
2011-04-13 | setup-interfaces: order the configured interfaces | Natanael Copa | |
The interfaces should come in order the user configures them and put lo first of all. | |||
2011-04-11 | release 2.8.0_pre2 | Natanael Copa | |
2011-04-11 | setup-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-11 | setup-disk: fix mbr when creating partitions | Natanael Copa | |
We only want fiddle with MBR if we use new disks and not if we install on a mounted root | |||
2011-04-08 | setup-disk: remove obsolete code | Natanael Copa | |
2011-04-08 | setup-disk: only enable LVM if -L is specified | Natanael Copa | |
2011-04-08 | setup-disk: support for lvm on top of raid | Natanael Copa | |
2011-04-08 | setup-disk: add -m option for sepcifying install mode | Natanael Copa | |
So we dont need to ask. Also fix help message. | |||
2011-04-08 | setup-disk: automatically set up raid if multiple disks are specified | Natanael 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-07 | setup-disk: use new apk-tools locations | Natanael Copa | |
2011-04-07 | release 2.8.0_pre1 | Natanael Copa | |
2011-04-07 | setup-disk: explain that no disks was found unless -q (quiet) | Natanael Copa | |
2011-04-07 | setup-disk: restart syslog after setting up data-only disk | Natanael Copa | |
2011-04-07 | setup-timezone: abort if tzdata does not install | Natanael Copa | |
2011-04-07 | setup-disk: implement data-only setup | Natanael Copa | |
2011-03-31 | require root to run setup-alpine-web | Jeremy Thomerson | |
2011-03-25 | setup-disk: change questions asked | Natanael Copa | |
ask first what disk to use, and then after how to use it. | |||
2011-03-25 | setup-disk: unbreak the possibility to add a device as parameter | Natanael Copa | |
2011-03-24 | setup-disk: use ext4 for / and /boot by default | Natanael Copa | |
ref #558 | |||
2011-03-24 | setup-disk: have '?' to display help | Natanael Copa | |
And initial work for data-only disk support. | |||
2011-03-16 | release 2.7.2 | Natanael Copa | |
2011-03-16 | Revert "release 2.7.1" | Natanael Copa | |
This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73. | |||
2011-03-16 | release 2.7.1 | Natanael Copa | |
2011-03-16 | setup-alpine: enable setup-timezone again | Natanael Copa | |
2011-03-16 | setup-timezone: rewrite | Natanael Copa | |
2011-03-10 | release 2.7.0 | Natanael Copa | |
2011-03-10 | setup-bootable: initial support for extract iso on the fly | Natanael Copa | |
code is a bit messy. needs a cleanup. but its a start. | |||
2011-03-10 | uniso: try handle shared extents | Natanael 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-08 | setup-alpine: do not call setup-timezone | Natanael Copa | |
We need to fix it first. | |||
2011-03-03 | release 2.6.1 | Natanael Copa | |
2011-03-03 | setup-apkrepos: install alpine-mirrors if needed | Natanael Copa | |
2011-03-03 | release 2.6 | Natanael Copa | |
2011-03-03 | setup-timezone: minor fixes | Natanael Copa | |
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line |