summaryrefslogtreecommitdiff
path: root/gnu/installer/parted.scm
AgeCommit message (Expand)AuthorFilesLines
2019-05-19installer: Fix Guile-Parted crash on i686.v1.0.1Ludovic Courtès1-5/+11
2019-05-15installer: Rename 'auto-partition' to 'auto-partition!'.Ludovic Courtès1-11/+10
2019-05-14installer: Fix docstring.Danny Milosavljevic1-1/+1
2019-05-14installer: Add fat16.Danny Milosavljevic1-0/+12
2019-05-14installer: Create btrfs file system.Danny Milosavljevic1-0/+9
2019-03-27installer: Produce an 'initrd-modules' field if needed.Ludovic Courtès1-7/+38
2019-03-27installer: Emit 'bootloader' field before 'swap-devices'.Ludovic Courtès1-2/+2
2019-03-25installer: Set the system's 'keyboard-layout' field.Ludovic Courtès1-1/+5
2019-02-18gnu: Fix some typos in the installer.Tobias Geerinckx-Rice1-3/+3
2019-01-17installer: "formating" → "formatting".Ludovic Courtès1-13/+13
2019-01-17installer: parted: Do not call BLKRRPART on loop devices.Mathieu Othacehe1-7/+10
2019-01-17installer: Various renamins follow-up.Mathieu Othacehe1-59/+60
2019-01-17installer: Various renamings.Mathieu Othacehe1-14/+14
2019-01-17installer: parted: Use read-luks-partition-uuid instead ofMathieu Othacehe1-4/+7
2019-01-17installer: partionment: Add encryption support.Mathieu Othacehe1-49/+153
2019-01-17installer: partition: Fix swaping and use syscalls.Mathieu Othacehe1-38/+29
2019-01-17installer: Add partitioning support.Mathieu Othacehe1-0/+1210