- 17 Jul, 2014 3 commits
-
-
Natanael Copa authored
the use of \+ is a GNU BRE extension that is not supported in musl.
-
Natanael Copa authored
the use of \+ is a GNU extension that is not supported in musl.
-
Natanael Copa authored
Running syslinux on a device that is mounted causes undefined behaviour. We have been 'lucky' up til now but it is known that this can corrupt syslinux.cfg. This should fix #3137
-
- 01 Jul, 2014 1 commit
-
-
Natanael Copa authored
ref #2862
-
- 23 Jun, 2014 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
add support for setup-alpine from within a container. when running in lxc we skip config of: - keymap - hostname - ntp - disk - apk cache - lbu ref #3057
-
Natanael Copa authored
this makes it work in lxcontainers.
-
- 20 Jun, 2014 3 commits
-
-
Natanael Copa authored
-
Francesco Colista authored
-
Francesco Colista authored
-
- 11 Jun, 2014 1 commit
-
-
Natanael Copa authored
This is what upstream musl does.
-
- 30 May, 2014 1 commit
-
-
Natanael Copa authored
-
- 29 May, 2014 2 commits
-
-
Natanael Copa authored
apk now sends progressbar to stdout instead of stderr
-
Natanael Copa authored
we need uninstall .setup*
-
- 27 May, 2014 1 commit
-
-
Natanael Copa authored
it is tmpfs and we know it will be removed on reboot. Infact, we want it to be removed on reboot.
-
- 19 May, 2014 1 commit
-
-
Natanael Copa authored
ref #2893
-
- 08 May, 2014 1 commit
-
-
Natanael Copa authored
We should show 'diff' subcommand in help text.
-
- 23 Apr, 2014 21 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
This is to avoid the message: ERROR: You tried to add a non-repository package to system, but it would be lost on next reboot. Enable package caching (apk cache --help) or use --force if you know what you are doing.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
but accept it for compat reasons
-
Natanael Copa authored
aterm no longer exist and 'st' is the simplest terminal
-
Natanael Copa authored
We also remove the -n option (but accept it for compat)
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
fixes #2540
-
Natanael Copa authored
-
Natanael Copa authored
By default we copy the tzdata file to /etc/zoneinfo and symlink to our copy. We also purge all previously copied timezones unless -k is given. If -i is specified, then will the tzdata apk package stay and the symlink will point to /usr/share/zoneinfo/... instead of a copy in /etc/zoneinfo/
-
Natanael Copa authored
Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863
-
Natanael Copa authored
-
Natanael Copa authored
musl uses /etc/zoneinfo/localtime ref #927 fixes #2867
-
Natanael Copa authored
This is unix...
-
Natanael Copa authored
-
- 19 Mar, 2014 1 commit
-
-
- 15 Nov, 2013 1 commit
-
-
/proc/xen/capabilities can be non-existent while /proc/xen exists. This behaviour was seen when booting in rescue mode on Linode.
-