summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-08setup-alpine: do not call setup-timezoneNatanael Copa
We need to fix it first.
2011-03-03release 2.6.1Natanael Copa
2011-03-03setup-apkrepos: install alpine-mirrors if neededNatanael Copa
2011-03-03release 2.6Natanael Copa
2011-03-03setup-timezone: minor fixesNatanael Copa
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line
2011-03-03setup-apkrepos: simplify. try not ask more than absolutely neededNatanael Copa
- use alpine version from /etc/alpine-release - dont ask for testing repo, but just add it commented - give user option to edit file manually - give user opptortunity to add several mirrors - first time default is 'detect fastest', second default is 'done' - only update apk index if anything changed
2011-03-02setup-apkrepos: always update the index, best effortNatanael Copa
2011-03-02setup-apkrepos: make show mirror list a separate functionNatanael Copa
2011-03-01setup-apkrepos: simplification of apk update error handlingNatanael Copa
apk update -q will output error if any and be quiet otherwise. we dont need extra logic to fish out error messages.
2011-03-01setup-apkrepos: minor simplificationNatanael Copa
We only need the hostname after we found the mirror we want
2011-03-01setup-apkrepos: minor cleanup. use $(( ... )) instead of `expr ...`Natanael Copa
saves a fork
2011-03-01setup-apkrepos: create a helper func for countingNatanael Copa
Might be handy if we want count differently, strip comments etc in future
2011-03-01setup-apkrepos: mionor cleanupNatanael Copa
use get_hostname_from_url function to make it more readable
2011-03-01setup-apkrepos: minor bugfixNatanael Copa
2011-03-01setup-apkrepos: minor cleanupNatanael Copa
- allow override MIRRORS via env var - don't error if MIRRORS.txt is missing - other minor cleanups
2011-03-01make git ignore setup-apkrepos and setup-timezoneNatanael Copa
2011-03-01setup-disk: syslinux apparently supports booting from btrfsNatanael Copa
2011-03-01added unisoNatanael Copa
A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable.
2011-02-28setup-apkrepos: use chars instead of numbers. avoid ==Natanael Copa
Use case ... in instead of if ... elif ...
2011-02-27setup-alpine: fix typo when calling setup-timezoneJeff Bilyk
fix typo when calling setup-timezone
2011-02-26setup-timezone: initial version of scriptJeff Bilyk
initial cut at a setup-timezone script
2011-02-26remove bind-tools dependencyJeff Bilyk
nslookup statement needed bind-tools version of nslookup, not busybox
2011-02-22Bugfix: If hostname -f does not work, then ssl creation will break and acf ↵Mika Havela
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.
2011-01-22revamped setup-apkreposMatt Smith
2011-01-15alpine-conf: updated setup-apkrepos; see git logMatt Smith
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';
2011-01-12setup-disk: detect if root device is lvmNatanael Copa
We need to add the lvm feature to initramfs image if root is lvm
2011-01-12setup-disk: rename bootdisk to mbrdiskNatanael Copa
It is used for installing MBR and is only needed if there exist a partition table.
2011-01-12setup-disk: generate fstab early. support for verbose (-v)Natanael Copa
2011-01-12setup-disk: handle case where /boot and / are not same deviceNatanael Copa
and add support for ext4
2011-01-07release 2.5.5Natanael Copa
2011-01-07setup-disk: add urandom as a service to start at bootNatanael Copa
2011-01-07lbu: hide error message when testing for read-onlyNatanael Copa
2011-01-03setup-apkrepos: whitespace fixNatanael Copa
2011-01-03alpine-conf: modify setup-apkrepos to grab different mirror and ↵Jeff Bilyk
automatically retrieve release Retrieve MIRRORS.txt and get mirror from there, automatically choose release if possible, and if not prompt for desired release
2010-12-28alpine-conf: add script to add dl-3 internet repos from setup-alpine scriptJeff Bilyk
ref # 487
2010-12-28setup-interfaces: use vi as default editorNatanael Copa
since nano is not shipped with mini iso.
2010-12-03lbu: remount LBU_MEDIA as read-write if it was read-onlyNatanael Copa
ref #477
2010-12-03release 2.5.4Natanael Copa
2010-11-23lbu: fix lbu diff and lbu list for encrypted apkovlsNatanael Copa
2010-11-22lbu: add support for filenames with spaces in /etcNatanael Copa
ref #472
2010-11-22lbu: fix lbu status for encrypted apkovlsNatanael Copa
http://redmine.alpinelinux.org/issues/480
2010-10-29release 2.5.3Natanael Copa
2010-10-29lbu: send pre/post package scripts' output to stderrNatanael Copa
This is so we don't break 'lbu package -'
2010-10-28setup-bootable: use stat to calculate needed disk spaceNatanael Copa
2010-10-21fix extremely minor typoJeremy Thomerson
2010-09-02release 2.5.1Natanael Copa
2010-09-02alpine-conf: Fixed setup-disk to add swap to fstabMatt Smith
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.
2010-08-24setup-disk: add cdrom, usb and floppy to fstabNatanael Copa
2010-08-16release 2.5Natanael Copa
2010-08-16setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa
And print summary of the interface configuration