testing
This commit is contained in:
parent
2b07753419
commit
c3c160f970
@ -7,7 +7,7 @@
|
|||||||
### Functions ###
|
### Functions ###
|
||||||
#################
|
#################
|
||||||
function usage () {
|
function usage () {
|
||||||
echo "Usage: ./$(basename "$0") [-mpPr] <DISK> [hostname]"
|
echo "Usage: ./$(basename "$0") [-mpPr] <DISK> <HOSTNAME>"
|
||||||
}
|
}
|
||||||
|
|
||||||
function disk_check () {
|
function disk_check () {
|
||||||
@ -403,7 +403,7 @@ update-grub
|
|||||||
# 6. Install the boot loader
|
# 6. Install the boot loader
|
||||||
# For UEFI booting, install GRUB to the ESP
|
# For UEFI booting, install GRUB to the ESP
|
||||||
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
||||||
--bootloader-id=debian --recheck --no-floppy
|
--bootloader-id=debian --recheck --no-floppy
|
||||||
|
|
||||||
# 7. Fix filesystem mount ordering
|
# 7. Fix filesystem mount ordering
|
||||||
mkdir /etc/zfs/zfs-list.cache
|
mkdir /etc/zfs/zfs-list.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user