Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup-disk: add xfs support as boot_fs | Jakub Skrzypnik | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | setup-disk: add rootfstype as boot param | Natanael Copa | 2017-05-19 | 1 | -0/+1 |
| | | | | needed for zfs | ||||
* | setup-disk: disable 64bit ext4 on /boot | Natanael Copa | 2017-04-14 | 1 | -1/+4 |
| | | | | | | | pv-grub does not support 64bit in ext4. We will likely never need a 16T boot partition so let us just disable 64bit for /boot. ref #6962 | ||||
* | setup-disk: exit with proper code on failure | Kaarle Ritvanen | 2016-12-23 | 1 | -0/+2 |
| | | | | fixes #2876 | ||||
* | setup-disk: dont use local in global scope | Natanael Copa | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | 2016-11-02 | 1 | -60/+60 |
| | |||||
* | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | 2016-11-02 | 1 | -5/+5 |
| | |||||
* | setup-disk: only restart syslog if its already running | Natanael Copa | 2016-06-13 | 1 | -1/+1 |
| | | | | ref #5719 | ||||
* | setup-disk: don't install syslinux for data-only | Natanael Copa | 2016-05-20 | 1 | -4/+6 |
| | |||||
* | setup-disk: add env var to override mkfs opts | Natanael Copa | 2016-04-05 | 1 | -3/+3 |
| | | | | give the opportunity to set extra opts fo mkfs | ||||
* | setup-disk: only load filesystem module if needed | Natanael Copa | 2016-04-05 | 1 | -1/+3 |
| | | | | The filesystem may be compiled into the kernel | ||||
* | setup-disk: don't install sfdisk on target systemv3.3.0 | Natanael Copa | 2015-12-17 | 1 | -1/+3 |
| | |||||
* | setup-disk: don't suggest ramdisks | Natanael Copa | 2015-12-15 | 1 | -1/+2 |
| | | | | filter out ramX block devices (major=1) | ||||
* | setup-disk: don't start modloop service | Natanael Copa | 2015-12-15 | 1 | -0/+3 |
| | | | | We should not start modloop when system root is on disk. | ||||
* | setup-disk: only install lvm2 if it will be used | Natanael Copa | 2015-12-14 | 1 | -2/+3 |
| | |||||
* | setup-disk: clean up install of filesystem progs | Natanael Copa | 2015-12-14 | 1 | -4/+7 |
| | | | | Do not install e2fsprogs unless it will be used | ||||
* | setup-disk: fix bashism | Natanael Copa | 2015-12-14 | 1 | -2/+2 |
| | |||||
* | setup-disk: fix filesystem creation and help text | Valery Kartel | 2015-12-14 | 1 | -12/+21 |
| | |||||
* | setup-disk: fix detection of volume group | Natanael Copa | 2015-09-22 | 1 | -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 root | Natanael Copa | 2015-07-15 | 1 | -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 lvm | Natanael Copa | 2015-07-15 | 1 | -6/+8 |
| | | | | ref #4421 | ||||
* | 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 |
| |