summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-05setup-disk: cleanup. remove raid_part_type variableNatanael Copa
Not needed.
2012-03-05setup-disk: cleanup. remove unused variableNatanael Copa
2012-03-05setup-disk: fix comment for setup_boot_devNatanael Copa
2012-03-05setup-disk: cleanup. don't create unused /tmp/sfdisk.outNatanael Copa
2012-03-05setup-disk: cleanup. fix misleading commentNatanael Copa
Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: fix unmount logicNatanael Copa
we need anchor on both sides. Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: cleanup. make sure we don't add raid modules more than onceNatanael Copa
2012-03-05setup-disk: cleanup. use shell manipulation instead of sedNatanael Copa
2012-03-05setup-disk: cleanup. clarify what raidopt and raidmod doesNatanael Copa
2012-03-05setup-disk: monor code cleanupNatanael Copa
Make it a bit more clear what is going on by moving initialization of mnt_boot to same place for both cases. And remove redundant code line. Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: fix enumerate_fstabNatanael Copa
fix case when mountpoint is a prefix of other mount. For example: setup-disk /d which would also match /dev and create various bogus entries in the generated fstab. Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: allow override filesystem for /var via VARFSNatanael Copa
Thanks to Jim Pryor for pointing this out.
2012-03-05setup-alpine: clean up the usage helpNatanael Copa
2012-03-02setup-disk: tell user that MBR might need be set manullyNatanael Copa
fixes #715
2012-02-24setup-proxy: minor cleanupsNatanael Copa
2012-02-24setup-proxy: new tool for configuring proxyDieter Bloms
2012-01-12setup-acf: use acfpasswd utility to set passwordNatanael Copa
2011-12-30setup-interfaces: add -b to ask for bridgesNatanael Copa
2011-12-30alpine-conf: modify setup-interfaces to create simple bridgesRoger Pau Monne
Modified setup-interfaces to create simple bridges (works only with one interface per bridge). Useful when setting up a Xen system, since interfaces need to be bridged in order for guests to have networking. Some distributions automatically create one bridge for each interface when Xen is installed, but I think this is too aggressive. Changes since v1: * Only ask to bridge interfaces if Xen Dom0 is detected
2011-11-16setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs rootNatanael Copa
2011-11-08setup-disk: fix booting from cciss devicesNatanael Copa
2011-11-07setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disksNatanael Copa
2011-10-28==== release 2.9.3 ====Natanael Copa
2011-10-28setup-alpine: do not ask for ntp if qemu guestNatanael Copa
2011-10-28setup-alpine: implement -q for quick modeNatanael Copa
less questions
2011-10-28setup-sshd: minor tweaking of promptNatanael Copa
2011-10-28setup-ntp: minor tweaking of promptNatanael Copa
2011-10-27setup-bootable: do not remove :vfat from syslinux.cfgNatanael Copa
When we replace alpine_dev we should not remove the :<filesystem>
2011-10-26==== release 2.9.2 ====Natanael Copa
2011-10-26setup-apkcache: add help textNatanael Copa
2011-10-26setup-lbu: fix promptNatanael Copa
- encapsulate the alternatives in '' - strip whitespacee from alternatives and separate with , - fix prompt
2011-10-26setup-apkcache: fix promptNatanael Copa
we encapsulate 'none' within '' everywhere else
2011-10-26setup-apkcache: search fstab for mount point firstNatanael Copa
ref #786
2011-10-26setup-disk: fix swap size calculationNatanael Copa
use 2 * total ram or maximum 1/4 of the smallest disk. don't use more than 4G swap if swap is smaller than 64MB then don't bother create swap at all. ref #732
2011-10-24==== release 2.9.1 ====Natanael Copa
2011-10-24Use 'apk <cmd>' instead of apk_<cmd>Natanael Copa
2011-10-24setup-disk: use update-extlinux to generate the extlinux.confNatanael Copa
2011-10-06==== release 2.9.0 ====Natanael Copa
2011-10-06setup-ntp: cleanup a bitNatanael Copa
2011-10-06setup-sshd: clean up code a bitNatanael Copa
2011-10-06setup-bootable: revert the cache logicNatanael Copa
It was broken. This reverts: 70b1a6716dc5e2ed4a4b92d908691f86924c3753 a234ec98b8a4be9fa7ebd8e37cce4d58ec1c5473 c67ff2550962e8857d9a7c3859fc5003324e418a 0b3ae89a2abdaccea8eac0a089c1e1fd589c5c3e
2011-09-30setup-bootable: use force UUID in syslinux.cfg, even for upgradersNatanael Copa
The -k option is to not use UUID
2011-09-27lbu: implement LBU_BACKUPDIRNatanael Copa
This allows users to do lbu commit into a dir without trying to mount anything.
2011-09-13setup-apkcache: bugfixNatanael Copa
2011-09-13setup-interfaces: cleanupNatanael Copa
we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code
2011-09-13setup-alpine: dont display error message if disk is 'none'Natanael Copa
2011-09-13setup-alpine: start networking in background earlyNatanael Copa
It might take a few seconds to start the networking so we can do that while user enter info about timezone and enters the password. This reduces the waiting time.
2011-09-13setup-apkrepos: only ask for repository one timeNatanael Copa
2011-09-13setup-apkcache: new setup toolNatanael Copa
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.
2011-09-09minor typo correction in setup-timezone.inJeremy Thomerson