Diskussion:Install-Party/Linux Mint Debian Edition: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Neuer Abschnitt →(default) disk layout) |
|||
Zeile 3: | Zeile 3: | ||
; Fail! | ; Fail! | ||
: LMDE 3 meets https://gitlab.com/pepa65/lmdescrypt/raw/master/lmdescrypt ? | : LMDE 3 meets https://gitlab.com/pepa65/lmdescrypt/raw/master/lmdescrypt ? | ||
== (default) disk layout == | |||
; Calamares meets Btrfs: | |||
(nach der mauellen Partitionierung und) Angabe beim Programm für die Installation | |||
: <code>cat /etc/fstab</code> | |||
<pre> | |||
# /etc/fstab: static file system information. | |||
# | |||
# Use 'blkid' to print the universally unique identifier for a device; this may | |||
# be used with UUID= as a more robust way to name devices that works even if | |||
# disks are added and removed. See fstab(5). | |||
# | |||
# <file system> <mount point> <type> <options> <dump> <pass> | |||
UUID=8f303b38-b7e7-4781-aa8e-f1559b5504d2 /boot ext4 defaults,noatime 0 2 | |||
UUID=33436381-7031-48be-8785-a48061fcabd7 / btrfs subvol=@,defaults,noatime,space_cache,autodefrag 0 1 | |||
UUID=33436381-7031-48be-8785-a48061fcabd7 /home btrfs subvol=@home,defaults,noatime,space_cache,autodefrag 0 2 | |||
UUID=641494b3-d3a2-4c57-b022-cba4d00603f5 swap swap defaults,noatime 0 2 | |||
</pre> | |||
: <code>cat /etc/default/grub</code> | |||
<pre></pre> | |||
<pre> | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=641494b3-d3a2-4c57-b022-cba4d00603f5" | |||
</pre> | |||
<pre></pre> | |||
: <code>cat /etc/crypttab</code> | |||
<pre> | |||
# /etc/crypttab: mappings for encrypted partitions. | |||
# | |||
# Each mapped device will be created in /dev/mapper, so your /etc/fstab | |||
# should use the /dev/mapper/<name> paths for encrypted devices. | |||
# | |||
# See crypttab(5) for the supported syntax. | |||
# | |||
# NOTE: Do not list your root (/) partition here, it must be set up | |||
# beforehand by the initramfs (/etc/mkinitcpio.conf). The same applies | |||
# to encrypted swap, which should be set up with mkinitcpio-openswap | |||
# for resume support. | |||
# | |||
# <name> <device> <password> <options> | |||
</pre> |
Version vom 11. September 2018, 21:07 Uhr
Installation mit Verschlüsselung
- Fail!
- LMDE 3 meets https://gitlab.com/pepa65/lmdescrypt/raw/master/lmdescrypt ?
(default) disk layout
- Calamares meets Btrfs
(nach der mauellen Partitionierung und) Angabe beim Programm für die Installation
cat /etc/fstab
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=8f303b38-b7e7-4781-aa8e-f1559b5504d2 /boot ext4 defaults,noatime 0 2 UUID=33436381-7031-48be-8785-a48061fcabd7 / btrfs subvol=@,defaults,noatime,space_cache,autodefrag 0 1 UUID=33436381-7031-48be-8785-a48061fcabd7 /home btrfs subvol=@home,defaults,noatime,space_cache,autodefrag 0 2 UUID=641494b3-d3a2-4c57-b022-cba4d00603f5 swap swap defaults,noatime 0 2
cat /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=641494b3-d3a2-4c57-b022-cba4d00603f5"
cat /etc/crypttab
# /etc/crypttab: mappings for encrypted partitions. # # Each mapped device will be created in /dev/mapper, so your /etc/fstab # should use the /dev/mapper/<name> paths for encrypted devices. # # See crypttab(5) for the supported syntax. # # NOTE: Do not list your root (/) partition here, it must be set up # beforehand by the initramfs (/etc/mkinitcpio.conf). The same applies # to encrypted swap, which should be set up with mkinitcpio-openswap # for resume support. # # <name> <device> <password> <options>