aboutsummaryrefslogtreecommitdiffstats
path: root/setup-disk.in
Commit message (Collapse)AuthorAgeFilesLines
* setup-disk: fix data-only mode with no lvm and no raidNatanael Copa2011-06-071-2/+2
| | | | ref #678
* setup-alpine: Use 'none' as default diskNatanael Copa2011-06-061-2/+3
| | | | ref #674
* setup-disk: install syslinux when installing on mounted dirNatanael Copa2011-06-061-1/+2
| | | | ref #673
* setup-disk: add raidmodules to /etc/modules if neededNatanael Copa2011-05-031-0/+8
|
* setup-disk: allow entering more than one disk at promptNatanael Copa2011-05-021-9/+27
| | | | So you can specify more than one disk
* setup-disk: some bugfixesNatanael Copa2011-05-021-3/+5
| | | | | | | - always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info
* setup-disk: improve help textNatanael Copa2011-04-291-12/+12
|
* setup-disk: show more info about diskNatanael Copa2011-04-291-3/+6
|
* setup-disk: don't complain about invalid disk mode when disk is 'none'Natanael Copa2011-04-271-0/+4
| | | | | and fix help to include LVM option ref #592
* setup-disk, setup-timezone: improved messagesMatt Smith2011-04-141-10/+11
|
* setup-disk: use the term 'sys' instead of 'root'.Natanael Copa2011-04-111-6/+13
| | | | It makes more sense to talk about a system disk and data disk.
* setup-disk: fix mbr when creating partitionsNatanael Copa2011-04-111-27/+10
| | | | | We only want fiddle with MBR if we use new disks and not if we install on a mounted root
* setup-disk: remove obsolete codeNatanael Copa2011-04-081-122/+0
|
* setup-disk: only enable LVM if -L is specifiedNatanael Copa2011-04-081-9/+89
|
* setup-disk: support for lvm on top of raidNatanael Copa2011-04-081-17/+115
|
* setup-disk: add -m option for sepcifying install modeNatanael Copa2011-04-081-34/+52
| | | | | | So we dont need to ask. Also fix help message.
* setup-disk: automatically set up raid if multiple disks are specifiedNatanael Copa2011-04-081-72/+136
| | | | | | 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.
* setup-disk: use new apk-tools locationsNatanael Copa2011-04-071-2/+2
|
* setup-disk: explain that no disks was found unless -q (quiet)Natanael Copa2011-04-071-3/+7
|
* setup-disk: restart syslog after setting up data-only diskNatanael Copa2011-04-071-0/+1
|
* setup-disk: implement data-only setupNatanael Copa2011-04-071-9/+186
|
* setup-disk: change questions askedNatanael Copa2011-03-251-26/+32
| | | | ask first what disk to use, and then after how to use it.
* setup-disk: unbreak the possibility to add a device as parameterNatanael Copa2011-03-251-2/+2
|
* setup-disk: use ext4 for / and /boot by defaultNatanael Copa2011-03-241-5/+6
| | | | ref #558
* setup-disk: have '?' to display helpNatanael Copa2011-03-241-29/+60
| | | | And initial work for data-only disk support.
* setup-disk: syslinux apparently supports booting from btrfsNatanael Copa2011-03-011-1/+1
|
* setup-disk: detect if root device is lvmNatanael Copa2011-01-121-2/+17
| | | | We need to add the lvm feature to initramfs image if root is lvm
* setup-disk: rename bootdisk to mbrdiskNatanael Copa2011-01-121-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 Copa2011-01-121-12/+22
|
* setup-disk: handle case where /boot and / are not same deviceNatanael Copa2011-01-121-32/+63
| | | | and add support for ext4
* setup-disk: add urandom as a service to start at bootNatanael Copa2011-01-071-1/+2
|
* alpine-conf: Fixed setup-disk to add swap to fstabMatt Smith2010-09-021-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 fstabNatanael Copa2010-08-241-0/+5
|
* Merge remote branch 'sdrik/master'Natanael Copa2010-06-021-3/+21
|\
| * setup-disk: install a /boot/grub/menu.lst if Xen is detectedv2.3_git1Cedric Schieli2010-04-151-3/+21
| |
* | setup-disk: fix typo in the option handlingNatanael Copa2010-05-261-1/+1
|/
* setup-disk: generate new fstabNatanael Copa2010-04-071-2/+5
|
* setup-disk: added usage textNatanael Copa2010-02-151-1/+18
|
* setup-disk: fix proper support for multiple kernel flavorsNatanael Copa2010-02-151-10/+12
|
* setup-disk: support for vserver kernelNatanael Copa2010-02-151-1/+5
|
* setup-disk: boot fix for mdadm-3.1.1Natanael Copa2010-02-131-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 apkovlNatanael Copa2010-02-101-2/+6
|
* setup-disk: support for encrypted apkovls and let ovl have precedenceNatanael Copa2010-02-091-5/+48
| | | | also, fix issue when /var/lib/apk/installed is included
* setup-disk: implemeint -o option for restoring from apkovlNatanael Copa2010-02-091-4/+15
|
* setup-disk: fix for detecting cciss disksNatanael Copa2009-10-121-2/+4
| | | | see #179
* setup-disk: do not use UUID for raid devicesNatanael Copa2009-10-051-0/+3
| | | | This fixes #177, the issues with "No operating system found" on boot
* setup-disk: fix for detecting disk from given partitionNatanael Copa2009-10-051-5/+13
| | | | This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1
* setup-disk: check if the devce itself is mountedNatanael Copa2009-09-301-0/+1
| | | | this will filter out loop0 device
* setup-disk: fix find_disksNatanael Copa2009-09-291-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 kernelNatanael Copa2009-09-231-5/+2
| | | | mkinitfs is supposed to create the links to current kernel