Update pika-install-chroot.sh
This commit is contained in:
parent
90119d3fd3
commit
84a039c6e0
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
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 autoremove -y
|
||||
if [ -f /var/albius-crypttab-root.sh ]
|
||||
|
Loading…
Reference in New Issue
Block a user