mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
fix
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
|
ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
|
||||||
|
|
||||||
cat /root/arch-dev-vm/drive
|
cat /root/arch-dev-vm/drive
|
||||||
driveName=${cat /root/arch-dev-vm/drive}
|
driveName=$(cat /root/arch-dev-vm/drive)
|
||||||
echo $driveName
|
echo $driveName
|
||||||
|
|
||||||
hwclock --systohc
|
hwclock --systohc
|
||||||
@@ -31,7 +31,7 @@ sleep 2
|
|||||||
# TODO: plymouth-set-default-theme -R script
|
# TODO: plymouth-set-default-theme -R script
|
||||||
|
|
||||||
# Test boot mode (if efi or csm)
|
# Test boot mode (if efi or csm)
|
||||||
bootMode=${cat /sys/firmware/efi/fw_platform_size}
|
bootMode=$(cat /sys/firmware/efi/fw_platform_size)
|
||||||
|
|
||||||
# Install grub (bootloader)
|
# Install grub (bootloader)
|
||||||
if [["$bootMode" == '64' ]]; then
|
if [["$bootMode" == '64' ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user