Diskussion:Install-Party/Debian

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen

(default) crypted disk layout

während der Installation
SCSI1 (0,0,0) (sda)
#1 primary 254.8 MB F ext2 /boot
#5 logical Rest K crypto (sd5_crypt)
Encrypted volume (sd5_crypt)
#1 Rest K lvm
LVM VG `hostname`-vg, LV home
#1 Rest - root - swap f ext4 /home
LVM VG `hostname`-vg, LV root
#1 30.0 GB f ext4 /
LVM VG `hostname`-vg, LV swap_1
#1 4.2 GB f ext4 swap
nach der Installation

cat /etc/fstab

/dev/mapper/debian--vg-root      /        ext4    errors=remount-ro    0    1
/dev/sda1                        /boot    ext2    defaults             0    2
/dev/mapper/debian--vg-home      /home    ext4    defaults             0    2
/dev/mapper/debian--vg-swap_1    none     swap    sw                   0    0

cat /etc/crypttab

sda5_crypt    /dev/sda5    none    luks

anders

cat /etc/default/grub

####GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash kopt=root=/dev/mapper/debian--vg-root"