aboutsummaryrefslogtreecommitdiffstats
path: root/setup-disk.in
Commit message (Collapse)AuthorAgeFilesLines
* setup-disk: give option to use lvmNatanael Copa2015-05-061-3/+20
| | | | Give the option so enable lvm when asking how o use selected disk
* setup-disk: fixes for new sfdiskNatanael Copa2015-05-051-12/+12
|
* setup-disk: fix typoNatanael Copa2015-03-191-1/+1
|
* setup-disk: pass nomodeset boot optionNatanael Copa2014-12-031-0/+12
|
* Add support for btrfs to setup-disk.Juan Francisco Cantero Hurtado2014-11-041-3/+8
|
* setup-disk: use ERE for sed regexpNatanael Copa2014-07-171-1/+1
| | | | the use of \+ is a GNU BRE extension that is not supported in musl.
* setup-disk: fix location for mkinitfs featuresNatanael Copa2014-06-201-3/+3
|
* Fixes #3060, really :)Francesco Colista2014-06-201-5/+5
|
* Fixes #3060Francesco Colista2014-06-201-0/+1
|
* setup-disk: fix progressbarNatanael Copa2014-05-291-1/+1
| | | | apk now sends progressbar to stdout instead of stderr
* setup-disk: fix partitioning of HP raid array (cciss)Natanael Copa2014-05-191-1/+1
| | | | ref #2893
* setup-disk: comment out local repositoriesNatanael Copa2014-04-231-0/+4
| | | | fixes #2540
* setup-disk: add magic environemnt var ERASE_DISKS as confirmationNatanael Copa2014-04-231-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/fstabNatanael Copa2013-10-241-0/+5
|
* setup-disk: fix running update-extlinux in chrootNatanael Copa2013-10-021-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 optionsDubiousjim2013-07-031-3/+3
|
* setup-disk: fix install of xen dom0Natanael Copa2012-06-211-11/+8
| | | | ref #1213
* setup-disk: improve the usage help textNatanael Copa2012-03-051-3/+4
| | | | Thanks to Jim Pryor for the very useful feedback.
* setup-disk: cleanup. init_progs always installs syslinuxNatanael Copa2012-03-051-2/+2
|
* setup-disk: use SYSROOT env var instead of hardcoded /mntNatanael Copa2012-03-051-6/+9
|
* setup-disk: cleanup. remove raid_part_type variableNatanael Copa2012-03-051-3/+2
| | | | Not needed.
* setup-disk: cleanup. remove unused variableNatanael Copa2012-03-051-1/+0
|
* setup-disk: fix comment for setup_boot_devNatanael Copa2012-03-051-1/+2
|
* setup-disk: cleanup. don't create unused /tmp/sfdisk.outNatanael Copa2012-03-051-1/+1
|
* setup-disk: cleanup. fix misleading commentNatanael Copa2012-03-051-1/+1
| | | | Thanks to Jim Pryor for pointing this out.
* setup-disk: fix unmount logicNatanael Copa2012-03-051-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 onceNatanael Copa2012-03-051-2/+2
|
* setup-disk: cleanup. use shell manipulation instead of sedNatanael Copa2012-03-051-2/+2
|
* setup-disk: cleanup. clarify what raidopt and raidmod doesNatanael Copa2012-03-051-3/+9
|
* setup-disk: monor code cleanupNatanael Copa2012-03-051-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_fstabNatanael Copa2012-03-051-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 VARFSNatanael Copa2012-03-051-1/+2
| | | | Thanks to Jim Pryor for pointing this out.
* setup-disk: tell user that MBR might need be set manullyNatanael Copa2012-03-021-1/+2
| | | | fixes #715
* setup-disk: fix booting from cciss devicesNatanael Copa2011-11-081-0/+8
|
* setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disksNatanael Copa2011-11-071-6/+9
|
* setup-disk: fix swap size calculationNatanael Copa2011-10-261-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.confNatanael Copa2011-10-241-31/+17
|
* setup-alpine: only run setup-apklub if sys disk mode wasnt selectedJeff Bilyk2011-07-311-0/+1
|
* 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