fix
This commit is contained in:
parent
063f08ff1a
commit
0d9398848d
2 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,7 @@ function mountencrypt() {
|
|||
cryptsetup luksOpen ${device}${rootpartitionnummer} luks0
|
||||
}
|
||||
|
||||
function partioniere() {
|
||||
function partitioniere() {
|
||||
wipefs -a -f ${device}
|
||||
sgdisk -o ${device}
|
||||
if [ "${m2ssddevice}" == "y" ]; then
|
||||
|
|
|
@ -7,6 +7,7 @@ acpi
|
|||
acpid
|
||||
adwaita-icon-theme
|
||||
afpfs-ng
|
||||
aircrack-ng
|
||||
alsa-firmware
|
||||
alsa-lib
|
||||
alsa-plugins
|
||||
|
@ -990,6 +991,7 @@ ncurses
|
|||
ndctl
|
||||
neon
|
||||
net-snmp
|
||||
net-tools
|
||||
netbeans
|
||||
netcf
|
||||
netctl
|
||||
|
|
Loading…
Reference in a new issue