20 Commits (f080e3ccedcabdf310c8a9f58238d4372798e048)

Author SHA1 Message Date
Gormogon db7577b9f8 More PEP 10 years ago
Philip 016dd71db4 [mount] add python doc strings 10 years ago
Gormogon 113d9db7cb Python Better Docstrings 10 years ago
Gormogon 7989267e81 Unused Imports 10 years ago
Gormogon d8df3d7a59 [PEP 8] General Style Part 1 10 years ago
Gormogon 8e1480431a [PEP 263] Corrected Encoding Headers 10 years ago
Kevin Kofler e6d65d047b Fix unpackfs wrongly excluding separately-mounted partitions.
mount: Remember the extraMounts (and extraMountsEfi, if applicable) in
the global storage (as "extraMounts").

unpackfs: Read the extra mounts from the global storage to generate the
exclude list instead of trying to detect it from the "mount" command's
output, because the latter also includes normally-mounted destination
partitions.

This makes having separate partitions for non-/ mountpoints work again.
10 years ago
demmm c1a1399958 adding new bootloader job
options are to use grub for BIOS, gummiboot for efi
set extra mountpoint when efi is found
11 years ago
Teo Mrnjavac 51d12b2b35 The vfat driver apparently supports FAT16 too, be consistent. 11 years ago
Teo Mrnjavac 482b2c0da2 Fix fstype names for mount -t syntax. 11 years ago
Aurélien Gâteau 9708669ac7 Use libcalamares.utils.mount 11 years ago
Aurélien Gâteau 0946789f9e Move mounting of special partitions from grub to mount 11 years ago
Teo Mrnjavac 2ba96d3b6b PEPify mount 11 years ago
Teo Mrnjavac 4fc2efb7fa Correctly report exit status from Python modules. 11 years ago
Teo Mrnjavac beafcd9cc4 Consistency: calamares_main ==> run; global_storage => globalStorage 11 years ago
Aurélien Gâteau 20521f278c Update doc 11 years ago
Aurélien Gâteau 545eef5761 Refactor mount module to make its code easier to reuse 11 years ago
Aurélien Gâteau aef2b7e9e7 We can now test mount with testmodule.py: remove the test main() 11 years ago
Aurélien Gâteau 484d7c4d15 Update partition path after partition has been created
Fixes #56
11 years ago
Aurélien Gâteau 0234415976 Add "mount" module 11 years ago