summaryrefslogtreecommitdiff
path: root/setup-disk.in
AgeCommit message (Collapse)Author
2016-06-13setup-disk: only restart syslog if its already runningNatanael Copa
ref #5719
2016-05-20setup-disk: don't install syslinux for data-onlyNatanael Copa
2016-04-05setup-disk: add env var to override mkfs optsNatanael Copa
give the opportunity to set extra opts fo mkfs
2016-04-05setup-disk: only load filesystem module if neededNatanael Copa
The filesystem may be compiled into the kernel
2015-12-17setup-disk: don't install sfdisk on target systemNatanael Copa
2015-12-15setup-disk: don't suggest ramdisksNatanael Copa
filter out ramX block devices (major=1)
2015-12-15setup-disk: don't start modloop serviceNatanael Copa
We should not start modloop when system root is on disk.
2015-12-14setup-disk: only install lvm2 if it will be usedNatanael Copa
2015-12-14setup-disk: clean up install of filesystem progsNatanael Copa
Do not install e2fsprogs unless it will be used
2015-12-14setup-disk: fix bashismNatanael Copa
2015-12-14setup-disk: fix filesystem creation and help textValery Kartel
2015-09-22setup-disk: fix detection of volume groupNatanael 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-15setup-disk: fix btrfs rootNatanael Copa
fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445
2015-07-15setup-disk: add raid to initfs if root is on lvmNatanael Copa
ref #4421
2015-05-06setup-disk: give option to use lvmNatanael Copa
Give the option so enable lvm when asking how o use selected disk
2015-05-05setup-disk: fixes for new sfdiskNatanael Copa
2015-03-19setup-disk: fix typoNatanael Copa
2014-12-03setup-disk: pass nomodeset boot optionNatanael Copa
2014-11-04Add support for btrfs to setup-disk.Juan Francisco Cantero Hurtado
2014-07-17setup-disk: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU BRE extension that is not supported in musl.
2014-06-20setup-disk: fix location for mkinitfs featuresNatanael Copa
2014-06-20Fixes #3060, really :)Francesco Colista
2014-06-20Fixes #3060Francesco Colista
2014-05-29setup-disk: fix progressbarNatanael Copa
apk now sends progressbar to stdout instead of stderr
2014-05-19setup-disk: fix partitioning of HP raid array (cciss)Natanael Copa
ref #2893
2014-04-23setup-disk: comment out local repositoriesNatanael Copa
fixes #2540
2014-04-23setup-disk: add magic environemnt var ERASE_DISKS as confirmationNatanael Copa
Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863
2013-10-24setup-disk: add swap to /etc/fstabNatanael Copa
2013-10-02setup-disk: fix running update-extlinux in chrootNatanael 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-03various: use long-form apk optionsDubiousjim
2012-06-21setup-disk: fix install of xen dom0Natanael Copa
ref #1213
2012-03-05setup-disk: improve the usage help textNatanael Copa
Thanks to Jim Pryor for the very useful feedback.
2012-03-05setup-disk: cleanup. init_progs always installs syslinuxNatanael Copa
2012-03-05setup-disk: use SYSROOT env var instead of hardcoded /mntNatanael Copa
2012-03-05setup-disk: cleanup. remove raid_part_type variableNatanael Copa
Not needed.
2012-03-05setup-disk: cleanup. remove unused variableNatanael Copa
2012-03-05setup-disk: fix comment for setup_boot_devNatanael Copa
2012-03-05setup-disk: cleanup. don't create unused /tmp/sfdisk.outNatanael Copa
2012-03-05setup-disk: cleanup. fix misleading commentNatanael Copa
Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: fix unmount logicNatanael Copa
we need anchor on both sides. Thanks to Jim Pryor for pointing this out.
2012-03-05setup-disk: cleanup. make sure we don't add raid modules more than onceNatanael Copa
2012-03-05setup-disk: cleanup. use shell manipulation instead of sedNatanael Copa
2012-03-05setup-disk: cleanup. clarify what raidopt and raidmod doesNatanael Copa
2012-03-05setup-disk: monor code cleanupNatanael 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-05setup-disk: fix enumerate_fstabNatanael 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-05setup-disk: allow override filesystem for /var via VARFSNatanael Copa
Thanks to Jim Pryor for pointing this out.
2012-03-02setup-disk: tell user that MBR might need be set manullyNatanael Copa
fixes #715
2011-11-08setup-disk: fix booting from cciss devicesNatanael Copa
2011-11-07setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disksNatanael Copa
2011-10-26setup-disk: fix swap size calculationNatanael 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