Update pika-install-chroot.sh
This commit is contained in:
parent
fc55cda663
commit
c4b669d6ec
@ -18,6 +18,8 @@ then
|
|||||||
chmod +x /var/albius-crypttab.sh
|
chmod +x /var/albius-crypttab.sh
|
||||||
/var/albius-crypttab.sh
|
/var/albius-crypttab.sh
|
||||||
fi
|
fi
|
||||||
|
# Generate locales
|
||||||
|
locale-gen || true
|
||||||
# Setup keyboard and locales
|
# Setup keyboard and locales
|
||||||
chmod +x /var/albius-lang_linux.sh
|
chmod +x /var/albius-lang_linux.sh
|
||||||
/var/albius-lang_linux.sh
|
/var/albius-lang_linux.sh
|
||||||
@ -29,8 +31,6 @@ apt install -y /var/cache/apt/archives/pika-refind-theme*.deb /var/cache/apt/arc
|
|||||||
# Remove installer from installed system
|
# Remove installer from installed system
|
||||||
apt remove casper vanilla-installer -y || true
|
apt remove casper vanilla-installer -y || true
|
||||||
apt autoremove -y || true
|
apt autoremove -y || true
|
||||||
# Generate locales
|
|
||||||
locale-gen || true
|
|
||||||
# Create first setup user
|
# Create first setup user
|
||||||
useradd -m -k -U pikaos || true
|
useradd -m -k -U pikaos || true
|
||||||
echo pikaos:pikaos | chpasswd || true
|
echo pikaos:pikaos | chpasswd || true
|
||||||
|
Loading…
Reference in New Issue
Block a user