Update pika-install-chroot.sh
This commit is contained in:
parent
90119d3fd3
commit
84a039c6e0
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
touch /etc/fstab
|
touch /etc/fstab
|
||||||
genfstab -U / | grep -v zram | grep -v portal | grep -v loop > /etc/fstab
|
genfstab -U / | grep -v zram | grep -v portal | grep -v loop | grep -v cdrom > /etc/fstab
|
||||||
apt remove casper -y
|
apt remove casper -y
|
||||||
apt autoremove -y
|
apt autoremove -y
|
||||||
if [ -f /var/albius-crypttab-root.sh ]
|
if [ -f /var/albius-crypttab-root.sh ]
|
||||||
|
Loading…
Reference in New Issue
Block a user