Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup-disk: syslinux apparently supports booting from btrfs | Natanael Copa | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | setup-disk: detect if root device is lvm | Natanael Copa | 2011-01-12 | 1 | -2/+17 |
| | | | | We need to add the lvm feature to initramfs image if root is lvm | ||||
* | setup-disk: rename bootdisk to mbrdisk | Natanael Copa | 2011-01-12 | 1 | -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 Copa | 2011-01-12 | 1 | -12/+22 |
| | |||||
* | setup-disk: handle case where /boot and / are not same device | Natanael Copa | 2011-01-12 | 1 | -32/+63 |
| | | | | and add support for ext4 | ||||
* | setup-disk: add urandom as a service to start at boot | Natanael Copa | 2011-01-07 | 1 | -1/+2 |
| | |||||
* | alpine-conf: Fixed setup-disk to add swap to fstab | Matt Smith | 2010-09-02 | 1 | -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 fstab | Natanael Copa | 2010-08-24 | 1 | -0/+5 |
| | |||||
* | Merge remote branch 'sdrik/master' | Natanael Copa | 2010-06-02 | 1 | -3/+21 |
|\ | |||||
| * | setup-disk: install a /boot/grub/menu.lst if Xen is detectedv2.3_git1 | Cedric Schieli | 2010-04-15 | 1 | -3/+21 |
| | | |||||
* | | setup-disk: fix typo in the option handling | Natanael Copa | 2010-05-26 | 1 | -1/+1 |
|/ | |||||
* | setup-disk: generate new fstab | Natanael Copa | 2010-04-07 | 1 | -2/+5 |
| | |||||
* | setup-disk: added usage text | Natanael Copa | 2010-02-15 | 1 | -1/+18 |
| | |||||
* | setup-disk: fix proper support for multiple kernel flavors | Natanael Copa | 2010-02-15 | 1 | -10/+12 |
| | |||||
* | setup-disk: support for vserver kernel | Natanael Copa | 2010-02-15 | 1 | -1/+5 |
| | |||||
* | setup-disk: boot fix for mdadm-3.1.1 | Natanael Copa | 2010-02-13 | 1 | -2/+4 |
| | | | | | mdadm 3.1.1 switched to use metadata 1.1 by default. This does not work with extlinux so we set metadata to old default manually for /boot. | ||||
* | setup-disk: use repositories both from running system and apkovl | Natanael Copa | 2010-02-10 | 1 | -2/+6 |
| | |||||
* | setup-disk: support for encrypted apkovls and let ovl have precedence | Natanael Copa | 2010-02-09 | 1 | -5/+48 |
| | | | | also, fix issue when /var/lib/apk/installed is included | ||||
* | setup-disk: implemeint -o option for restoring from apkovl | Natanael Copa | 2010-02-09 | 1 | -4/+15 |
| | |||||
* | setup-disk: fix for detecting cciss disks | Natanael Copa | 2009-10-12 | 1 | -2/+4 |
| | | | | see #179 | ||||
* | setup-disk: do not use UUID for raid devices | Natanael Copa | 2009-10-05 | 1 | -0/+3 |
| | | | | This fixes #177, the issues with "No operating system found" on boot | ||||
* | setup-disk: fix for detecting disk from given partition | Natanael Copa | 2009-10-05 | 1 | -5/+13 |
| | | | | This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1 | ||||
* | setup-disk: check if the devce itself is mounted | Natanael Copa | 2009-09-30 | 1 | -0/+1 |
| | | | | this will filter out loop0 device | ||||
* | setup-disk: fix find_disks | Natanael Copa | 2009-09-29 | 1 | -10/+32 |
| | | | | | The old way did not detect ida/c0d0. The new should detect it. We also filter out md devices. | ||||
* | setup-disk: rely on mkinitfs's links to kernel | Natanael Copa | 2009-09-23 | 1 | -5/+2 |
| | | | | mkinitfs is supposed to create the links to current kernel | ||||
* | setup-disk: use uuid in fstab and extlinux.conf | Natanael Copa | 2009-09-17 | 1 | -3/+28 |
| | | | | This helps us avoid the issues when disk changes from sda to hda | ||||
* | setup-disk: add pax_nouderef boot param to vmware guests | Natanael Copa | 2009-09-16 | 1 | -1/+12 |
| | |||||
* | setup-disk: don't bother sed things we overwrite | Natanael Copa | 2009-09-16 | 1 | -3/+0 |
| | | | | it gives error messages in case syslinux.cfg is not there. | ||||
* | setup-disk: let fdisk create an ms dos signature in case its missing | Natanael Copa | 2009-09-01 | 1 | -0/+6 |
| | |||||
* | setup-disk: fix spelling error | Natanael Copa | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | setup-disk: default to first disk. improve messages | Natanael Copa | 2009-08-22 | 1 | -29/+11 |
| | |||||
* | setup-disk: support for -r, raid. new default partitioning | Natanael Copa | 2009-08-18 | 1 | -49/+210 |
| | | | | | we create /boot, swap and / by default using -r will create raid1 devices with a single disk. | ||||
* | setup-disk: copy apk config to new root | Natanael Copa | 2009-08-06 | 1 | -2/+5 |
| | |||||
* | setup-disk: remove linux-grsec-mod | Natanael Copa | 2009-07-07 | 1 | -1/+1 |
| | | | | Package no longer exist | ||||
* | setup-disk: load usb storage module in initramfs | Natanael Copa | 2009-06-16 | 1 | -1/+1 |
| | | | | we mignt want boot from usb disks in raid for example... | ||||
* | setup-disk: write mbr to correct devices when use raid | Natanael Copa | 2009-05-23 | 1 | -3/+9 |
| | | | | and strip trailing / from mounted partition | ||||
* | setup-disk: support for raid devices as root | Natanael Copa | 2009-05-21 | 1 | -9/+31 |
| | |||||
* | setup-disk: initial support for specifying a mounted root | Natanael Copa | 2009-05-21 | 1 | -28/+52 |
| | | | | nangel helped me with this one | ||||
* | move to .in files | Natanael Copa | 2009-05-06 | 1 | -0/+102 |