Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-05 | setup-disk: add env var to override mkfs opts | Natanael Copa | |
give the opportunity to set extra opts fo mkfs | |||
2016-04-05 | setup-disk: only load filesystem module if needed | Natanael Copa | |
The filesystem may be compiled into the kernel | |||
2015-12-17 | setup-disk: don't install sfdisk on target system | Natanael Copa | |
2015-12-15 | setup-disk: don't suggest ramdisks | Natanael Copa | |
filter out ramX block devices (major=1) | |||
2015-12-15 | setup-disk: don't start modloop service | Natanael Copa | |
We should not start modloop when system root is on disk. | |||
2015-12-14 | setup-disk: only install lvm2 if it will be used | Natanael Copa | |
2015-12-14 | setup-disk: clean up install of filesystem progs | Natanael Copa | |
Do not install e2fsprogs unless it will be used | |||
2015-12-14 | setup-disk: fix bashism | Natanael Copa | |
2015-12-14 | setup-disk: fix filesystem creation and help text | Valery Kartel | |
2015-09-22 | setup-disk: fix detection of volume group | Natanael Copa | |
when we have a device like /dev/mapper/vg0-lv_root, then will the LV name not match with lvs' first column. | |||
2015-07-15 | setup-disk: fix btrfs root | Natanael Copa | |
fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445 | |||
2015-07-15 | setup-disk: add raid to initfs if root is on lvm | Natanael Copa | |
ref #4421 | |||
2015-05-06 | setup-disk: give option to use lvm | Natanael Copa | |
Give the option so enable lvm when asking how o use selected disk | |||
2015-05-05 | setup-disk: fixes for new sfdisk | Natanael Copa | |
2015-03-19 | setup-disk: fix typo | Natanael Copa | |
2014-12-03 | setup-disk: pass nomodeset boot option | Natanael Copa | |
2014-11-04 | Add support for btrfs to setup-disk. | Juan Francisco Cantero Hurtado | |
2014-07-17 | setup-disk: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU BRE extension that is not supported in musl. | |||
2014-06-20 | setup-disk: fix location for mkinitfs features | Natanael Copa | |
2014-06-20 | Fixes #3060, really :) | Francesco Colista | |
2014-06-20 | Fixes #3060 | Francesco Colista | |
2014-05-29 | setup-disk: fix progressbar | Natanael Copa | |
apk now sends progressbar to stdout instead of stderr | |||
2014-05-19 | setup-disk: fix partitioning of HP raid array (cciss) | Natanael Copa | |
ref #2893 | |||
2014-04-23 | setup-disk: comment out local repositories | Natanael Copa | |
fixes #2540 | |||
2014-04-23 | setup-disk: add magic environemnt var ERASE_DISKS as confirmation | Natanael Copa | |
Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863 | |||
2013-10-24 | setup-disk: add swap to /etc/fstab | Natanael Copa | |
2013-10-02 | setup-disk: fix running update-extlinux in chroot | Natanael Copa | |
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 | |||
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2012-06-21 | setup-disk: fix install of xen dom0 | Natanael Copa | |
ref #1213 | |||
2012-03-05 | setup-disk: improve the usage help text | Natanael Copa | |
Thanks to Jim Pryor for the very useful feedback. | |||
2012-03-05 | setup-disk: cleanup. init_progs always installs syslinux | Natanael Copa | |
2012-03-05 | setup-disk: use SYSROOT env var instead of hardcoded /mnt | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. remove raid_part_type variable | Natanael Copa | |
Not needed. | |||
2012-03-05 | setup-disk: cleanup. remove unused variable | Natanael Copa | |
2012-03-05 | setup-disk: fix comment for setup_boot_dev | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. don't create unused /tmp/sfdisk.out | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. fix misleading comment | Natanael Copa | |
Thanks to Jim Pryor for pointing this out. | |||
2012-03-05 | setup-disk: fix unmount logic | Natanael Copa | |
we need anchor on both sides. Thanks to Jim Pryor for pointing this out. | |||
2012-03-05 | setup-disk: cleanup. make sure we don't add raid modules more than once | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. use shell manipulation instead of sed | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. clarify what raidopt and raidmod does | Natanael Copa | |
2012-03-05 | setup-disk: monor code cleanup | Natanael Copa | |
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. | |||
2012-03-05 | setup-disk: fix enumerate_fstab | Natanael Copa | |
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. | |||
2012-03-05 | setup-disk: allow override filesystem for /var via VARFS | Natanael Copa | |
Thanks to Jim Pryor for pointing this out. | |||
2012-03-02 | setup-disk: tell user that MBR might need be set manully | Natanael Copa | |
fixes #715 | |||
2011-11-08 | setup-disk: fix booting from cciss devices | Natanael Copa | |
2011-11-07 | setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disks | Natanael Copa | |
2011-10-26 | setup-disk: fix swap size calculation | Natanael Copa | |
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 | |||
2011-10-24 | setup-disk: use update-extlinux to generate the extlinux.conf | Natanael Copa | |
2011-07-31 | setup-alpine: only run setup-apklub if sys disk mode wasnt selected | Jeff Bilyk | |