summaryrefslogtreecommitdiff
path: root/setup-disk.in
AgeCommit message (Collapse)Author
2011-03-01setup-disk: syslinux apparently supports booting from btrfsNatanael Copa
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-07setup-disk: add urandom as a service to start at bootNatanael 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-06-02Merge remote branch 'sdrik/master'Natanael Copa
2010-05-26setup-disk: fix typo in the option handlingNatanael Copa
2010-04-15setup-disk: install a /boot/grub/menu.lst if Xen is detectedCedric Schieli
2010-04-07setup-disk: generate new fstabNatanael Copa
2010-02-15setup-disk: added usage textNatanael Copa
2010-02-15setup-disk: fix proper support for multiple kernel flavorsNatanael Copa
2010-02-15setup-disk: support for vserver kernelNatanael Copa
2010-02-13setup-disk: boot fix for mdadm-3.1.1Natanael Copa
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.
2010-02-10setup-disk: use repositories both from running system and apkovlNatanael Copa
2010-02-09setup-disk: support for encrypted apkovls and let ovl have precedenceNatanael Copa
also, fix issue when /var/lib/apk/installed is included
2010-02-09setup-disk: implemeint -o option for restoring from apkovlNatanael Copa
2009-10-12setup-disk: fix for detecting cciss disksNatanael Copa
see #179
2009-10-05setup-disk: do not use UUID for raid devicesNatanael Copa
This fixes #177, the issues with "No operating system found" on boot
2009-10-05setup-disk: fix for detecting disk from given partitionNatanael Copa
This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1
2009-09-30setup-disk: check if the devce itself is mountedNatanael Copa
this will filter out loop0 device
2009-09-29setup-disk: fix find_disksNatanael Copa
The old way did not detect ida/c0d0. The new should detect it. We also filter out md devices.
2009-09-23setup-disk: rely on mkinitfs's links to kernelNatanael Copa
mkinitfs is supposed to create the links to current kernel
2009-09-17setup-disk: use uuid in fstab and extlinux.confNatanael Copa
This helps us avoid the issues when disk changes from sda to hda
2009-09-16setup-disk: add pax_nouderef boot param to vmware guestsNatanael Copa
2009-09-16setup-disk: don't bother sed things we overwriteNatanael Copa
it gives error messages in case syslinux.cfg is not there.
2009-09-01setup-disk: let fdisk create an ms dos signature in case its missingNatanael Copa
2009-09-01setup-disk: fix spelling errorNatanael Copa
2009-08-22setup-disk: default to first disk. improve messagesNatanael Copa
2009-08-18setup-disk: support for -r, raid. new default partitioningNatanael Copa
we create /boot, swap and / by default using -r will create raid1 devices with a single disk.
2009-08-06setup-disk: copy apk config to new rootNatanael Copa
2009-07-07setup-disk: remove linux-grsec-modNatanael Copa
Package no longer exist
2009-06-16setup-disk: load usb storage module in initramfsNatanael Copa
we mignt want boot from usb disks in raid for example...
2009-05-23setup-disk: write mbr to correct devices when use raidNatanael Copa
and strip trailing / from mounted partition
2009-05-21setup-disk: support for raid devices as rootNatanael Copa
2009-05-21setup-disk: initial support for specifying a mounted rootNatanael Copa
nangel helped me with this one
2009-05-06move to .in filesNatanael Copa