Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup-disk: give option to use lvm | Natanael Copa | 2015-05-06 | 1 | -3/+20 |
| | | | | Give the option so enable lvm when asking how o use selected disk | ||||
* | setup-disk: fixes for new sfdisk | Natanael Copa | 2015-05-05 | 1 | -12/+12 |
| | |||||
* | setup-disk: fix typo | Natanael Copa | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | setup-disk: pass nomodeset boot option | Natanael Copa | 2014-12-03 | 1 | -0/+12 |
| | |||||
* | Add support for btrfs to setup-disk. | Juan Francisco Cantero Hurtado | 2014-11-04 | 1 | -3/+8 |
| | |||||
* | setup-disk: use ERE for sed regexp | Natanael Copa | 2014-07-17 | 1 | -1/+1 |
| | | | | the use of \+ is a GNU BRE extension that is not supported in musl. | ||||
* | setup-disk: fix location for mkinitfs features | Natanael Copa | 2014-06-20 | 1 | -3/+3 |
| | |||||
* | Fixes #3060, really :) | Francesco Colista | 2014-06-20 | 1 | -5/+5 |
| | |||||
* | Fixes #3060 | Francesco Colista | 2014-06-20 | 1 | -0/+1 |
| | |||||
* | setup-disk: fix progressbar | Natanael Copa | 2014-05-29 | 1 | -1/+1 |
| | | | | apk now sends progressbar to stdout instead of stderr | ||||
* | setup-disk: fix partitioning of HP raid array (cciss) | Natanael Copa | 2014-05-19 | 1 | -1/+1 |
| | | | | ref #2893 | ||||
* | setup-disk: comment out local repositories | Natanael Copa | 2014-04-23 | 1 | -0/+4 |
| | | | | fixes #2540 | ||||
* | setup-disk: add magic environemnt var ERASE_DISKS as confirmation | Natanael Copa | 2014-04-23 | 1 | -12/+16 |
| | | | | | | | Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863 | ||||
* | setup-disk: add swap to /etc/fstab | Natanael Copa | 2013-10-24 | 1 | -0/+5 |
| | |||||
* | setup-disk: fix running update-extlinux in chroot | Natanael Copa | 2013-10-02 | 1 | -5/+34 |
| | | | | | | | | When installling the packages in new root, the update-extlinux trigger script will be executed. We make sure this does not fail by: - run extlinux --install before we install packages - mount /dev and /proc for the chroot - temprorary disable grsecurity's chroot_caps | ||||
* | various: use long-form apk options | Dubiousjim | 2013-07-03 | 1 | -3/+3 |
| | |||||
* | setup-disk: fix install of xen dom0 | Natanael Copa | 2012-06-21 | 1 | -11/+8 |
| | | | | ref #1213 | ||||
* | setup-disk: improve the usage help text | Natanael Copa | 2012-03-05 | 1 | -3/+4 |
| | | | | Thanks to Jim Pryor for the very useful feedback. | ||||
* | setup-disk: cleanup. init_progs always installs syslinux | Natanael Copa | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | setup-disk: use SYSROOT env var instead of hardcoded /mnt | Natanael Copa | 2012-03-05 | 1 | -6/+9 |
| | |||||
* | setup-disk: cleanup. remove raid_part_type variable | Natanael Copa | 2012-03-05 | 1 | -3/+2 |
| | | | | Not needed. | ||||
* | setup-disk: cleanup. remove unused variable | Natanael Copa | 2012-03-05 | 1 | -1/+0 |
| | |||||
* | setup-disk: fix comment for setup_boot_dev | Natanael Copa | 2012-03-05 | 1 | -1/+2 |
| | |||||
* | setup-disk: cleanup. don't create unused /tmp/sfdisk.out | Natanael Copa | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | setup-disk: cleanup. fix misleading comment | Natanael Copa | 2012-03-05 | 1 | -1/+1 |
| | | | | Thanks to Jim Pryor for pointing this out. | ||||
* | setup-disk: fix unmount logic | Natanael Copa | 2012-03-05 | 1 | -1/+1 |
| | | | | | | we need anchor on both sides. Thanks to Jim Pryor for pointing this out. | ||||
* | setup-disk: cleanup. make sure we don't add raid modules more than once | Natanael Copa | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | 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 |