Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setup-disk: cleanup. use shell manipulation instead of sed | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: cleanup. clarify what raidopt and raidmod does | Natanael Copa | 2012-03-05 | 1 | -3/+9 | |
| | ||||||
* | setup-disk: monor code cleanup | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | Make it a bit more clear what is going on by moving initialization of mnt_boot to same place for both cases. And remove redundant code line. Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: fix enumerate_fstab | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | | | fix case when mountpoint is a prefix of other mount. For example: setup-disk /d which would also match /dev and create various bogus entries in the generated fstab. Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: allow override filesystem for /var via VARFS | Natanael Copa | 2012-03-05 | 1 | -1/+2 | |
| | | | | Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: tell user that MBR might need be set manully | Natanael Copa | 2012-03-02 | 1 | -1/+2 | |
| | | | | fixes #715 | |||||
* | setup-disk: fix booting from cciss devices | Natanael Copa | 2011-11-08 | 1 | -0/+8 | |
| | ||||||
* | setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disks | Natanael Copa | 2011-11-07 | 1 | -6/+9 | |
| | ||||||
* | setup-disk: fix swap size calculation | Natanael Copa | 2011-10-26 | 1 | -6/+24 | |
| | | | | | | | | use 2 * total ram or maximum 1/4 of the smallest disk. don't use more than 4G swap if swap is smaller than 64MB then don't bother create swap at all. ref #732 | |||||
* | setup-disk: use update-extlinux to generate the extlinux.conf | Natanael Copa | 2011-10-24 | 1 | -31/+17 | |
| | ||||||
* | setup-alpine: only run setup-apklub if sys disk mode wasnt selected | Jeff Bilyk | 2011-07-31 | 1 | -0/+1 | |
| | ||||||
* | setup-disk: fix data-only mode with no lvm and no raid | Natanael Copa | 2011-06-07 | 1 | -2/+2 | |
| | | | | ref #678 | |||||
* | setup-alpine: Use 'none' as default disk | Natanael Copa | 2011-06-06 | 1 | -2/+3 | |
| | | | | ref #674 | |||||
* | setup-disk: install syslinux when installing on mounted dir | Natanael Copa | 2011-06-06 | 1 | -1/+2 | |
| | | | | ref #673 | |||||
* | setup-disk: add raidmodules to /etc/modules if needed | Natanael Copa | 2011-05-03 | 1 | -0/+8 | |
| | ||||||
* | setup-disk: allow entering more than one disk at prompt | Natanael Copa | 2011-05-02 | 1 | -9/+27 | |
| | | | | So you can specify more than one disk | |||||
* | setup-disk: some bugfixes | Natanael Copa | 2011-05-02 | 1 | -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 text | Natanael Copa | 2011-04-29 | 1 | -12/+12 | |
| | ||||||
* | setup-disk: show more info about disk | Natanael Copa | 2011-04-29 | 1 | -3/+6 | |
| | ||||||
* | setup-disk: don't complain about invalid disk mode when disk is 'none' | Natanael Copa | 2011-04-27 | 1 | -0/+4 | |
| | | | | | and fix help to include LVM option ref #592 | |||||
* | setup-disk, setup-timezone: improved messages | Matt Smith | 2011-04-14 | 1 | -10/+11 | |
| | ||||||
* | setup-disk: use the term 'sys' instead of 'root'. | Natanael Copa | 2011-04-11 | 1 | -6/+13 | |
| | | | | It makes more sense to talk about a system disk and data disk. | |||||
* | setup-disk: fix mbr when creating partitions | Natanael Copa | 2011-04-11 | 1 | -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 code | Natanael Copa | 2011-04-08 | 1 | -122/+0 | |
| | ||||||
* | setup-disk: only enable LVM if -L is specified | Natanael Copa | 2011-04-08 | 1 | -9/+89 | |
| | ||||||
* | setup-disk: support for lvm on top of raid | Natanael Copa | 2011-04-08 | 1 | -17/+115 | |
| | ||||||
* | setup-disk: add -m option for sepcifying install mode | Natanael Copa | 2011-04-08 | 1 | -34/+52 | |
| | | | | | | So we dont need to ask. Also fix help message. | |||||
* | setup-disk: automatically set up raid if multiple disks are specified | Natanael Copa | 2011-04-08 | 1 | -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 locations | Natanael Copa | 2011-04-07 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: explain that no disks was found unless -q (quiet) | Natanael Copa | 2011-04-07 | 1 | -3/+7 | |
| | ||||||
* | setup-disk: restart syslog after setting up data-only disk | Natanael Copa | 2011-04-07 | 1 | -0/+1 | |
| | ||||||
* | setup-disk: implement data-only setup | Natanael Copa | 2011-04-07 | 1 | -9/+186 | |
| | ||||||
* | setup-disk: change questions asked | Natanael Copa | 2011-03-25 | 1 | -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 parameter | Natanael Copa | 2011-03-25 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: use ext4 for / and /boot by default | Natanael Copa | 2011-03-24 | 1 | -5/+6 | |
| | | | | ref #558 | |||||
* | setup-disk: have '?' to display help | Natanael Copa | 2011-03-24 | 1 | -29/+60 | |
| | | | | And initial work for data-only disk support. | |||||
* | 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 | |
| |