summaryrefslogtreecommitdiff
path: root/setup-disk.in
AgeCommit message (Collapse)Author
2011-07-31setup-alpine: only run setup-apklub if sys disk mode wasnt selectedJeff Bilyk
2011-06-07setup-disk: fix data-only mode with no lvm and no raidNatanael Copa
ref #678
2011-06-06setup-alpine: Use 'none' as default diskNatanael Copa
ref #674
2011-06-06setup-disk: install syslinux when installing on mounted dirNatanael Copa
ref #673
2011-05-03setup-disk: add raidmodules to /etc/modules if neededNatanael Copa
2011-05-02setup-disk: allow entering more than one disk at promptNatanael Copa
So you can specify more than one disk
2011-05-02setup-disk: some bugfixesNatanael Copa
- always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info
2011-04-29setup-disk: improve help textNatanael Copa
2011-04-29setup-disk: show more info about diskNatanael Copa
2011-04-27setup-disk: don't complain about invalid disk mode when disk is 'none'Natanael Copa
and fix help to include LVM option ref #592
2011-04-14setup-disk, setup-timezone: improved messagesMatt Smith
2011-04-11setup-disk: use the term 'sys' instead of 'root'.Natanael Copa
It makes more sense to talk about a system disk and data disk.
2011-04-11setup-disk: fix mbr when creating partitionsNatanael Copa
We only want fiddle with MBR if we use new disks and not if we install on a mounted root
2011-04-08setup-disk: remove obsolete codeNatanael Copa
2011-04-08setup-disk: only enable LVM if -L is specifiedNatanael Copa
2011-04-08setup-disk: support for lvm on top of raidNatanael Copa
2011-04-08setup-disk: add -m option for sepcifying install modeNatanael Copa
So we dont need to ask. Also fix help message.
2011-04-08setup-disk: automatically set up raid if multiple disks are specifiedNatanael Copa
If you run 'setup-disk /dev/sda /dev/sdb ...' then automatically set up raid, even if no -r option was specified. If more than 2 disks are specified then use raid5, otherwise use raid1.
2011-04-07setup-disk: use new apk-tools locationsNatanael Copa
2011-04-07setup-disk: explain that no disks was found unless -q (quiet)Natanael Copa
2011-04-07setup-disk: restart syslog after setting up data-only diskNatanael Copa
2011-04-07setup-disk: implement data-only setupNatanael Copa
2011-03-25setup-disk: change questions askedNatanael Copa
ask first what disk to use, and then after how to use it.
2011-03-25setup-disk: unbreak the possibility to add a device as parameterNatanael Copa
2011-03-24setup-disk: use ext4 for / and /boot by defaultNatanael Copa
ref #558
2011-03-24setup-disk: have '?' to display helpNatanael Copa
And initial work for data-only disk support.
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.