aboutsummaryrefslogtreecommitdiffstats
path: root/setup-disk.in
Commit message (Collapse)AuthorAgeFilesLines
* setup-disk: don't install sfdisk on target systemv3.3.0Natanael Copa2015-12-171-1/+3
|
* setup-disk: don't suggest ramdisksNatanael Copa2015-12-151-1/+2
| | | | filter out ramX block devices (major=1)
* setup-disk: don't start modloop serviceNatanael Copa2015-12-151-0/+3
| | | | We should not start modloop when system root is on disk.
* setup-disk: only install lvm2 if it will be usedNatanael Copa2015-12-141-2/+3
|
* setup-disk: clean up install of filesystem progsNatanael Copa2015-12-141-4/+7
| | | | Do not install e2fsprogs unless it will be used
* setup-disk: fix bashismNatanael Copa2015-12-141-2/+2
|
* setup-disk: fix filesystem creation and help textValery Kartel2015-12-141-12/+21
|
* setup-disk: fix detection of volume groupNatanael Copa2015-09-221-1/+1
| | | | | when we have a device like /dev/mapper/vg0-lv_root, then will the LV name not match with lvs' first column.
* setup-disk: fix btrfs rootNatanael Copa2015-07-151-1/+3
| | | | | | | fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445
* setup-disk: add raid to initfs if root is on lvmNatanael Copa2015-07-151-6/+8
| | | | ref #4421
* 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