summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 2.4.4 ====v2.4.4Natanael Copa2013-03-091-1/+1
|
* skip "current console" from beign added to inittabEugene Rush2013-02-281-0/+3
|
* Revert "init: do not add tty0 to inittab"Natanael Copa2013-02-281-1/+0
| | | | | | Will cause an infinite loop This reverts commit 7610f39218f20a0d9dc207174cae51008a189016.
* init: improve kernel param parsingNatanael Copa2013-02-271-10/+21
| | | | We only set KOPT_* for the args we actually use and ignore the rest.
* init: do not add tty0 to inittabNatanael Copa2013-02-261-0/+1
| | | | It is default console and should not be added to inittab
* mkinitfs-rundep: print full paths, include the binary itselfNatanael Copa2012-11-141-3/+9
|
* Revert "init: only use /etc/apk/world when it exists"Natanael Copa2012-05-171-7/+5
| | | | | | | | | | | | We can not only use /etc/apk/world since it will always be there due to previous apk add --initdb. Instead, clean up the /var/lib/apk/world after upgrade This reverts commit 8981ccbf5b2636c7d2e06b08ffdf87be80fe19c8. Conflicts: initramfs-init.in
* init: search boot repositories after relocationNatanael Copa2012-05-021-3/+4
|
* init: fix inittab for users who upgrades from pre openrcNatanael Copa2012-05-021-0/+8
| | | | | | | The /etc/init.d/rc[SLK] have been replaced with openrc but users might have references to the old scripts in their /etc/inittab. We fix this from initramfs init.
* ==== release 2.4.3 ====v2.4.3Natanael Copa2012-04-301-1/+1
|
* init: only use /etc/apk/world when it existsNatanael Copa2012-04-301-1/+6
| | | | We should not read /var/lib/apk/world if /etc/apk/world exists.
* init: allow verbose package installNatanael Copa2012-04-301-1/+5
|
* init: avoid error message if /etc/fstab is missing in sysrootNatanael Copa2012-03-071-4/+5
|
* init: generate the repositories after relocationNatanael Copa2012-01-041-9/+15
| | | | | | This solves problem when UUID is used in syslinux.cfg when booting USB devices. The generated repositories had /media/$UUID/apks but the /media/$UUID got relocated to /media/usb
* ==== release 2.4.2 ====v2.4.2Natanael Copa2011-11-011-1/+1
|
* init: do not try relocate alpine_mnt if not in fstabNatanael Copa2011-11-011-1/+1
|
* init: new boot option: debug_initNatanael Copa2011-10-271-0/+3
| | | | will enable lots of verbose debugging
* init: try detect alpine_dev filesystem if not specifiedNatanael Copa2011-10-271-1/+21
| | | | Note that ext4 will be detected as ext3
* ==== release 2.4.1 ====v2.4.1Natanael Copa2011-10-261-1/+1
|
* mkinitfs: ensure that initramfs image is not world writableNatanael Copa2011-10-261-0/+2
|
* init: replace cramfs with squashfsNatanael Copa2011-10-261-1/+1
| | | | ref #784
* ==== release 2.4.0 ====v2.4.0Natanael Copa2011-09-091-1/+1
|
* mkinitfs: add squashfs supportNatanael Copa2011-08-272-0/+2
|
* init: delay unmounting apkovl media til after packages are installedNatanael Copa2011-08-271-16/+23
| | | | We might need the apk cache on config media
* init: find UUID=, LABEL= and symlinked devices in fstabsNatanael Copa2011-08-241-18/+57
| | | | Remount devices to match fstab if found
* forgot to add keymap to MakefileMichael Zhou2011-06-031-0/+1
|
* global keymap by defaultMichael Zhou2011-06-032-1/+2
|
* init: use the global keymap supportNatanael Copa2011-06-031-1/+0
|
* cryptsetup: fix libs using globsNatanael Copa2011-06-031-17/+7
| | | | we cannot depend on 64bit specifics.
* add encrypted root supportMichael Zhou2011-06-034-0/+35
|
* init: enable keymap supportNatanael Copa2011-06-031-0/+10
| | | | | User just need add a /etc/keymap/$map to the initramfs to get keymap support. This is useful for encrypted apkovls and cryptsetup.
* mkinitfs-rundep: new tool for tracing runtime depsNatanael Copa2011-06-032-1/+37
|
* init: fix progressbar when not quietNatanael Copa2011-04-281-0/+3
| | | | see http://bugs.alpinelinux.org/issues/613
* release 2.3.4v2.3.4Natanael Copa2011-04-201-1/+1
|
* init: unmount the media where apkovl was found if neededNatanael Copa2011-04-131-2/+5
| | | | This prevents double mount of /media/usb and /media/usbdisk
* init: use new location for worldNatanael Copa2011-04-071-1/+1
|
* release 2.3.3v2.3.3Natanael Copa2011-03-161-1/+1
|
* init: let DRM drivers be autodetectedNatanael Copa2011-03-161-3/+1
| | | | this is so we only load the drivers we have hardware for
* include all modprobe.d/*.conf files in initramfsNatanael Copa2011-03-161-1/+1
|
* fix typoWilliam Pitcock2011-03-111-1/+1
|
* mkinitfs v2.3.2v2.3.2William Pitcock2011-03-111-1/+1
|
* add KMS featureWilliam Pitcock2011-03-115-1/+17
|
* jfs: fix typoWilliam Pitcock2011-03-111-1/+1
|
* release 2.3.1v2.3.1Natanael Copa2011-03-071-1/+1
|
* included virtio kernel modulesNatanael Copa2011-03-071-0/+1
| | | | see http://redmine.alpinelinux.org/issues/518
* added jfs, gfs2 and ocfs2Natanael Copa2011-03-014-0/+6
| | | | not sure how useful yet, but now its there at least.
* add btrfs supportNatanael Copa2011-03-012-0/+3
|
* release 2.3.0v2.3.0Natanael Copa2011-01-071-1/+1
|
* init: allow raid use mdadm if neededNatanael Copa2011-01-071-9/+25
|
* init: make / readonly for world when tmpfsNatanael Copa2011-01-071-2/+2
|