summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-22setun-interface: user the term 'ports' when asking for bridge portsNatanael Copa
This makes it slightly clearer what we are doing
2012-03-22setup-interfaces: configure bridge from interface questionNatanael Copa
2012-03-22setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingyNatanael Copa
2012-03-21setup-interfaces: support creating bridge when asking for ip addrNatanael Copa
2012-03-21libalpine: warn about deprecated pkg_inst/deinstNatanael Copa
2012-03-21setup-keymap: do not use pkg_inst/pkg_deinstNatanael Copa
we will only support apk tools so lets make things simpler
2012-03-21setup-interfaces: do not use pkg_instNatanael Copa
we will never support any other package manager than apk add so lets clean up the code
2012-03-21setup-interfaces: use yesno funcNatanael Copa
2012-03-21setup-interfaces: use "ask" instead of "default_read"Natanael Copa
2012-03-21setup-interfaces: cleanupNatanael Copa
- Support the ROOT env var - use unconfigured_* functions to keep the state of which interfaces are configured - Support env var INTERFACES so we can override the autodetection
2012-03-21libalpine: add yesno functionNatanael Copa
2012-03-21libalpine: add available_ifacesNatanael Copa
a sorted list of available network interfaces thats not a part of any bridge or bond
2012-03-21libalpine: add various functions from openbsd installerNatanael Copa
isin - is element in list rmel - remove element from list ask - Ask a question and read response ask_until - repeat a question til a non-blank response ask_which - repeat a question til a listed option is entered
2012-03-05setup-proxy: (over?)simplifyNatanael Copa
We want avoid asking questions and in the proxy case most people will pick 'none'. For those who needs proxy there is still a possibility to specify the entire proxy url in one shot, rather than asking lot of questions.
2012-03-05setup-disk: improve the usage help textNatanael Copa
Thanks to Jim Pryor for the very useful feedback.
2012-03-05setup-disk: cleanup. init_progs always installs syslinuxNatanael Copa
2012-03-05setup-disk: use SYSROOT env var instead of hardcoded /mntNatanael Copa
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