HOWTO: Gentoo for LinuxCNC: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Prerequisites) |
||
| Line 3: | Line 3: | ||
For using the installer, you must have the following: | For using the installer, you must have the following: | ||
* btrfs-progs | |||
* dosfstools | |||
* e2fsprogs | |||
* f2fs-tools | |||
* GRUB | |||
* parted | |||
* xfsprogs | |||
All of these are included in SystemRescue and it is strongly advised to use the latest version. Debian Bookworm also has the required versions of these tools but due to Debian's aggressive automounting, the installer script may fail. The installer is designed to handle all mounting and unmounting by itself. | |||
== Running the installer == | == Running the installer == | ||
__FORCETOC__ | __FORCETOC__ | ||
Revision as of 21:41, 13 September 2023
Prerequisites
For using the installer, you must have the following:
- btrfs-progs
- dosfstools
- e2fsprogs
- f2fs-tools
- GRUB
- parted
- xfsprogs
All of these are included in SystemRescue and it is strongly advised to use the latest version. Debian Bookworm also has the required versions of these tools but due to Debian's aggressive automounting, the installer script may fail. The installer is designed to handle all mounting and unmounting by itself.