aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/alpine-baselayout.pre-upgrade
Commit message (Collapse)AuthorAgeFilesLines
* main/alpine-baselayout: hide error message for missing /etc/groupNatanael Copa2013-11-191-1/+1
| | | | (cherry picked from commit 1b1dbe80072846cd2109741b9475af49180265a1)
* main/alpine-baselayout: create group shadow for read access to /etc/shadowNatanael Copa2013-11-181-0/+4
| | | | | | | radius needs it (cherry picked from commit b973cd7a03e4653bfc031ad805a2594cd383b160) Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/alpine-baselayout: upgrade to 2.1.0 and fix modprobe.dNatanael Copa2011-03-161-0/+15
Newer versions of module-init-tools requires files in modprobe.d to have .conf extension. In order for upgraders to keep their module configs we need to rename our files in /etc/modprobe.d. We do so in a pre-upgrade script.