devuan install: +loop support
This commit is contained in:
parent
b17039d74e
commit
93832b5a90
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,7 @@ case $disk in
|
|||
/dev/sd*)
|
||||
partition=${disk}1
|
||||
;;
|
||||
/dev/mmcblk*|/dev/nvme*)
|
||||
/dev/mmcblk*|/dev/nvme*|/dev/loop*)
|
||||
partition=${disk}p1
|
||||
;;
|
||||
*)
|
||||
|
@ -31,8 +31,6 @@ esac
|
|||
chroot_dir=$(mktemp -d)
|
||||
date=$(date +%F)
|
||||
|
||||
basename=${suite}-${date}
|
||||
|
||||
################################################################################
|
||||
# Disk preparation
|
||||
|
||||
|
|
Loading…
Reference in a new issue