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
|
cryptsetup luksOpen ${device}${rootpartitionnummer} luks0
|
||||||
}
|
}
|
||||||
|
|
||||||
function partioniere() {
|
function partitioniere() {
|
||||||
wipefs -a -f ${device}
|
wipefs -a -f ${device}
|
||||||
sgdisk -o ${device}
|
sgdisk -o ${device}
|
||||||
if [ "${m2ssddevice}" == "y" ]; then
|
if [ "${m2ssddevice}" == "y" ]; then
|
||||||
|
|
|
@ -7,6 +7,7 @@ acpi
|
||||||
acpid
|
acpid
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
afpfs-ng
|
afpfs-ng
|
||||||
|
aircrack-ng
|
||||||
alsa-firmware
|
alsa-firmware
|
||||||
alsa-lib
|
alsa-lib
|
||||||
alsa-plugins
|
alsa-plugins
|
||||||
|
@ -990,6 +991,7 @@ ncurses
|
||||||
ndctl
|
ndctl
|
||||||
neon
|
neon
|
||||||
net-snmp
|
net-snmp
|
||||||
|
net-tools
|
||||||
netbeans
|
netbeans
|
||||||
netcf
|
netcf
|
||||||
netctl
|
netctl
|
||||||
|
|
Loading…
Reference in a new issue