summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-blockdevices-filesystems.sh
AgeCommit message (Expand)Author
2011-08-16Merge branch 'master' of https://projects.archlinux.org/git/aifNicolás Reynolds
2011-07-20Fixed issue1122011.07.20Nicolás Reynolds
2011-05-19fix typoDieter Plaetinck
2011-05-17btrfs: ask for mountpointDieter Plaetinck
2011-03-06Provide Syslinux as a possible bootloaderpyther@pyther.net
2011-03-06Clearify types of devices that find_usable_devices returnspyther@pyther.net
2011-03-03be more strict and correct in worker exit codesDieter Plaetinck
2011-02-28Prompt user to pick a bootloader in interactive_select_packagespyther@pyther.net
2011-02-28Rewrite finddisks and findblockdevices (now find_usable_blockdevices)pyther@pyther.net
2011-02-11Fix indenting for lib-ui-interactive.sh and lib-blockdevices-filesystem.shpyther@pyther.net
2011-02-08simplify mapdev() API a bit, fix indentationDieter Plaetinck
2011-02-08Cleanup grub / label/uuid related codeDieter Plaetinck
2011-01-29Use globbing and parameter expansion to get the raid slave devicespyther@pyther.net
2011-01-29when using nullglob for specific sections, return to default bash behavior ag...Dieter Plaetinck
2011-01-29Improve logic which checks whether blockdevice is a raid devicepyther@pyther.net
2011-01-02make target_configure_fstab() properly support devicefiles, labels and uuidsDieter Plaetinck
2011-01-02change mdraid_is-raid to mdraid_is_raidpyther@pyther.net
2011-01-02change mdraid_all-slaves to mdraid_all_slavespyther@pyther.net
2010-12-30bugfix: allow any kind of blockdevice to be queried for uuid/label, not just ...Dieter Plaetinck
2010-12-29allow setting labels for swapMatthias Dienstbier
2010-12-28cleanup target_configure_fstab(), correct exit codesDieter Plaetinck
2010-12-17preliminary btrfs supportDieter Plaetinck
2010-12-13parse_filesystem_string: handle no_fs cases, fixed display in "Manage Filesys...Dieter Plaetinck
2010-12-13properly show partition info in "Manage filesystems"Dieter Plaetinck
2010-12-13make sure get_blockdevice_size returns 0 if there was no issue, this caused s...Dieter Plaetinck
2010-12-12enable backslash interpretation for finddisks and findblockdevices "things to...Dieter Plaetinck
2010-12-12nicer display of partitions and filesystems in "Manage filesystems"Dieter Plaetinck
2010-12-12make ask_option calls more uniform and nice (allow spaces)Dieter Plaetinck
2010-12-12clean up finddisks and findblockdevices codeDieter Plaetinck
2010-12-12cleanup finddisks and findblockdevices APIDieter Plaetinck
2010-12-12reset sfdisk input before partitioning, to avoid extraneous stale dataDieter Plaetinck
2010-12-12refactor filesystem_packages code to use associative array definition at topDieter Plaetinck
2010-12-07fix missing filesystem friendly namesDieter Plaetinck
2010-12-06fix bug which prevented populating possible FS arrayDieter Plaetinck
2010-12-05code cleanup: use bash4 associative arrays for filesystem stuffDieter Plaetinck
2010-12-05introduce experimental Nilfs2 supportDieter Plaetinck
2010-12-05make AIF track needed filesystem packagesDieter Plaetinck
2010-04-18implement consistent/generic, more stable {en,de}coding of fs_params and fs_o...Dieter Plaetinck
2010-04-16change infofy calls to inform, because libui-sh changed function nameDieter Plaetinck
2010-04-12perform udevadm settle to avoid raceconditions where the device would not be ...Dieter Plaetinck
2010-04-10rename findpartitions to findblockdevices, as that's what it really does nowDieter Plaetinck
2010-04-10Do not hide the whole disk when choosing partitions for file systemsThomas Bächler
2010-03-24implement labelsetting for those filesystems for which it was not implemented...Matthias Dienstbier
2010-03-24fix returns and exits in subshellsMatthias Dienstbier
2010-03-10add possibility to use label for accessing partitionsMatthias Dienstbier
2010-03-07fix some whitespace2010.03.09Dieter Plaetinck
2010-03-05try to use UUID in fstab. fixes FS#17632 - [uuid support] regression in /etc/...Dieter Plaetinck
2010-03-05add the `-D' option to the sfdisk call.Mark Pustjens
2010-03-05support virtio blockdevicesVincent R
2009-08-02use correct exit code when creating FS'es failed + attempt to write to target...Dieter Plaetinck