| 40 |
# |
# |
| 41 |
################################################################################ |
################################################################################ |
| 42 |
|
|
|
################################################################################ |
|
|
# TODO list |
|
|
# - parted, libparse-recdescent-perl must get installed in nfsroot (add Depends: |
|
|
# to fai-nfsroot package) |
|
|
# |
|
|
# - closes #380629, #330915, #277045, #356862, #416633 |
|
|
# - no-bug: #364763 |
|
|
# |
|
|
# - auto mode (something like auto:server, auto:desktop?) |
|
|
# - man page |
|
|
# |
|
|
# - resize should imply resizing the filesystem as well (unless this is done by |
|
|
# parted already, needs to be checked) |
|
|
# - LVMs definitely require resizing the filesystem |
|
|
# - more error messages must be caught by shdd2-exec |
|
|
# - how to detect old-style config files? migration strategies? |
|
|
# - implement disklabels other than msdos and gpt |
|
|
# - the RAID commands are surely incomplete and lack any management of |
|
|
# unanticipated situations |
|
|
# - try to get libparted-swig-perl and use that one instead of the manual |
|
|
# parsing |
|
|
################################################################################ |
|
|
|
|
| 43 |
package FAI; |
package FAI; |
| 44 |
|
|
| 45 |
# command line parameter handling |
# command line parameter handling |