summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* setup-interfaces: cleanupNatanael Copa2011-09-131-11/+14
| | | | | we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code
* setup-alpine: dont display error message if disk is 'none'Natanael Copa2011-09-131-1/+5
|
* setup-alpine: start networking in background earlyNatanael Copa2011-09-131-0/+2
| | | | | | | 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.
* setup-apkrepos: only ask for repository one timeNatanael Copa2011-09-131-1/+1
|
* setup-apkcache: new setup toolNatanael Copa2011-09-135-87/+124
| | | | | A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.
* minor typo correction in setup-timezone.inJeremy Thomerson2011-09-091-1/+1
|
* setup-lbu: use UUID when UUID was used as alpine_devNatanael Copa2011-08-191-2/+12
|
* setup-lbu: filter out codepage mount option from fstabNatanael Copa2011-08-191-4/+9
| | | | If the codepage option is there mount will fail.
* setup-lbu: new appNatanael Copa2011-08-193-0/+125
| | | | This is to replace setup-apklbu in the long run.
* lbu: do not edit users configNatanael Copa2011-08-111-3/+13
| | | | | Cope with empty lines in include/exclude without editing the file ref #713
* setup-alpine: populate setup script answer file exampleJeff Bilyk2011-08-071-11/+44
|
* setup-interfaces: add an option to read custom /etc/network/interfaces from ↵Jeff Bilyk2011-08-071-59/+84
| | | | stdin
* setup-dns: remove test dataJeff Bilyk2011-08-071-1/+1
|
* setup-dns: command line options for unattended modeJeff Bilyk2011-08-071-9/+41
|
* setup-apkrepos: add option to just add random mirror and don't prompt anymoreJeff Bilyk2011-08-061-14/+43
|
* setup-apklbu: work better in unattended / silent modeJeff Bilyk2011-08-061-3/+6
|
* setup-sshd: cleanups and add command line optionsJeff Bilyk2011-08-051-10/+19
|
* setup-ntp: allow specifying ntp daemon from command lineJeff Bilyk2011-08-051-27/+32
|
* setup-timezone: command line options for posixtz format and tzdata formatJeff Bilyk2011-08-051-0/+35
|
* setup-keymap: add option for variant from command-lineJeff Bilyk2011-08-051-8/+16
|
* setup-hostname: add an option to specify hostnameJeff Bilyk2011-08-051-3/+29
|
* lbu: fix sed commandJeff Bilyk2011-08-011-2/+2
| | | | fix #615
* lbu: strip empty lines from /etc/lbu/include and exclude files before committingJeff Bilyk2011-08-011-2/+2
|
* setup-apklbu: add an apk cache sync after setting up APK cacheJeff Bilyk2011-08-011-0/+1
|
* setup-alpine: fix non-working syntaxJeff Bilyk2011-07-311-1/+1
|
* README: rewrite since alpine-conf includes more than just LBU nowJeff Bilyk2011-07-311-13/+16
|
* setup-alpine: first cut at implementing answers file support for setting up ↵Jeff Bilyk2011-07-311-11/+52
| | | | Alpine
* setup-alpine: only run setup-apklub if sys disk mode wasnt selectedJeff Bilyk2011-07-312-1/+4
|
* setup-ntp: actually commit the scriptJeff Bilyk2011-07-311-0/+51
|
* setup-sshd: add dropbear supportJeff Bilyk2011-07-312-30/+18
|
* setup-ntpd: renamed from setup-chrony, add support for openntpd, other cleanupsJeff Bilyk2011-07-313-50/+2
|
* setup-{apklbu, bootable, chrony, sshd}: replace double equals in if ↵Jeff Bilyk2011-07-314-10/+10
| | | | statements with single equals
* setup-bootable: one last typo fixJeff Bilyk2011-07-161-1/+1
|
* setup-bootable: somehow a couple lines for remounting RO/RW got missedJeff Bilyk2011-07-161-1/+8
|
* setup-bootable: rewrite apk cache section to...workJeff Bilyk2011-07-161-12/+14
|
* setup-sshd: new script for setting up sshdJeff Bilyk2011-07-163-0/+59
|
* setup-chrony: new script for setting up chrony for NTP time syncJeff Bilyk2011-07-163-0/+51
|
* setup-bootable: enhance to update apk cache on USB/CF installs if it's been ↵Jeff Bilyk2011-07-161-0/+22
| | | | setup
* setup-dns: only output search domain if there was one enteredJeff Bilyk2011-07-161-1/+3
|
* setup-apklbu: remove testing line that was left aroundJeff Bilyk2011-07-161-2/+0
|
* setup-apklbu: script cleanup and enhancementsJeff Bilyk2011-07-142-20/+44
|
* setup-bootable: strip off trailing / in srcdir variableJeff Bilyk2011-07-141-1/+1
| | | | strip off trailing /
* setup-apklbu: handle ro media for apk and lbuJeff Bilyk2011-06-081-0/+20
|
* setup-apklbu: new scriptJeff Bilyk2011-06-083-0/+40
| | | | setup-apklbu is a new script for setting up apk cache and lbu
* setup-disk: fix data-only mode with no lvm and no raidNatanael Copa2011-06-071-2/+2
| | | | ref #678
* setup-gparted-desktop: new setup scriptNatanael Copa2011-06-062-0/+43
| | | | The idea is that you quick and dirty can get gparted up and running
* setup-xorg-base: initial commitNatanael Copa2011-06-063-0/+31
| | | | | This script is supposed to help users to quickly get a working xorg server running.
* release 2.8.1v2.8.1Natanael Copa2011-06-061-1/+1
|
* setup-alpine: Use 'none' as default diskNatanael Copa2011-06-062-3/+6
| | | | ref #674
* setup-disk: install syslinux when installing on mounted dirNatanael Copa2011-06-061-1/+2
| | | | ref #673