summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* setup-apkrepos: minor cleanupNatanael Copa2011-03-011-12/+19
| | | | | | - allow override MIRRORS via env var - don't error if MIRRORS.txt is missing - other minor cleanups
* make git ignore setup-apkrepos and setup-timezoneNatanael Copa2011-03-011-1/+3
|
* setup-disk: syslinux apparently supports booting from btrfsNatanael Copa2011-03-011-1/+1
|
* added unisoNatanael Copa2011-03-012-3/+582
| | | | | | A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable.
* setup-apkrepos: use chars instead of numbers. avoid ==Natanael Copa2011-02-281-19/+15
| | | | Use case ... in instead of if ... elif ...
* setup-alpine: fix typo when calling setup-timezoneJeff Bilyk2011-02-271-1/+1
| | | | fix typo when calling setup-timezone
* setup-timezone: initial version of scriptJeff Bilyk2011-02-263-0/+130
| | | | initial cut at a setup-timezone script
* remove bind-tools dependencyJeff Bilyk2011-02-261-14/+10
| | | | nslookup statement needed bind-tools version of nslookup, not busybox
* Bugfix: If hostname -f does not work, then ssl creation will break and acf ↵Mika Havela2011-02-221-1/+1
| | | | | | won't work FQDN hostname might not be set in /etc/hosts and this could cause 'hostname -f' to fail. Even this does not happen too often, it still is a possibility. This patch prevents the problem.
* revamped setup-apkreposMatt Smith2011-01-221-103/+311
|
* alpine-conf: updated setup-apkrepos; see git logMatt Smith2011-01-151-6/+98
| | | | | | | | | | Changelog: - Now selects the fastest mirror (albeit somewhat crudely); - Updates existing main and testing repos to use the fastest mirror; - If the main repository isn't listed, it will be added; - If the testing repository isn't listed, it will be added - commented out; - Despite these changes, it does not clobber other repository entries; - Will output errors and warnings from 'apk update';
* setup-disk: detect if root device is lvmNatanael Copa2011-01-121-2/+17
| | | | We need to add the lvm feature to initramfs image if root is lvm
* setup-disk: rename bootdisk to mbrdiskNatanael Copa2011-01-121-5/+7
| | | | | It is used for installing MBR and is only needed if there exist a partition table.
* setup-disk: generate fstab early. support for verbose (-v)Natanael Copa2011-01-121-12/+22
|
* setup-disk: handle case where /boot and / are not same deviceNatanael Copa2011-01-121-32/+63
| | | | and add support for ext4
* release 2.5.5v2.5.5Natanael Copa2011-01-071-1/+1
|
* setup-disk: add urandom as a service to start at bootNatanael Copa2011-01-071-1/+2
|
* lbu: hide error message when testing for read-onlyNatanael Copa2011-01-071-1/+1
|
* setup-apkrepos: whitespace fixNatanael Copa2011-01-031-1/+1
|
* alpine-conf: modify setup-apkrepos to grab different mirror and ↵Jeff Bilyk2011-01-031-27/+36
| | | | | | automatically retrieve release Retrieve MIRRORS.txt and get mirror from there, automatically choose release if possible, and if not prompt for desired release
* alpine-conf: add script to add dl-3 internet repos from setup-alpine scriptJeff Bilyk2010-12-283-0/+42
| | | | ref # 487
* setup-interfaces: use vi as default editorNatanael Copa2010-12-281-3/+2
| | | | since nano is not shipped with mini iso.
* lbu: remount LBU_MEDIA as read-write if it was read-onlyNatanael Copa2010-12-031-5/+29
| | | | ref #477
* release 2.5.4v2.5.4Natanael Copa2010-12-031-1/+1
|
* lbu: fix lbu diff and lbu list for encrypted apkovlsNatanael Copa2010-11-231-0/+2
|
* lbu: add support for filenames with spaces in /etcNatanael Copa2010-11-221-9/+17
| | | | ref #472
* lbu: fix lbu status for encrypted apkovlsNatanael Copa2010-11-221-1/+6
| | | | http://redmine.alpinelinux.org/issues/480
* release 2.5.3v2.5.3Natanael Copa2010-10-291-1/+1
|
* lbu: send pre/post package scripts' output to stderrNatanael Copa2010-10-291-2/+2
| | | | This is so we don't break 'lbu package -'
* setup-bootable: use stat to calculate needed disk spacev2.5.2Natanael Copa2010-10-281-5/+10
|
* fix extremely minor typoJeremy Thomerson2010-10-211-1/+1
|
* release 2.5.1v2.5.1Natanael Copa2010-09-021-1/+1
|
* alpine-conf: Fixed setup-disk to add swap to fstabMatt Smith2010-09-021-6/+23
| | | | | | | | | | This patch fixes bug #419: http://redmine.alpinelinux.org/issues/419 Problem exists in Alpine Linux 2.0.0. This patch updates setup-disk to correctly add swap to the fstab and add the swap service to the boot runlevel.
* setup-disk: add cdrom, usb and floppy to fstabNatanael Copa2010-08-241-0/+5
|
* release 2.5v2.5Natanael Copa2010-08-161-1/+1
|
* setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa2010-08-162-10/+21
| | | | And print summary of the interface configuration
* libalpine: fix ip address validationNatanael Copa2010-08-161-1/+1
| | | | new busybox doesnt support the old way we did it.
* setup-acf: install opensslNatanael Copa2010-07-201-1/+1
| | | | so we can generate the certificate
* Merge remote branch 'sdrik/master'Natanael Copa2010-06-021-3/+21
|\
| * setup-disk: install a /boot/grub/menu.lst if Xen is detectedv2.3_git1Cedric Schieli2010-04-151-3/+21
| |
* | release 2.4v2.4Natanael Copa2010-06-011-1/+1
| |
* | ignore generated scriptsNatanael Copa2010-06-011-0/+16
| |
* | setup-interface: use tabs. default to dhcpNatanael Copa2010-06-011-4/+5
| |
* | setup-disk: fix typo in the option handlingNatanael Copa2010-05-261-1/+1
| |
* | setup-bootable: update syslinux.cfg if not usbdiskNatanael Copa2010-05-261-23/+67
| | | | | | | | + misc fixes
* | setup-bootable: use -u for upgradesNatanael Copa2010-05-261-17/+21
| |
* | removed obsolete filesNatanael Copa2010-05-264-136/+0
| |
* | setup-bootable: renamed from setup-bootable-usbNatanael Copa2010-05-262-1/+1
| |
* | setup-bootable-usb: improve to it can be used for upgradesNatanael Copa2010-05-261-14/+126
|/
* setup-disk: generate new fstabNatanael Copa2010-04-071-2/+5
|